Skip to content

Commit

Permalink
Update HikariCP to 4.0.3
Browse files Browse the repository at this point in the history
See brettwooldridge/HikariCP#1746 (comment)

We can't update to `5.0.x` as it's not compiled for Java8
  • Loading branch information
guizmaii committed Jun 5, 2023
1 parent e54a533 commit 894d55f
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 @@ -734,7 +734,7 @@ commands += Command.command("checkUnformattedFiles") { st =>

lazy val jdbcTestingLibraries = Seq(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "3.4.5",
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "*"),
"mysql" % "mysql-connector-java" % "8.0.33" % Test,
"com.h2database" % "h2" % "2.1.212" % Test,
"org.postgresql" % "postgresql" % "42.3.8" % Test,
Expand Down

0 comments on commit 894d55f

Please sign in to comment.