Browse Source

Start building against Spring AMQP 3.0.1 snapshots

See gh-33811
pull/33838/head
Andy Wilkinson 3 years ago
parent
commit
ca60c32a83
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save