Skip to content

Commit

Permalink
Update dependency org.wiremock:wiremock-standalone to v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent b516ac3 commit 901872f
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 @@ -261,7 +261,7 @@ dependencies {
testImplementation group: 'io.cucumber', name: 'cucumber-junit', version: versions.cucumber
testImplementation group: 'io.cucumber', name: 'cucumber-spring', version: versions.cucumber
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.9.2'
testImplementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.10.0'

testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok

Expand Down

0 comments on commit 901872f

Please sign in to comment.