Skip to content

Commit

Permalink
bump: wiremock-jre8 3.0.1 (was 2.35.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 25, 2024
1 parent 0ad16bc commit e2a1f98
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 @@ -434,7 +434,7 @@ object Dependencies {
"software.amazon.awssdk" % "auth" % AwsSdk2Version,
// in-memory filesystem for file related tests
"com.google.jimfs" % "jimfs" % "1.2" % Test, // ApacheV2
"com.github.tomakehurst" % "wiremock-jre8" % "2.35.2" % Test // ApacheV2
"com.github.tomakehurst" % "wiremock-jre8" % "3.0.1" % Test // ApacheV2
)
)

Expand Down

0 comments on commit e2a1f98

Please sign in to comment.