Browse Source

Start building against Spring AMQP 3.2.7 snapshots

See gh-47076
pull/47304/head
Stéphane Nicoll 4 months ago
parent
commit
a9314b4dcd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2083,7 +2083,7 @@ bom { @@ -2083,7 +2083,7 @@ bom {
]
}
}
library("Spring AMQP", "3.2.6") {
library("Spring AMQP", "3.2.7-SNAPSHOT") {
considerSnapshots()
group("org.springframework.amqp") {
bom("spring-amqp-bom")

Loading…
Cancel
Save