Skip to content

Commit

Permalink
chore(deps): update dependency org.testcontainers:testcontainers to v…
Browse files Browse the repository at this point in the history
…1.20.2 (#338)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 5de3d3c commit 7b45fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ lazy val pravega =
"dev.zio" %% "zio-logging-slf4j-bridge" % "2.3.1" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"io.pravega" % "pravega-client" % pravegaVersion,
"org.testcontainers" % "testcontainers" % "1.20.1" % Test,
"org.testcontainers" % "testcontainers" % "1.20.2" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % Test,
"io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % "0.6.13" % Test,
Expand Down

0 comments on commit 7b45fb2

Please sign in to comment.