Browse Source

Start building against Spring Pulsar 1.2.4 snapshots

See gh-44571
pull/44789/head
Stéphane Nicoll 11 months ago
parent
commit
ceffb0e24e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2252,7 +2252,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.3") { library("Spring Pulsar", "1.2.4-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.pulsar") { group("org.springframework.pulsar") {
imports = [ imports = [

Loading…
Cancel
Save