Browse Source

Upgrade to Spring AMQP 3.1.2

Closes gh-39477
pull/39958/head
Andy Wilkinson 2 years ago
parent
commit
32da1bf3a1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save