Skip to content

Commit

Permalink
Merge pull request #10267 from scala-steward/update/HikariCP-3.4.5
Browse files Browse the repository at this point in the history
Update HikariCP to 3.4.5
  • Loading branch information
mergify[bot] committed May 12, 2020
2 parents af09a55 + c6ac57c commit e61f77f
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 jaxbApi = "jakarta.xml.bind" % "jakarta.xml.bind-api" % "2.3.3"

val jdbcDeps = Seq(
"com.zaxxer" % "HikariCP" % "3.4.3",
"com.zaxxer" % "HikariCP" % "3.4.5",
"com.googlecode.usc" % "jdbcdslog" % "1.0.6.2",
h2database % Test,
acolyte % Test,
Expand Down

0 comments on commit e61f77f

Please sign in to comment.