Browse Source

Upgrade to Spring LDAP 3.3.2

Closes gh-46285
pull/46511/head
Stéphane Nicoll 7 months ago
parent
commit
68c028e184
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save