Browse Source

Upgrade to Spring AMQP 2.4.14

Closes gh-36399
pull/36620/head
Stephane Nicoll 3 years ago
parent
commit
250868ad84
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save