Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and koenighotze committed Mar 27, 2024
1 parent 53a9e26 commit 98fa510
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 @@ -61,7 +61,7 @@ dependencies {
exclude(module = "mockito-core")
exclude(module = "json-path", group = "com.jayway.jsonpath")
}
testImplementation(group = "org.wiremock", name = "wiremock-standalone", version = "3.3.1")
testImplementation(group = "org.wiremock", name = "wiremock-standalone", version = "3.4.2")
testImplementation("org.springframework.boot:spring-boot-testcontainers")
testImplementation("com.ninja-squad:springmockk:4.0.2")
testImplementation("org.testcontainers:junit-jupiter")
Expand Down

0 comments on commit 98fa510

Please sign in to comment.