Skip to content

Commit de979d6

Browse files
Update mysql-connector-j to 9.2.0 (#563)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
1 parent beedf8b commit de979d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ lazy val jdbcTestingLibraries = Seq(
266266
libraryDependencies ++= Seq(
267267
"com.zaxxer" % "HikariCP" % "6.2.1" exclude("org.slf4j", "*"),
268268
// 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,
269+
"com.mysql" % "mysql-connector-j" % "9.2.0" % Test,
270270
"com.h2database" % "h2" % "2.3.232" % Test,
271271
// In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported
272272
"org.postgresql" % "postgresql" % "42.7.5" % Test,

0 commit comments

Comments
 (0)