From f893d045c7a4ec4107e2dda9bbe483a62cc3e96e Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 26 Apr 2020 13:57:12 +0900 Subject: [PATCH] HikariCP 3.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 721b285c3..7c8b169b8 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ libraryDependencies ++= Seq( "org.mariadb.jdbc" % "mariadb-java-client" % "2.6.0", "org.postgresql" % "postgresql" % "42.2.6", "ch.qos.logback" % "logback-classic" % "1.2.3", - "com.zaxxer" % "HikariCP" % "3.4.2", + "com.zaxxer" % "HikariCP" % "3.4.3", "com.typesafe" % "config" % "1.4.0", "com.typesafe.akka" %% "akka-actor" % "2.5.27", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",