Browse Source

Upgrade to Spring Pulsar 2.0.1

Closes gh-48443
pull/48552/head
Stéphane Nicoll 3 months ago
parent
commit
bc237ccaa1
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2516,7 +2516,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", "2.0.1-SNAPSHOT") { library("Spring Pulsar", "2.0.1") {
considerSnapshots() considerSnapshots()
group("org.springframework.pulsar") { group("org.springframework.pulsar") {
bom("spring-pulsar-bom") bom("spring-pulsar-bom")

Loading…
Cancel
Save