Skip to content

Commit

Permalink
bump(s3 tests): wiremock-jre8 2.35.2 (was 2.32.0) (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 24, 2024
1 parent ed639e2 commit 5a7d3b7
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.32.0" % Test // ApacheV2
"com.github.tomakehurst" % "wiremock-jre8" % "2.35.2" % Test // ApacheV2
)
)

Expand Down

0 comments on commit 5a7d3b7

Please sign in to comment.