From f11c560a9c5cf387be79f4c8e7cef6aa2ceeff04 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:14:23 +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 3c4d88a23f..90dd5bf55d 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" % "6.0.0" exclude ("org.slf4j", "*"), + "com.zaxxer" % "HikariCP" % "6.1.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,