Skip to content

Commit

Permalink
Update HikariCP to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Nov 19, 2024
1 parent ebc751f commit f0b891f
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 @@ -264,7 +264,7 @@ lazy val commonSettings =
lazy val jdbcTestingLibraries = Seq(
// JDBC Libraries for testing of quill-jdbc___ contexts
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "5.1.0" exclude("org.slf4j", "*"),
"com.zaxxer" % "HikariCP" % "6.2.1" exclude("org.slf4j", "*"),
// In 8.0.22 error happens: Conversion from java.time.OffsetDateTime to TIMESTAMP is not supported
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
"com.h2database" % "h2" % "2.3.230" % Test,
Expand Down

0 comments on commit f0b891f

Please sign in to comment.