Browse Source

Start building against Spring AMQP 4.0.1 snapshots

See gh-48436
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
649dcc92a4
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save