diff --git a/build.sbt b/build.sbt index 77cb01ccc..cc7e6ab8b 100644 --- a/build.sbt +++ b/build.sbt @@ -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.0", // For routing slf4j log to airframe-log "org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION )