Browse Source

Upgrade to Spring AMQP 2.4.0-RC1

Closes gh-28256
pull/28376/head
Andy Wilkinson 5 years ago
parent
commit
43a10eab59
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save