From 2263f443c2f4b3f5f22b8dc3798156afca3c81a9 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 11:56:20 +0400 Subject: [PATCH] Update HikariCP to 5.1.0 (#382) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index caae0c09..a3bd010c 100644 --- a/build.sbt +++ b/build.sbt @@ -265,7 +265,7 @@ lazy val commonSettings = lazy val jdbcTestingLibraries = Seq( // JDBC Libraries for testing of quill-jdbc___ contexts libraryDependencies ++= Seq( - "com.zaxxer" % "HikariCP" % "5.0.1" exclude("org.slf4j", "*"), + "com.zaxxer" % "HikariCP" % "5.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" % "8.2.0" % Test, "com.h2database" % "h2" % "2.2.224" % Test,