Browse Source

Upgrade to Spring Pulsar 1.1.6

Closes gh-43012
pull/43333/head
Stéphane Nicoll 1 year ago
parent
commit
4e9fb97a14
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save