Skip to content

Commit

Permalink
Merge pull request #99 from Jake-Moore/dependabot/gradle/com.mysql-my…
Browse files Browse the repository at this point in the history
…sql-connector-j-9.1.0

Bump com.mysql:mysql-connector-j from 9.0.0 to 9.1.0
  • Loading branch information
Jake-Moore authored Nov 16, 2024
2 parents ea512e5 + 8b853a5 commit af67520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-jar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

// MySQL via HikariCP (2,725 KB)
api("com.zaxxer:HikariCP:6.0.0")
api("com.mysql:mysql-connector-j:9.0.0") { exclude("com.google.protobuf", "protobuf-java") }
api("com.mysql:mysql-connector-j:9.1.0") { exclude("com.google.protobuf", "protobuf-java") }

// RabbitMQ amqp-client (732 KB)
api("com.rabbitmq:amqp-client:5.22.0")
Expand Down

0 comments on commit af67520

Please sign in to comment.