Skip to content

Commit 38fad23

Browse files
authored
Updated test dependencies (#50)
1 parent 39451e4 commit 38fad23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ repositories {
1919

2020
dependencies {
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

3333
compileJava {

0 commit comments

Comments
 (0)