From 001b9ae2aeafd7be7600c5d3a7dcd32c5e29a118 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:43:57 +0000 Subject: [PATCH] Update mysql, postgresql to 1.21.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b53190436..44824c75a 100644 --- a/build.sbt +++ b/build.sbt @@ -62,8 +62,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.18.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.43.0" % "test", - "org.testcontainers" % "mysql" % "1.21.2" % "test", - "org.testcontainers" % "postgresql" % "1.21.2" % "test", + "org.testcontainers" % "mysql" % "1.21.3" % "test", + "org.testcontainers" % "postgresql" % "1.21.3" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.1.1",