Browse Source

Start building against Spring AMQP 2.4.0-M2 snapshots

See gh-27622
pull/27659/head
Stephane Nicoll 5 years ago
parent
commit
fc5fd7fd75
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save