Browse Source

Upgrade to Spring LDAP 4.0.0-M3

Closes gh-47005
pull/47203/head
Stéphane Nicoll 3 months ago
parent
commit
4f6243fc2c
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2409,7 +2409,7 @@ bom { @@ -2409,7 +2409,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-M3") {
considerSnapshots()
group("org.springframework.ldap") {
modules = [

Loading…
Cancel
Save