From bd50d9218e96118b025cd548b5f6cfab3c170eab Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:14:37 +0000 Subject: [PATCH] Update mysql, postgresql to 1.17.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0bf535168..6cdfc6747 100644 --- a/build.sbt +++ b/build.sbt @@ -63,8 +63,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13, "org.mockito" % "mockito-core" % "4.8.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.40.10" % "test", - "org.testcontainers" % "mysql" % "1.17.3" % "test", - "org.testcontainers" % "postgresql" % "1.17.3" % "test", + "org.testcontainers" % "mysql" % "1.17.4" % "test", + "org.testcontainers" % "postgresql" % "1.17.4" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "0.3.0",