diff --git a/build.sbt b/build.sbt index 6f7be977..a955a11b 100644 --- a/build.sbt +++ b/build.sbt @@ -318,7 +318,7 @@ lazy val commonSettings = lazy val jdbcTestingLibraries = Seq( // JDBC Libraries for testing of quill-jdbc___ contexts libraryDependencies ++= Seq( - "com.zaxxer" % "HikariCP" % "4.0.3" exclude("org.slf4j", "*"), + "com.zaxxer" % "HikariCP" % "5.0.1" 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.1.0" % Test, "com.h2database" % "h2" % "2.2.222" % Test,