Browse Source

Start building against Spring AMQP 2.4.6 snapshots

See gh-31348
pull/31676/head
Stephane Nicoll 4 years ago
parent
commit
bc6d2ea16d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1673,7 +1673,7 @@ bom {
] ]
} }
} }
library("Spring AMQP", "2.4.5") { library("Spring AMQP", "2.4.6-SNAPSHOT") {
group("org.springframework.amqp") { group("org.springframework.amqp") {
modules = [ modules = [
"spring-amqp", "spring-amqp",

Loading…
Cancel
Save