From 3c765d879cec8b1f4e4aae174dad339f0d294f02 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:54:27 +0000 Subject: [PATCH] Update mariadb-java-client to 3.0.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4152a664..1e232ff99 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,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" % "3.0.7", + "org.mariadb.jdbc" % "mariadb-java-client" % "3.0.8", "org.postgresql" % "postgresql" % "42.5.0", "ch.qos.logback" % "logback-classic" % "1.2.11", "com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),