Browse Source

Start building against Spring AMQP 2.4.3 snapshots

See gh-30189
pull/30406/head
Stephane Nicoll 4 years ago
parent
commit
4ca6cffd87
  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.2") {
library("Spring AMQP", "2.4.3-SNAPSHOT") {
group("org.springframework.amqp") {
modules = [
"spring-amqp",

Loading…
Cancel
Save