Browse Source

Start building against Spring LDAP 2.4.0-M2 snapshots

See gh-29764
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
76039f3464
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save