Browse Source

Start building against Spring AMQP 2.4.9 snapshots

See gh-33790
pull/33815/head
Andy Wilkinson 3 years ago
parent
commit
22b253d8c4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save