Skip to content

Commit

Permalink
Update WireMock dependency in build.gradle
Browse files Browse the repository at this point in the history
Upgraded the WireMock standalone version from 3.9.1 to 3.9.2.
  • Loading branch information
leeturner committed Oct 23, 2024
1 parent 35f7867 commit c5ffd13
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 @@ -37,7 +37,7 @@ allprojects {
}

dependencies {
api 'org.wiremock:wiremock-standalone:3.9.1'
api 'org.wiremock:wiremock-standalone:3.9.2'
api "org.springframework.boot:spring-boot-test:3.3.4"
api "org.springframework:spring-test:6.1.13"
api "org.slf4j:slf4j-api:2.0.16"
Expand Down

0 comments on commit c5ffd13

Please sign in to comment.