From fb014a8a7b6671e9a38d2814bfbdf9ffede9e2e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Mar 2024 04:38:41 +0000 Subject: [PATCH 1/2] Update mysql-connector-java to 8.3.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index fb32fb8f..11b4cf83 100644 --- a/build.sbt +++ b/build.sbt @@ -179,7 +179,7 @@ lazy val jdbc_hikaricp = project "dev.zio" %% "zio-test" % zioVersion % Test, "dev.zio" %% "zio-test-sbt" % zioVersion % Test, "org.testcontainers" % "mysql" % testcontainersVersion % Test, - "mysql" % "mysql-connector-java" % "8.0.29" % Test, + "com.mysql" % "mysql-connector-j" % "8.0.29" % Test, "com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test ) ) @@ -198,7 +198,7 @@ lazy val mysql = project "org.testcontainers" % "database-commons" % testcontainersVersion % Test, "org.testcontainers" % "jdbc" % testcontainersVersion % Test, "org.testcontainers" % "mysql" % testcontainersVersion % Test, - "mysql" % "mysql-connector-java" % "8.0.33" % Test, + "com.mysql" % "mysql-connector-j" % "8.3.0" % Test, "com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test ) From 62bbee4474147fee8b66755f79797b0c5b943f87 Mon Sep 17 00:00:00 2001 From: Jakub Czuchnowski Date: Sun, 31 Mar 2024 12:57:40 +0200 Subject: [PATCH 2/2] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index faf96ad5..23984a8d 100644 --- a/build.sbt +++ b/build.sbt @@ -179,7 +179,7 @@ lazy val jdbc_hikaricp = project "dev.zio" %% "zio-test" % zioVersion % Test, "dev.zio" %% "zio-test-sbt" % zioVersion % Test, "org.testcontainers" % "mysql" % testcontainersVersion % Test, - "com.mysql" % "mysql-connector-j" % "8.0.29" % Test, + "com.mysql" % "mysql-connector-j" % "8.3.0" % Test, "com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test ) )