From d9838d9cbaeea4392ab0da46e56e2a50d16326de Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:39:09 +0000 Subject: [PATCH] Update mysql, postgresql to 1.16.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c85ac3f67..53e9acd2f 100644 --- a/build.sbt +++ b/build.sbt @@ -64,8 +64,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13, "org.mockito" % "mockito-core" % "4.2.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.39.12" % "test", - "org.testcontainers" % "mysql" % "1.16.2" % "test", - "org.testcontainers" % "postgresql" % "1.16.2" % "test", + "org.testcontainers" % "mysql" % "1.16.3" % "test", + "org.testcontainers" % "postgresql" % "1.16.3" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "0.3.0",