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] authored Oct 21, 2024
1 parent b16bd44 commit 354e739
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 @@ -453,7 +453,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.11.0'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'

testImplementation('com.github.tomakehurst:wiremock:2.35.2') {
testImplementation('com.github.tomakehurst:wiremock:3.0.1') {
exclude group: 'com.github.jknack'
}

Expand Down

0 comments on commit 354e739

Please sign in to comment.