Skip to content

Commit

Permalink
deps(Gradle): Upgrade to the latest WireMock version 3.2.0
Browse files Browse the repository at this point in the history
Note that while the Maven group ID changed to "org.wiremock", the
package name stays at "com.github.tomakehurst".

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 3, 2023
1 parent b36ec78 commit 5ba8629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ slf4j = "2.0.9"
springCore = "5.3.30"
svnkit = "1.10.11"
sw360Client = "17.0.1-m2"
wiremock = "3.0.1"
wiremock = "3.2.0"
xz = "1.9"

[plugins]
Expand Down Expand Up @@ -158,7 +158,7 @@ slf4j = { module = "org.slf4j:slf4j-api ", version.ref = "slf4j" }
springCore = { module = "org.springframework:spring-core", version.ref = "springCore" }
svnkit = { module = "org.tmatesoft.svnkit:svnkit", version.ref = "svnkit" }
sw360Client = { module = "org.eclipse.sw360:client", version.ref = "sw360Client" }
wiremock = { module = "com.github.tomakehurst:wiremock", version.ref = "wiremock" }
wiremock = { module = "org.wiremock:wiremock", version.ref = "wiremock" }
xz = { module = "org.tukaani:xz", version.ref = "xz" }

[bundles]
Expand Down

0 comments on commit 5ba8629

Please sign in to comment.