Skip to content

Commit

Permalink
Merge pull request #112 from Jake-Moore/dependabot/gradle/com.rabbitm…
Browse files Browse the repository at this point in the history
…q-amqp-client-5.24.0

Bump com.rabbitmq:amqp-client from 5.23.0 to 5.24.0
  • Loading branch information
Jake-Moore authored Dec 21, 2024
2 parents 7ae57a6 + d196bb7 commit d7c7423
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 @@ -13,7 +13,7 @@ dependencies {
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.23.0")
api("com.rabbitmq:amqp-client:5.24.0")

// SLF4J (39 KB) (needed for RabbitMQ)
api("org.slf4j:slf4j-api:$slf4jVersion")
Expand Down

0 comments on commit d7c7423

Please sign in to comment.