Skip to content

Commit a993205

Browse files
Bump wiremock-jre8-standalone from 2.23.2 to 2.32.0 in /buildSrc (opensearch-project#2525)
Bumps [wiremock-jre8-standalone](https://github.com/wiremock/wiremock) from 2.23.2 to 2.32.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@2.23.2...2.32.0) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8-standalone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e87d7b3 commit a993205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies {
122122
testFixturesApi "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${props.getProperty('randomizedrunner')}"
123123
testFixturesApi gradleApi()
124124
testFixturesApi gradleTestKit()
125-
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.23.2'
125+
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.32.0'
126126
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
127127
integTestImplementation('org.spockframework:spock-core:2.1-groovy-3.0') {
128128
exclude module: "groovy"

0 commit comments

Comments
 (0)