From 3b4a7c3c472331586429303ff8bae496e2ec7973 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 19 Jan 2022 19:39:24 +0000 Subject: [PATCH] Update mariadb-java-client to 2.7.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 53e9acd2f..91e99f340 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= Seq( "com.github.takezoe" %% "blocking-slick-32" % "0.0.12" cross CrossVersion.for3Use2_13, "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.199", - "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.4", + "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.5", "org.postgresql" % "postgresql" % "42.3.1", "ch.qos.logback" % "logback-classic" % "1.2.10", "com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),