Update HikariCP to 6.3.2

This commit is contained in:
Scala Steward
2025-07-23 16:54:37 +00:00
committed by kenji yoshida
parent 911c102f39
commit eb403ada58

View File

@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.12",
"org.postgresql" % "postgresql" % "42.7.7",
"ch.qos.logback" % "logback-classic" % "1.5.18",
"com.zaxxer" % "HikariCP" % "6.3.1" exclude ("org.slf4j", "slf4j-api"),
"com.zaxxer" % "HikariCP" % "6.3.2" exclude ("org.slf4j", "slf4j-api"),
"com.typesafe" % "config" % "1.4.4",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",
"io.github.java-diff-utils" % "java-diff-utils" % "4.16",