Browse Source

Start building against Spring AMQP 2.4.7 snapshots

See gh-32276
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
f23f11aa13
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1647,7 +1647,7 @@ bom { @@ -1647,7 +1647,7 @@ bom {
]
}
}
library("Spring AMQP", "2.4.6") {
library("Spring AMQP", "2.4.7-SNAPSHOT") {
prohibit("[3.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save