Browse Source

Start building against Spring LDAP 3.2.0 snapshots

See gh-38317
pull/38322/head
Andy Wilkinson 2 years ago
parent
commit
f7efa71ea6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save