Browse Source

Start building against Spring LDAP 3.2.4 snapshots

See gh-41038
pull/41051/head
Andy Wilkinson 2 years ago
parent
commit
5cd804d7d5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1993,7 +1993,7 @@ bom { @@ -1993,7 +1993,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}")
}
}
library("Spring LDAP", "3.2.3") {
library("Spring LDAP", "3.2.4-SNAPSHOT") {
considerSnapshots()
group("org.springframework.ldap") {
modules = [

Loading…
Cancel
Save