From 13f40d2b59984d708da454e4205a9818d4f1b5c1 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Mon, 26 Feb 2018 20:14:19 +0100 Subject: [PATCH] mariadb-java-client: 2.2.1 -> 2.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 76c137ade..fd2dc11c1 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ libraryDependencies ++= Seq( "com.github.takezoe" %% "blocking-slick-32" % "0.0.10", "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.196", - "org.mariadb.jdbc" % "mariadb-java-client" % "2.2.1", + "org.mariadb.jdbc" % "mariadb-java-client" % "2.2.2", "org.postgresql" % "postgresql" % "42.1.4", "ch.qos.logback" % "logback-classic" % "1.2.3", "com.zaxxer" % "HikariCP" % "2.7.4",