Browse Source

Start building against Spring LDAP 3.2.1 snapshots

See gh-38699
pull/38702/head
Andy Wilkinson 2 years ago
parent
commit
91efe9396b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save