Browse Source

Upgrade to Spring AMQP 3.1.4

Closes gh-40210
pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
e91621cddf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save