Skip to content

Commit

Permalink
Update dependency com.rabbitmq:amqp-client to v5.21.0 (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent fe99934 commit 4237f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencyResolutionManagement {
val jedis = "4.4.4"
library("jedis", "redis.clients:jedis:$jedis")

library("rabbitmq", "com.rabbitmq:amqp-client:5.20.0")
library("rabbitmq", "com.rabbitmq:amqp-client:5.21.0")
library("dbcp2", "org.apache.commons:commons-dbcp2:2.11.0")
library("pulsar-client", "org.apache.pulsar:pulsar-client:2.11.2")

Expand Down

0 comments on commit 4237f6e

Please sign in to comment.