From cf1b2452292eb3a7e56489debf8a504aec29111a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:40:46 +0000 Subject: [PATCH] Update mysql, postgresql to 1.19.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ea6a79cdb..8da132148 100644 --- a/build.sbt +++ b/build.sbt @@ -74,8 +74,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.5.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test", - "org.testcontainers" % "mysql" % "1.19.0" % "test", - "org.testcontainers" % "postgresql" % "1.19.0" % "test", + "org.testcontainers" % "mysql" % "1.19.1" % "test", + "org.testcontainers" % "postgresql" % "1.19.1" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "0.3.0",