Browse Source

Upgrade to Spring AMQP 2.2.13

Closes gh-24287
pull/25129/head
Stephane Nicoll 5 years ago
parent
commit
c08310ca35
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1645,7 +1645,7 @@ bom { @@ -1645,7 +1645,7 @@ bom {
]
}
}
library("Spring AMQP", "2.2.13.BUILD-SNAPSHOT") {
library("Spring AMQP", "2.2.13.RELEASE") {
group("org.springframework.amqp") {
modules = [
"spring-amqp",

Loading…
Cancel
Save