Browse Source

Upgrade to Spring LDAP 3.2.6

Closes gh-41739
pull/41910/head
Stéphane Nicoll 2 years ago
parent
commit
f508be2da5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2042,7 +2042,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}")
} }
} }
library("Spring LDAP", "3.2.5-SNAPSHOT") { library("Spring LDAP", "3.2.6") {
considerSnapshots() considerSnapshots()
group("org.springframework.ldap") { group("org.springframework.ldap") {
modules = [ modules = [

Loading…
Cancel
Save