From d2e53fb9cf29428671b42acb37ee27bbf6e86aa2 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:46:59 +1000 Subject: [PATCH] Update mysql-connector-j to 9.0.0 (#468) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 661e6f53..fedd53bf 100644 --- a/build.sbt +++ b/build.sbt @@ -266,7 +266,7 @@ lazy val jdbcTestingLibraries = Seq( libraryDependencies ++= Seq( "com.zaxxer" % "HikariCP" % "5.1.0" exclude("org.slf4j", "*"), // In 8.0.22 error happens: Conversion from java.time.OffsetDateTime to TIMESTAMP is not supported - "com.mysql" % "mysql-connector-j" % "8.4.0" % Test, + "com.mysql" % "mysql-connector-j" % "9.0.0" % Test, "com.h2database" % "h2" % "2.2.224" % Test, // In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported "org.postgresql" % "postgresql" % "42.7.3" % Test,