Browse Source

Start building against Spring AMQP 3.2.2 snapshots

See gh-43748
pull/43863/head
Stéphane Nicoll 1 year ago
parent
commit
5ee1248c4c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save