Browse Source

Upgrade to Spring AMQP 3.1.1

Closes gh-38860
pull/38884/head
Brian Clozel 2 years ago
parent
commit
1c210f5c1a
  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.0") {
library("Spring AMQP", "3.1.1") {
considerSnapshots()
group("org.springframework.amqp") {
imports = [

Loading…
Cancel
Save