Browse Source

Upgrade to Spring AMQP 4.0.0

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

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

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

Loading…
Cancel
Save