Browse Source

Upgrade to Spring LDAP 4.0.0-RC1

Closes gh-47496
pull/47694/head
Stéphane Nicoll 2 months ago
parent
commit
d0e21b0b45
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save