Skip to content

Commit

Permalink
chore: upgrade HikariCP 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle authored and jigarkhwar committed Dec 15, 2024
1 parent fa33455 commit adafdba
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 @@ -14,7 +14,7 @@ object Dependencies {
"io.gatling.highcharts" % "gatling-charts-highcharts",
).map(_ % gatlingVersion % "it,test")

lazy val hikari = "com.zaxxer" % "HikariCP" % "5.1.0" exclude ("org.slf4j", "slf4j-api")
lazy val hikari = "com.zaxxer" % "HikariCP" % "6.2.1" exclude ("org.slf4j", "slf4j-api")
lazy val h2jdbc = "com.h2database" % "h2" % "2.3.232" % Test

}

0 comments on commit adafdba

Please sign in to comment.