From 607d85c6614dc3919ef7ee19c821ec8f59d9723d Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:57:09 +0000 Subject: [PATCH] Update HikariCP to 7.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 28e24b93d..7ce06148a 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.2" exclude ("org.slf4j", "slf4j-api"), + "com.zaxxer" % "HikariCP" % "7.0.0" 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",