From f0b891f972d823cbef9a4f84eb2c9c2113673fe6 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:48:35 +0000 Subject: [PATCH] Update HikariCP to 6.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7f400e7..1d8e9646 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.2.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" % "9.0.0" % Test, "com.h2database" % "h2" % "2.3.230" % Test,