Browse Source

Consider snapshots when upgrading Spring Pulsar

Closes gh-38992
pull/39389/head
Andy Wilkinson 2 years ago
parent
commit
2fb6a2eef4
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1579,6 +1579,7 @@ bom { @@ -1579,6 +1579,7 @@ bom {
}
}
library("Spring Pulsar", "1.0.1") {
considerSnapshots()
group("org.springframework.pulsar") {
modules = [
"spring-pulsar",

Loading…
Cancel
Save