Update mariadb-java-client to 2.5.4

This commit is contained in:
kenji yoshida
2020-01-28 00:24:34 +09:00
committed by GitHub
parent 4b6a5e5d49
commit 03ec055f66

View File

@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
"com.github.takezoe" %% "blocking-slick-32" % "0.0.12",
"com.novell.ldap" % "jldap" % "2009-10-07",
"com.h2database" % "h2" % "1.4.199",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.5.3",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.5.4",
"org.postgresql" % "postgresql" % "42.2.6",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.zaxxer" % "HikariCP" % "3.4.2",