Browse Source

Start building against Spring AMQP 3.2.8 snapshots

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

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

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

Loading…
Cancel
Save