Browse Source

Start building against Spring AMQP 3.1.4 snapshots

See gh-40210
pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
677734817b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save