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 {
} }
} }
library("Spring Pulsar", "1.0.1") { library("Spring Pulsar", "1.0.1") {
considerSnapshots()
group("org.springframework.pulsar") { group("org.springframework.pulsar") {
modules = [ modules = [
"spring-pulsar", "spring-pulsar",

Loading…
Cancel
Save