Skip to content

Commit

Permalink
Update mysql-connector-java to 8.0.33 (#2728)
Browse files Browse the repository at this point in the history
* Update mysql-connector-java to 8.0.33

* Revert commit(s) 851477b

* Update mysql-connector-java to 8.0.33

---------

Co-authored-by: Juliano Alves <von.juliano@gmail.com>
  • Loading branch information
scala-steward and juliano authored Jun 3, 2023
1 parent dd0fb6f commit 8d06126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ commands += Command.command("checkUnformattedFiles") { st =>
lazy val jdbcTestingLibraries = Seq(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "3.4.5",
"mysql" % "mysql-connector-java" % "8.0.29" % Test,
"mysql" % "mysql-connector-java" % "8.0.33" % Test,
"com.h2database" % "h2" % "2.1.212" % Test,
"org.postgresql" % "postgresql" % "42.3.6" % Test,
"org.xerial" % "sqlite-jdbc" % "3.39.3.0" % Test,
Expand Down

0 comments on commit 8d06126

Please sign in to comment.