Browse Source

Upgrade to Rabbit AMQP Client 5.11.0

Closes gh-25681
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
8dbe8a2539
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1374,7 +1374,7 @@ bom { @@ -1374,7 +1374,7 @@ bom {
]
}
}
library("Rabbit AMQP Client", "5.10.0") {
library("Rabbit AMQP Client", "5.11.0") {
group("com.rabbitmq") {
modules = [
"amqp-client"

Loading…
Cancel
Save