Skip to content

Commit

Permalink
Bump org.wiremock:wiremock from 3.4.0 to 3.4.2
Browse files Browse the repository at this point in the history
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.4.0 to 3.4.2.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.4.0...3.4.2)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 091cefd commit b144102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("io.mockk:mockk:1.13.9")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.wiremock:wiremock:3.4.0")
testImplementation("org.wiremock:wiremock:3.4.2")
testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13")
testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.5"))
testImplementation("org.testcontainers:testcontainers")
Expand Down

0 comments on commit b144102

Please sign in to comment.