Browse Source

Upgrade to Spring AMQP 3.0.4

Closes gh-34950
pull/35377/head
Stephane Nicoll 3 years ago
parent
commit
7de5264025
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save