Browse Source

Upgrade to Rabbit AMQP Client 5.16.0

Closes gh-32369
pull/32374/head
Stephane Nicoll 3 years ago
parent
commit
6e59f3fe18
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save