Browse Source

Upgrade to Spring AMQP 3.2.1

Closes gh-43411
pull/43531/head
Andy Wilkinson 1 year ago
parent
commit
cadeb6d88f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save