Browse Source

Upgrade to Spring AMQP 3.1.8

Closes gh-43004
pull/43333/head
Stéphane Nicoll 1 year ago
parent
commit
d4f71753a5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save