Browse Source

Upgrade to Spring AMQP 2.3.14

Closes gh-29312
pull/29441/head
Stephane Nicoll 4 years ago
parent
commit
251f4e8a3f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save