Browse Source

Start building against Spring AMQP 2.4.6 snapshots

See gh-31376
pull/31463/head
Stephane Nicoll 4 years ago
parent
commit
379344ea59
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save