From 30a3c73559f77ebf83327577adf863f305c98e16 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:08:59 +0000 Subject: [PATCH] Update mysql, postgresql to 1.20.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 87650d5..f65b742 100644 --- a/build.sbt +++ b/build.sbt @@ -58,8 +58,8 @@ lazy val core = (project in file("core")).settings( "com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided", "com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided", "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test", - "org.testcontainers" % "mysql" % "1.20.3" % "test", - "org.testcontainers" % "postgresql" % "1.20.3" % "test", + "org.testcontainers" % "mysql" % "1.20.4" % "test", + "org.testcontainers" % "postgresql" % "1.20.4" % "test", "org.postgresql" % "postgresql" % postgresqlVersion % "test", mysqlConnectorJ, "ch.qos.logback" % "logback-classic" % "1.2.+" % "test"