Browse Source

Upgrade to Spring AMQP 2.4.6

Closes gh-31376
pull/31518/head
Andy Wilkinson 4 years ago
parent
commit
390554a84f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1650,7 +1650,7 @@ bom { @@ -1650,7 +1650,7 @@ bom {
]
}
}
library("Spring AMQP", "2.4.6-SNAPSHOT") {
library("Spring AMQP", "2.4.6") {
prohibit("[3.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save