Skip to content

Commit

Permalink
Update HikariCP to 4.0.3 (#2766)
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

Co-authored-by: Juliano Alves <von.juliano@gmail.com>
  • Loading branch information
guizmaii and juliano authored Jun 6, 2023
1 parent cfaab11 commit f124f4c
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 @@ -690,7 +690,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.6.0" % Test,
Expand Down

0 comments on commit f124f4c

Please sign in to comment.