From af3fc7778d2fba9e0c12aea0ea64f2174aeacbe1 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:14:20 +0000 Subject: [PATCH] Update HikariCP to 6.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1514ec6f6..0b7bfed2d 100644 --- a/build.sbt +++ b/build.sbt @@ -531,7 +531,7 @@ lazy val `quill-test-kit` = lazy val jdbcTestingLibraries = Seq( libraryDependencies ++= Seq( - "com.zaxxer" % "HikariCP" % "5.1.0" exclude ("org.slf4j", "*"), + "com.zaxxer" % "HikariCP" % "6.0.0" exclude ("org.slf4j", "*"), "com.mysql" % "mysql-connector-j" % "9.0.0" % Test, "com.h2database" % "h2" % "2.3.232" % Test, "org.postgresql" % "postgresql" % "42.7.4" % Test,