Skip to content

Commit

Permalink
build(upgrade): Update mysql-connector-java to 8.1.0 (#131)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates mysql:mysql-connector-java from `8.0.33` to `8.1.0`
  • Loading branch information
scala-steward-raw-labs[bot] authored Aug 29, 2023
1 parent 6734aca commit ffb53da
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 @@ -73,7 +73,7 @@ object Dependencies {

val postgresqlDeps = "org.postgresql" % "postgresql" % "42.5.4"

val mysqlDeps = "mysql" % "mysql-connector-java" % "8.0.33"
val mysqlDeps = "com.mysql" % "mysql-connector-j" % "8.1.0"

val mssqlDeps = "com.microsoft.sqlserver" % "mssql-jdbc" % "7.0.0.jre10"

Expand Down

0 comments on commit ffb53da

Please sign in to comment.