From 78afe64b189c5749bb7ca9ef70e1466c45386022 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:44:01 +0000 Subject: [PATCH] Update HikariCP to 6.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index baa2c37c..3d1bee6f 100644 --- a/build.sbt +++ b/build.sbt @@ -264,7 +264,7 @@ lazy val commonSettings = lazy val jdbcTestingLibraries = Seq( // JDBC Libraries for testing of quill-jdbc___ contexts libraryDependencies ++= Seq( - "com.zaxxer" % "HikariCP" % "5.1.0" exclude("org.slf4j", "*"), + "com.zaxxer" % "HikariCP" % "6.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.h2database" % "h2" % "2.3.230" % Test,