HikariCP 3.4.3

This commit is contained in:
kenji yoshida
2020-04-26 13:57:12 +09:00
committed by GitHub
parent ef2e3adcfb
commit f893d045c7

View File

@@ -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",