Browse Source

Upgrade to Spring AMQP 2.3.7

Closes gh-26383
pull/26691/head
Stephane Nicoll 5 years ago
parent
commit
83ad93844b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save