Browse Source

Start building against Spring Pulsar 1.2.11 snapshots

See gh-47464
pull/47551/head
Stéphane Nicoll 4 months ago
parent
commit
3abb15dfba
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2383,7 +2383,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}")
} }
} }
library("Spring Pulsar", "1.2.10") { library("Spring Pulsar", "1.2.11-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.pulsar") { group("org.springframework.pulsar") {
bom("spring-pulsar-bom") bom("spring-pulsar-bom")

Loading…
Cancel
Save