From 458b30610fa1b2ebbd87c441aca1b30ff243b3af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Feb 2021 10:01:50 +0100 Subject: [PATCH] Update HikariCP to 4.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d21ead4d5..35871ced6 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ libraryDependencies ++= Seq( "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.2", "org.postgresql" % "postgresql" % "42.2.18", "ch.qos.logback" % "logback-classic" % "1.2.3", - "com.zaxxer" % "HikariCP" % "4.0.1", + "com.zaxxer" % "HikariCP" % "4.0.2", "com.typesafe" % "config" % "1.4.1", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0", "com.github.bkromhout" % "java-diff-utils" % "2.1.1",