Browse Source

Upgrade to Spring AMQP 2.4.0-M2

Closes gh-27622
pull/27664/head
Stephane Nicoll 5 years ago
parent
commit
f02e18a2d9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save