Browse Source

Start building against Spring AMQP 2.4.2 snapshots

See gh-29318
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
ef4915ee55
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save