Browse Source

Upgrade to Spring LDAP 4.0.0-M2

Closes gh-46621
pull/46879/head
Stéphane Nicoll 4 months ago
parent
commit
ff507d1657
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save