Skip to content

Commit

Permalink
mysql-connector-java 8.0.25 (was 8.0.24) (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 25, 2021
1 parent fed1dde commit 61d5648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.2.20",
"com.h2database" % "h2" % "1.4.200",
"mysql" % "mysql-connector-java" % "8.0.24",
"mysql" % "mysql-connector-java" % "8.0.25",
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")

val Libraries: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 61d5648

Please sign in to comment.