Skip to content

Commit

Permalink
Merge pull request #10739 from scala-steward/update/HikariCP-4.0.3
Browse files Browse the repository at this point in the history
Update HikariCP to 4.0.3
  • Loading branch information
mergify[bot] committed Mar 4, 2021
2 parents 3534e93 + 4fff163 commit 3370489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object Dependencies {
)

val jdbcDeps = Seq(
("com.zaxxer" % "HikariCP" % "4.0.2")
("com.zaxxer" % "HikariCP" % "4.0.3")
.exclude("org.slf4j", "slf4j-api"), // fetches slf4j 2.0.0-alpha1, but Play (still) uses 1.7, see https://github.com/brettwooldridge/HikariCP/pull/1669
"com.googlecode.usc" % "jdbcdslog" % "1.0.6.2",
h2database % Test,
Expand Down

0 comments on commit 3370489

Please sign in to comment.