Browse Source

Upgrade to Rabbit AMQP Client 5.10.0

Closes gh-23905
pull/23914/head
Andy Wilkinson 5 years ago
parent
commit
1cf842cbf7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save