Skip to content

Commit

Permalink
Update mysql-connector-j to 9.0.0 (#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 5, 2024
1 parent a5f580d commit c72cf08
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 @@ -1340,7 +1340,7 @@ lazy val `scio-examples` = project
"com.spotify" %% "magnolify-tensorflow" % magnolifyVersion,
"com.twitter" %% "algebird-core" % algebirdVersion,
"joda-time" % "joda-time" % jodaTimeVersion,
"com.mysql" % "mysql-connector-j" % "8.4.0",
"com.mysql" % "mysql-connector-j" % "9.0.0",
"org.apache.avro" % "avro" % avroVersion,
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
"org.apache.beam" % "beam-sdks-java-extensions-google-cloud-platform-core" % beamVersion,
Expand Down

0 comments on commit c72cf08

Please sign in to comment.