Browse Source

Start building against Spring AMQP 3.1.8 snapshots

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

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

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

Loading…
Cancel
Save