Browse Source

Start building against Spring LDAP 3.2.0 snapshots

See gh-36299
pull/36303/head
Andy Wilkinson 3 years ago
parent
commit
a285a7389c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1433,7 +1433,7 @@ bom { @@ -1433,7 +1433,7 @@ bom {
]
}
}
library("Spring LDAP", "3.1.0") {
library("Spring LDAP", "3.2.0-SNAPSHOT") {
group("org.springframework.ldap") {
modules = [
"spring-ldap-core",

Loading…
Cancel
Save