Browse Source

Upgrade to Spring LDAP 3.2.11

Closes gh-44124
pull/44380/head
Stéphane Nicoll 1 year ago
parent
commit
21b60098bc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save