Browse Source

Upgrade to Spring AMQP 3.2.2

Closes gh-43748
pull/44020/head
Andy Wilkinson 11 months ago
parent
commit
b21d1a9893
  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.2-SNAPSHOT") {
library("Spring AMQP", "3.2.2") {
considerSnapshots()
group("org.springframework.amqp") {
imports = [

Loading…
Cancel
Save