We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a24b45 commit 82be4aaCopy full SHA for 82be4aa
build.sbt
@@ -531,7 +531,7 @@ lazy val `quill-test-kit` =
531
532
lazy val jdbcTestingLibraries = Seq(
533
libraryDependencies ++= Seq(
534
- "com.zaxxer" % "HikariCP" % "6.0.0" exclude ("org.slf4j", "*"),
+ "com.zaxxer" % "HikariCP" % "6.2.1" exclude ("org.slf4j", "*"),
535
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
536
"com.h2database" % "h2" % "2.3.232" % Test,
537
"org.postgresql" % "postgresql" % "42.7.4" % Test,
0 commit comments