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"