From 80112d34377148ab7661087d48efd187e877a138 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Apr 2021 12:01:41 +0200 Subject: [PATCH] Update mysql, postgresql to 1.15.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a08ec92ee..4d489136d 100644 --- a/build.sbt +++ b/build.sbt @@ -64,8 +64,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "3.9.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.39.3" % "test", - "org.testcontainers" % "mysql" % "1.15.2" % "test", - "org.testcontainers" % "postgresql" % "1.15.2" % "test", + "org.testcontainers" % "mysql" % "1.15.3" % "test", + "org.testcontainers" % "postgresql" % "1.15.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",