Browse Source

Upgrade to Spring AMQP 4.0.0-RC1

Closes gh-47491
pull/47740/head
Stéphane Nicoll 3 months ago
parent
commit
1a725f9bc8
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save