From 8db2398dd8b4e5306e3aa9c0833bb0860e068c04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Jan 2021 16:02:23 +0100 Subject: [PATCH] Update mariadb-java-client to 2.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7c16f884..12591c89b 100644 --- a/build.sbt +++ b/build.sbt @@ -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.7.0", + "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.1", "org.postgresql" % "postgresql" % "42.2.6", "ch.qos.logback" % "logback-classic" % "1.2.3", "com.zaxxer" % "HikariCP" % "4.0.1",