Browse Source

Start building against Spring AMQP 2.3.2 snapshots

See gh-24288
pull/24418/head
Stephane Nicoll 5 years ago
parent
commit
013d8ed990
  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.1") {
library("Spring AMQP", "2.3.2-SNAPSHOT") {
group("org.springframework.amqp") {
modules = [
"spring-amqp",

Loading…
Cancel
Save