Browse Source

Upgrade to Spring AMQP 3.2.5

Closes gh-45139
pull/45268/head
Stéphane Nicoll 9 months ago
parent
commit
ed135b323a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save