Skip to content

Commit

Permalink
Updated test dependencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryx authored Aug 20, 2023
1 parent 39451e4 commit 38fad23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ repositories {

dependencies {
testImplementation('junit:junit:4.13.2')
testImplementation('org.mockito:mockito-core:4.8.0')
testImplementation('org.testcontainers:testcontainers:1.17.5')
testImplementation('org.mockito:mockito-core:5.2.0')
testImplementation('org.testcontainers:testcontainers:1.17.6')
testImplementation('org.eclipse.jetty:jetty-server:11.0.14')
testImplementation('org.slf4j:slf4j-api:2.0.3')
testImplementation('org.slf4j:slf4j-api:2.0.5')
testImplementation('org.bouncycastle:bcprov-jdk15on:1.70')
testImplementation('org.bouncycastle:bcpkix-jdk15on:1.70')
testImplementation('org.apache.commons:commons-io:1.3.2')

testRuntimeOnly('org.slf4j:slf4j-simple:2.0.3')
testRuntimeOnly('org.slf4j:slf4j-simple:2.0.5')
}

compileJava {
Expand Down

0 comments on commit 38fad23

Please sign in to comment.