Browse Source

Upgrade to Spring AMQP 4.0.0

Closes gh-47823
pull/48170/head
Stéphane Nicoll 4 weeks ago
parent
commit
5edeb2efcd
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save