Skip to content

Commit

Permalink
Update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.0 (#33)
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 Aug 31, 2023
1 parent 7c2cf9e commit 2b90c84
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 @@ -199,7 +199,7 @@ dependencies {
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '2.2.6.RELEASE', {
exclude group: 'com.github.tomakehurst', module: 'wiremock-jre8-standalone'
}
integrationTestImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '2.26.3'
integrationTestImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '2.35.0'
}

dependencyManagement {
Expand Down

0 comments on commit 2b90c84

Please sign in to comment.