Browse Source

Start building against Spring AMQP 4.0.0-M3 snapshots

See gh-46047
pull/46198/head
Stéphane Nicoll 9 months ago
parent
commit
bb56f20e11
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save