From d30a5d2f9298760453ce8ff2eef0a5c1443b2072 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 31 May 2023 22:41:44 +0000 Subject: [PATCH] Update mysql, postgresql to 1.18.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 64080e7eb..69828363e 100644 --- a/build.sbt +++ b/build.sbt @@ -74,8 +74,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.3.1" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.40.16" % "test", - "org.testcontainers" % "mysql" % "1.18.2" % "test", - "org.testcontainers" % "postgresql" % "1.18.2" % "test", + "org.testcontainers" % "mysql" % "1.18.3" % "test", + "org.testcontainers" % "postgresql" % "1.18.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",