From bd5846417a116afb0286c85799d3805a2f16c6b9 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:14:38 +0000 Subject: [PATCH] Update HikariCP to 6.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3e6cfd5e6..848562b15 100644 --- a/build.sbt +++ b/build.sbt @@ -532,7 +532,7 @@ lazy val `quill-test-kit` = lazy val jdbcTestingLibraries = Seq( libraryDependencies ++= Seq( - "com.zaxxer" % "HikariCP" % "6.3.1" exclude ("org.slf4j", "*"), + "com.zaxxer" % "HikariCP" % "6.3.3" exclude ("org.slf4j", "*"), "com.mysql" % "mysql-connector-j" % "9.4.0" % Test, "com.h2database" % "h2" % "2.3.232" % Test, "org.postgresql" % "postgresql" % "42.7.7" % Test,