Update mariadb-java-client to 2.7.3

This commit is contained in:
Scala Steward
2021-05-13 00:01:57 +02:00
committed by kenji yoshida
parent ec6264c04c
commit b713a334f0

View File

@@ -47,7 +47,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.7.2",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.3",
"org.postgresql" % "postgresql" % "42.2.20",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.zaxxer" % "HikariCP" % "4.0.3",