Skip to content

Commit

Permalink
bump wiremock and jetty-server version
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Kao <[email protected]>
  • Loading branch information
seankao-az committed Mar 1, 2024
1 parent 18950f5 commit 7ac2077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql-jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ dependencies {

testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.1')
testImplementation('org.junit.jupiter:junit-jupiter-params:5.3.1')
testImplementation('com.github.tomakehurst:wiremock:3.0.0-beta-7')
testImplementation('org.wiremock:wiremock:3.4.0')
testImplementation('org.mockito:mockito-core:2.23.0')
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.3.1')
testImplementation('org.junit-pioneer:junit-pioneer:0.3.0')
testImplementation('org.eclipse.jetty:jetty-server:11.0.14')
testImplementation('org.eclipse.jetty:jetty-server:11.0.20')

// Enforce wiremock to use latest guava
testImplementation('com.google.guava:guava:32.0.1-jre')
Expand Down

0 comments on commit 7ac2077

Please sign in to comment.