Browse Source

Start building against Spring AMQP 3.0.8 snapshots

See gh-36940
pull/36956/head
Stephane Nicoll 3 years ago
parent
commit
732f51a614
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1373,7 +1373,7 @@ bom { @@ -1373,7 +1373,7 @@ bom {
]
}
}
library("Spring AMQP", "3.0.7") {
library("Spring AMQP", "3.0.8-SNAPSHOT") {
group("org.springframework.amqp") {
imports = [
"spring-amqp-bom"

Loading…
Cancel
Save