Skip to content

Commit

Permalink
Update HikariCP to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Nov 4, 2023
1 parent f45b410 commit ba0816c
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 @@ -638,7 +638,7 @@ lazy val jdbc =
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.duckdb" % "duckdb_jdbc" % "0.9.1",
"org.postgresql" % "postgresql" % "42.6.0",
"com.zaxxer" % "HikariCP" % "5.0.1",
"com.zaxxer" % "HikariCP" % "5.1.0",
// For routing slf4j log to airframe-log
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
)
Expand Down

0 comments on commit ba0816c

Please sign in to comment.