File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ repositories {
1919
2020dependencies {
2121 testImplementation(' junit:junit:4.13.2' )
22- testImplementation(' org.mockito:mockito-core:4.8 .0' )
23- testImplementation(' org.testcontainers:testcontainers:1.17.5 ' )
22+ testImplementation(' org.mockito:mockito-core:5.2 .0' )
23+ testImplementation(' org.testcontainers:testcontainers:1.17.6 ' )
2424 testImplementation(' org.eclipse.jetty:jetty-server:11.0.14' )
25- testImplementation(' org.slf4j:slf4j-api:2.0.3 ' )
25+ testImplementation(' org.slf4j:slf4j-api:2.0.5 ' )
2626 testImplementation(' org.bouncycastle:bcprov-jdk15on:1.70' )
2727 testImplementation(' org.bouncycastle:bcpkix-jdk15on:1.70' )
2828 testImplementation(' org.apache.commons:commons-io:1.3.2' )
2929
30- testRuntimeOnly(' org.slf4j:slf4j-simple:2.0.3 ' )
30+ testRuntimeOnly(' org.slf4j:slf4j-simple:2.0.5 ' )
3131}
3232
3333compileJava {
You can’t perform that action at this time.
0 commit comments