Browse Source

Upgrade to Spring AMQP 3.2.7

Closes gh-47076
pull/47304/head
Stéphane Nicoll 3 months ago
parent
commit
0d5482d3b6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save