Skip to content

Commit

Permalink
Merge pull request #105 from Jake-Moore/dependabot/gradle/com.zaxxer-…
Browse files Browse the repository at this point in the history
…HikariCP-6.2.1

Bump com.zaxxer:HikariCP from 6.0.0 to 6.2.1
  • Loading branch information
Jake-Moore authored Nov 19, 2024
2 parents 66e9e89 + dfd384a commit 4a2095d
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 @@ -9,7 +9,7 @@ dependencies {
api(project(":shared-utils"))

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

// RabbitMQ amqp-client (732 KB)
Expand Down

0 comments on commit 4a2095d

Please sign in to comment.