Browse Source

Upgrade to Rabbit AMQP Client 5.21.0

Closes gh-40264
pull/40319/head
Andy Wilkinson 2 years ago
parent
commit
142943d853
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save