Skip to content

Commit

Permalink
Upgrade Wiremock to version 3 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored Feb 3, 2024
1 parent 2f483d4 commit 136d229
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
@@ -1,10 +1,10 @@
[versions]
wiremock = "2.35.1"
wiremock = "3.3.1"
kotest = "5.5.4"

[libraries]
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" }
kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }

wiremock = { module = "com.github.tomakehurst:wiremock-jre8-standalone", version.ref = "wiremock" }
wiremock = { module = "org.wiremock:wiremock", version.ref = "wiremock" }

0 comments on commit 136d229

Please sign in to comment.