Browse Source

Upgrade to Spring AMQP 3.1.4

Closes gh-40222
pull/40384/head
Andy Wilkinson 2 years ago
parent
commit
56a09fb048
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save