Browse Source

Start building against Spring AMQP 3.2.6 snapshots

See gh-46276
pull/46604/head
Stéphane Nicoll 6 months ago
parent
commit
1a7e155f78
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save