From 6825028d37a12a7c7fdad653bd45effa3186a3f3 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:38:51 +0000 Subject: [PATCH] Update mysql, postgresql to 1.20.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 066b0fbac..d89e0eb28 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.15.2" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test", - "org.testcontainers" % "mysql" % "1.20.4" % "test", - "org.testcontainers" % "postgresql" % "1.20.4" % "test", + "org.testcontainers" % "mysql" % "1.20.5" % "test", + "org.testcontainers" % "postgresql" % "1.20.5" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.1.0",