Skip to content

Commit

Permalink
Switched test WireMock dependency to Jetty12
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Nov 29, 2024
1 parent 4404d37 commit 2998cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
api "org.slf4j:slf4j-api:2.0.16"
api 'org.junit.jupiter:junit-jupiter-api:5.11.2'

testImplementation "org.wiremock:wiremock:${wiremockVersion}"
testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}"
testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.4"
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation platform('org.junit:junit-bom:5.11.2')
Expand Down

0 comments on commit 2998cc9

Please sign in to comment.