Browse Source

Upgrade to Spring AMQP 3.1.0-RC1

Closes gh-37706
pull/37915/head
Andy Wilkinson 2 years ago
parent
commit
d5b1acc41f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1493,7 +1493,7 @@ bom { @@ -1493,7 +1493,7 @@ bom {
]
}
}
library("Spring AMQP", "3.1.0-SNAPSHOT") {
library("Spring AMQP", "3.1.0-RC1") {
considerSnapshots()
group("org.springframework.amqp") {
imports = [

Loading…
Cancel
Save