Browse Source

Start building against Spring AMQP 2.3.13 snapshots

See gh-28994
pull/29015/head
Stephane Nicoll 4 years ago
parent
commit
93f75a7d12
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save