Skip to content

Commit

Permalink
chore: Update wiremock from 3.9.1 to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Nov 15, 2024
1 parent da432d3 commit 2cc4e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ object Dependencies {
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

val testcontainers = "org.testcontainers" % "testcontainers" % "1.20.3"
val wiremock = "org.wiremock" % "wiremock" % "3.9.1"
val wiremock = "org.wiremock" % "wiremock" % "3.9.2"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.17.0"
Expand Down

0 comments on commit 2cc4e8d

Please sign in to comment.