From 465282580f8e79fb2f94d4c25518cf1dd28df731 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 16 Dec 2025 02:30:39 +0000 Subject: [PATCH] Update testcontainers-mysql, ... to 2.0.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 40b4b3959..d9bdbfae9 100644 --- a/build.sbt +++ b/build.sbt @@ -62,8 +62,8 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.21.0" % "test", - "org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test", - "org.testcontainers" % "testcontainers-postgresql" % "2.0.2" % "test", + "org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test", + "org.testcontainers" % "testcontainers-postgresql" % "2.0.3" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.2.0",