Browse Source

Start building against Spring LDAP 3.2.0 snapshots

See gh-37713
pull/37640/head
Andy Wilkinson 2 years ago
parent
commit
26b889f31a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1573,7 +1573,7 @@ bom { @@ -1573,7 +1573,7 @@ bom {
]
}
}
library("Spring LDAP", "3.2.0-M3") {
library("Spring LDAP", "3.2.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.ldap") {
modules = [

Loading…
Cancel
Save