Browse Source

Upgrade to Spring AMQP 3.1.3

Closes gh-39881
pull/40157/head
Andy Wilkinson 2 years ago
parent
commit
122b663752
  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.3-SNAPSHOT") {
library("Spring AMQP", "3.1.3") {
considerSnapshots()
group("org.springframework.amqp") {
imports = [

Loading…
Cancel
Save