Browse Source

Start building against Spring AMQP 4.1.0-M2 snapshots

See gh-49114
pull/48957/head
Andy Wilkinson 2 months ago
parent
commit
eb4a57db8b
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2378,7 +2378,7 @@ bom { @@ -2378,7 +2378,7 @@ bom {
]
}
}
library("Spring AMQP", "4.1.0-M1") {
library("Spring AMQP", "4.1.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.amqp") {
bom("spring-amqp-bom")

Loading…
Cancel
Save