Browse Source

Upgrade to Spring AMQP 3.2.0-M2

Closes gh-41823
pull/41975/head
Stéphane Nicoll 2 years ago
parent
commit
ab2c9246d6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save