Browse Source

Start building against Spring AMQP 3.2.0 snapshots

See gh-42558
pull/42395/head
Andy Wilkinson 1 year ago
parent
commit
70c1cabe66
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save