Browse Source

Upgrade to Rabbit AMQP Client 5.14.1

Closes gh-29425
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
a15ff0692c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save