Browse Source

Start building against Spring AMQP 3.2.2 snapshots

See gh-43760
pull/43768/head
Stéphane Nicoll 12 months ago
parent
commit
39354d079d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save