Skip to content

Commit

Permalink
Bump com.github.tomakehurst:wiremock in /integration/flink (OpenLinea…
Browse files Browse the repository at this point in the history
…ge#2079)

Bumps [com.github.tomakehurst:wiremock](https://github.com/wiremock/wiremock) from 2.27.2 to 3.0.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.27.2...3.0.1)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sheeri K. Cabral <[email protected]>
  • Loading branch information
dependabot[bot] authored and Sheeri committed Nov 22, 2023
1 parent 37d11ef commit 861317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/flink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
testImplementation "org.testcontainers:junit-jupiter:${testcontainersVersion}"
testImplementation 'org.mock-server:mockserver-client-java:5.12.0'
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.0'
testImplementation 'com.github.tomakehurst:wiremock:2.27.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'

testImplementation "org.assertj:assertj-core:${assertjVersion}"
Expand Down

0 comments on commit 861317e

Please sign in to comment.