Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 34c1839 commit 70694c4
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 @@ -73,7 +73,7 @@ dependencies {
implementation("org.openstreetmap.josm.plugins:libphonenumber:8.+") { isChanging = true }

// https://mvnrepository.com/artifact/org.wiremock/wiremock
testImplementation("org.wiremock:wiremock:3.5.4")
testImplementation("org.wiremock:wiremock:3.9.2")
testImplementation(kotlin("reflect"))

val junit = "5.10.2"
Expand Down

0 comments on commit 70694c4

Please sign in to comment.