Skip to content

Commit f11c560

Browse files
Update HikariCP to 6.1.0
1 parent 982b81f commit f11c560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ lazy val `quill-test-kit` =
531531

532532
lazy val jdbcTestingLibraries = Seq(
533533
libraryDependencies ++= Seq(
534-
"com.zaxxer" % "HikariCP" % "6.0.0" exclude ("org.slf4j", "*"),
534+
"com.zaxxer" % "HikariCP" % "6.1.0" exclude ("org.slf4j", "*"),
535535
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
536536
"com.h2database" % "h2" % "2.3.232" % Test,
537537
"org.postgresql" % "postgresql" % "42.7.4" % Test,

0 commit comments

Comments
 (0)