Skip to content

Commit

Permalink
Update dependency com.github.tomakehurst:wiremock to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent 2050387 commit 5e5e473
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 @@ -138,7 +138,7 @@ subprojects {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0'
compileOnly group: 'net.sourceforge.findbugs', name: 'annotations', version: '1.3.2'
implementation group: 'org.owasp.encoder', name: 'encoder', version: '1.2.3'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.35.1'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '3.0.1'
compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down

0 comments on commit 5e5e473

Please sign in to comment.