Browse Source

Upgrade to Spring AMQP 2.3.0-M1

Closes gh-22127
pull/22139/head
Andy Wilkinson 6 years ago
parent
commit
46b10fd46f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1626,7 +1626,7 @@ bom { @@ -1626,7 +1626,7 @@ bom {
]
}
}
library("Spring AMQP", "2.2.7.RELEASE") {
library("Spring AMQP", "2.3.0-M1") {
group("org.springframework.amqp") {
modules = [
"spring-amqp",

Loading…
Cancel
Save