Browse Source

Start building against Spring LDAP 3.2.3 snapshots

See gh-40228
pull/40235/head
Andy Wilkinson 2 years ago
parent
commit
dbdf74be34
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save