Browse Source

Upgrade to Spring AMQP 2.3.0-M3

Closes gh-23011
pull/23391/head
Stephane Nicoll 5 years ago
parent
commit
32bf5b6e89
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save