From a1f65258eaa6c256ae8c92e15b5329f3d8c3cc6a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:40:47 +0000 Subject: [PATCH] Update mysql, postgresql to 1.20.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 178c922e4..446436506 100644 --- a/build.sbt +++ b/build.sbt @@ -63,8 +63,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.14.2" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test", - "org.testcontainers" % "mysql" % "1.20.2" % "test", - "org.testcontainers" % "postgresql" % "1.20.2" % "test", + "org.testcontainers" % "mysql" % "1.20.3" % "test", + "org.testcontainers" % "postgresql" % "1.20.3" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.1.0",