Browse Source

Upgrade to Spring AMQP 2.3.4

Closes gh-24702
pull/24986/head
Stephane Nicoll 5 years ago
parent
commit
d6d0abcfd5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save