Skip to content

Commit

Permalink
CORE-69: Update mysql-connector-j from 9.0.0 to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 8, 2024
1 parent fb8e386 commit 89e1099
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 @@ -79,7 +79,7 @@ object Dependencies {
val apacheCommonsIO: ModuleID = "commons-io" % "commons-io" % "2.17.0"
val antlrParser: ModuleID = "org.antlr" % "antlr4-runtime" % "4.13.2"
// protobuf is only need to use the MySQL X DevAPI which we don't. exclude it to avoid interference with Google client libraries
val mysqlConnector: ModuleID = "com.mysql" % "mysql-connector-j" % "9.0.0" exclude("com.google.protobuf", "protobuf-java")
val mysqlConnector: ModuleID = "com.mysql" % "mysql-connector-j" % "9.1.0" exclude("com.google.protobuf", "protobuf-java")
val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.29.2"
val jakartaWsRs: ModuleID = "jakarta.ws.rs" % "jakarta.ws.rs-api" % "4.0.0"
val jerseyJnhConnector: ModuleID = "org.glassfish.jersey.connectors" % "jersey-jnh-connector" % "3.1.9"
Expand Down

0 comments on commit 89e1099

Please sign in to comment.