From 7b6987d79fe10549f4e504112443737a415dd2a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Mar 2024 02:18:04 +0000 Subject: [PATCH 1/6] Update ojdbc8 to 23.3.0.23.09 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 42b1b1a55..795766ac8 100644 --- a/build.sbt +++ b/build.sbt @@ -217,7 +217,7 @@ lazy val oracle = project "org.testcontainers" % "database-commons" % testcontainersVersion % Test, "org.testcontainers" % "oracle-xe" % testcontainersVersion % Test, "org.testcontainers" % "jdbc" % testcontainersVersion % Test, - "com.oracle.database.jdbc" % "ojdbc8" % "23.2.0.0" % Test, + "com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09" % Test, "com.dimafeng" %% "testcontainers-scala-oracle-xe" % testcontainersScalaVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test ) From 198033a4167e106cdb4259b1494790e8025cfb39 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Mar 2024 04:37:56 +0000 Subject: [PATCH 2/6] Update sbt-scalafix to 0.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2a464d7d6..335326241 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.16") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10") From 920c4483dbaf1da36cd6f40c0133c7785c0212b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Mar 2024 04:38:12 +0000 Subject: [PATCH 3/6] Update logback-classic to 1.4.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb32fb8f9..cf17533fa 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val zioVersion = "2.0.21" val zioSchemaVersion = "0.4.17" val testcontainersVersion = "1.18.3" val testcontainersScalaVersion = "0.41.3" -val logbackVersion = "1.4.8" +val logbackVersion = "1.4.14" lazy val root = project .in(file(".")) From 77eca182c49f75794639f4cbdb256f31e6c56a6d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Mar 2024 04:38:31 +0000 Subject: [PATCH 4/6] Update zio-schema, zio-schema-derivation to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb32fb8f9..4561f3df9 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ addCommandAlias("fmt", "fmtOnce;fmtOnce") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") val zioVersion = "2.0.21" -val zioSchemaVersion = "0.4.17" +val zioSchemaVersion = "1.0.1" val testcontainersVersion = "1.18.3" val testcontainersScalaVersion = "0.41.3" val logbackVersion = "1.4.8" From fb014a8a7b6671e9a38d2814bfbdf9ffede9e2e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Mar 2024 04:38:41 +0000 Subject: [PATCH 5/6] 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 fb32fb8f9..11b4cf831 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 6/6] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index faf96ad58..23984a8d0 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 ) )