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
xerial-bot committed Nov 18, 2024
1 parent 1a12705 commit 4f0541f
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 @@ -738,7 +738,7 @@ lazy val jdbc =
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.duckdb" % "duckdb_jdbc" % "1.1.3",
"org.postgresql" % "postgresql" % "42.7.4",
"com.zaxxer" % "HikariCP" % "6.1.0",
"com.zaxxer" % "HikariCP" % "6.2.1",
// For routing slf4j log to airframe-log
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
)
Expand Down

0 comments on commit 4f0541f

Please sign in to comment.