Skip to content

Commit

Permalink
Update HikariCP (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Sep 30, 2023
1 parent 2fc7d5b commit 3b587dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ lazy val `quill-orientdb` =

lazy val jdbcTestingLibraries = Seq(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "*"),
"com.zaxxer" % "HikariCP" % "5.0.1" exclude ("org.slf4j", "*"),
"com.mysql" % "mysql-connector-j" % "8.1.0" % Test,
"com.h2database" % "h2" % "2.2.224" % Test,
"org.postgresql" % "postgresql" % "42.6.0" % Test,
Expand Down

0 comments on commit 3b587dc

Please sign in to comment.