Skip to content

Commit

Permalink
Update mariadb-java-client to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Aug 11, 2021
1 parent d21ca3f commit cf0f896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -49,7 +49,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.3",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.4",
"org.postgresql" % "postgresql" % "42.2.23",
"ch.qos.logback" % "logback-classic" % "1.2.5",
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),
Expand Down

0 comments on commit cf0f896

Please sign in to comment.