Browse Source

Start building against Spring AMQP 2.4.17 snapshots

See gh-37676
pull/38228/head
Andy Wilkinson 2 years ago
parent
commit
21661c6a1a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1721,7 +1721,7 @@ bom { @@ -1721,7 +1721,7 @@ bom {
]
}
}
library("Spring AMQP", "2.4.16") {
library("Spring AMQP", "2.4.17-SNAPSHOT") {
considerSnapshots()
prohibit {
versionRange "[3.0.0-M1,)"

Loading…
Cancel
Save