Browse Source

Upgrade to Spring AMQP 3.2.3

Closes gh-44278
pull/44380/head
Stéphane Nicoll 10 months ago
parent
commit
2abc3dec6f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2077,7 +2077,7 @@ bom { @@ -2077,7 +2077,7 @@ bom {
]
}
}
library("Spring AMQP", "3.2.3-SNAPSHOT") {
library("Spring AMQP", "3.2.3") {
considerSnapshots()
group("org.springframework.amqp") {
imports = [

Loading…
Cancel
Save