Browse Source

Upgrade to Spring LDAP 3.3.0-M2

Closes gh-44164
pull/44276/head
Stéphane Nicoll 10 months ago
parent
commit
6c85da3c15
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save