Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henryx committed Oct 9, 2023
1 parent 2f9f4c9 commit c9c873b
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,10 +19,10 @@ repositories {

dependencies {
testImplementation('junit:junit:4.13.2')
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.5')
testImplementation('org.mockito:mockito-core:5.4.0')
testImplementation('org.testcontainers:testcontainers:1.19.1')
testImplementation('org.eclipse.jetty:jetty-server:11.0.15')
testImplementation('org.slf4j:slf4j-api:2.0.7')
testImplementation('org.bouncycastle:bcprov-jdk15on:1.70')
testImplementation('org.bouncycastle:bcpkix-jdk15on:1.70')
testImplementation('org.apache.commons:commons-io:1.3.2')
Expand Down

0 comments on commit c9c873b

Please sign in to comment.