Browse Source

Upgrade to Rabbit AMQP Client 5.14.0

Closes gh-29235
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
ddc7da7766
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save