Browse Source

Start building against Spring LDAP 3.0.0-M4 snapshots

See gh-32105
pull/32112/head
Stephane Nicoll 3 years ago
parent
commit
6d6270edaf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save