diff --git a/build.sbt b/build.sbt index fe363470..1f57bf94 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" % "9.0.0" % Test, + "com.mysql" % "mysql-connector-j" % "9.1.0" % Test, "com.h2database" % "h2" % "2.3.230" % 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,