Browse Source

Upgrade to Spring AMQP 3.0.8

Closes gh-36940
pull/37069/head
Stephane Nicoll 2 years ago
parent
commit
564acf05c1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save