From f262c0a9eb9674e097469b8ec7dda55cb661e0c8 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 29 May 2025 22:44:20 +0000 Subject: [PATCH] Update mysql, postgresql to 1.21.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 06753aff0..102bcf57a 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.0" % "test", - "org.testcontainers" % "postgresql" % "1.21.0" % "test", + "org.testcontainers" % "mysql" % "1.21.1" % "test", + "org.testcontainers" % "postgresql" % "1.21.1" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.1.1",