Browse Source

Upgrade to Spring AMQP 3.0.0-M3

Closes gh-31066
pull/31067/head
Andy Wilkinson 4 years ago
parent
commit
43effa5c8f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save