Browse Source

Upgrade to Spring AMQP 2.3.9

Closes gh-26966
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
6804ae849d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save