diff --git a/build.sbt b/build.sbt index 80e34dafe..1adb015d9 100644 --- a/build.sbt +++ b/build.sbt @@ -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",