Browse Source

Start building against Spring AMQP 2.2.18 snapshots

See gh-26770
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
323d1e224d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1646,7 +1646,7 @@ bom { @@ -1646,7 +1646,7 @@ bom {
]
}
}
library("Spring AMQP", "2.2.17.RELEASE") {
library("Spring AMQP", "2.2.18.BUILD-SNAPSHOT") {
group("org.springframework.amqp") {
modules = [
"spring-amqp",

Loading…
Cancel
Save