File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies {
82
82
83
83
testImplementation ' org.mockito:mockito-core:5.17.0'
84
84
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
85
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0 '
85
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.12.2 '
86
86
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
87
87
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1'
88
88
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
implementation project(' :utils' )
8
8
9
9
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
10
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0 '
10
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.12.2 '
11
11
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.1'
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments