Browse Source

Upgrade to Spring AMQP 3.0.9

Closes gh-37264
pull/38706/head
Stéphane Nicoll 2 years ago
parent
commit
61a5be28d0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save