We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beedf8b commit de979d6Copy full SHA for de979d6
build.sbt
@@ -266,7 +266,7 @@ lazy val jdbcTestingLibraries = Seq(
266
libraryDependencies ++= Seq(
267
"com.zaxxer" % "HikariCP" % "6.2.1" exclude("org.slf4j", "*"),
268
// In 8.0.22 error happens: Conversion from java.time.OffsetDateTime to TIMESTAMP is not supported
269
- "com.mysql" % "mysql-connector-j" % "9.1.0" % Test,
+ "com.mysql" % "mysql-connector-j" % "9.2.0" % Test,
270
"com.h2database" % "h2" % "2.3.232" % Test,
271
// In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported
272
"org.postgresql" % "postgresql" % "42.7.5" % Test,
0 commit comments