From eea43c30d219ed1a5fdfc9cfd87e5476c5a4b754 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:59:44 +0900 Subject: [PATCH] Update testcontainers-mysql, ... to 2.0.4 (#3991) Co-authored-by: gitbucket-bot[bot] <256891351+gitbucket-bot[bot]@users.noreply.github.com> --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e548b1cc5..1c380ce2f 100644 --- a/build.sbt +++ b/build.sbt @@ -63,8 +63,8 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.23.0" % "test", - "org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test", - "org.testcontainers" % "testcontainers-postgresql" % "2.0.3" % "test", + "org.testcontainers" % "testcontainers-mysql" % "2.0.4" % "test", + "org.testcontainers" % "testcontainers-postgresql" % "2.0.4" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.2.0",