Browse Source

Upgrade to Spring AMQP 3.1.3

Closes gh-39891
pull/40028/head
Andy Wilkinson 2 years ago
parent
commit
46f37ba96d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save