Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Update dependency com.github.tomakehurst:wiremock to v2.35.1 (#812)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent ab2b662 commit 4ae9d06
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 @@ -404,7 +404,7 @@ dependencies {
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'

testImplementation group: 'com.h2database', name: 'h2'
testImplementation('com.github.tomakehurst:wiremock:2.33.2') {
testImplementation('com.github.tomakehurst:wiremock:2.35.1') {
exclude group: 'com.github.jknack'
}
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot, {
Expand Down

0 comments on commit 4ae9d06

Please sign in to comment.