From 7b45fb2c9cfcfef6a26be934c9ec2a8554b8acb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:43:29 +0200 Subject: [PATCH] chore(deps): update dependency org.testcontainers:testcontainers to v1.20.2 (#338) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15913df8..c012902d 100644 --- a/build.sbt +++ b/build.sbt @@ -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,