Browse Source

Upgrade to Rabbit AMQP Client 5.8.0

Closes gh-19923
pull/19926/head
Andy Wilkinson 6 years ago
parent
commit
f4d27f90ba
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save