Skip to content

Commit

Permalink
Update dependency com.github.tomakehurst:wiremock-jre8 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent ae8de43 commit 4a1cb61
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.35.1'
integrationTestImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '3.0.1'
}

dependencyManagement {
Expand Down

0 comments on commit 4a1cb61

Please sign in to comment.