Browse Source

Start building against Spring AMQP 3.1.5 snapshots

See gh-40827
pull/41000/head
Andy Wilkinson 2 years ago
parent
commit
5b892b163f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1551,7 +1551,7 @@ bom { @@ -1551,7 +1551,7 @@ bom {
]
}
}
library("Spring AMQP", "3.1.4") {
library("Spring AMQP", "3.1.5-SNAPSHOT") {
considerSnapshots()
group("org.springframework.amqp") {
imports = [

Loading…
Cancel
Save