Skip to content

Commit

Permalink
Merge pull request #1039 from SimunKaracic/1025-hikari-bump
Browse files Browse the repository at this point in the history
Bump HikariCP to latest version
  • Loading branch information
SimunKaracic committed Jun 18, 2021
2 parents f9f3fd7 + fae435c commit c0d0c95
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 @@ -263,7 +263,7 @@ lazy val `kamon-jdbc` = (project in file("instrumentation/kamon-jdbc"))
.settings(
libraryDependencies ++= Seq(
kanelaAgent % "provided",
"com.zaxxer" % "HikariCP" % "2.6.2" % "provided",
"com.zaxxer" % "HikariCP" % "4.0.3" % "provided",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.2.6" % "provided",
"com.typesafe.slick" %% "slick" % "3.3.2" % "provided",
"org.postgresql" % "postgresql" % "42.2.5" % "provided",
Expand Down

0 comments on commit c0d0c95

Please sign in to comment.