Browse Source

Start building against Spring LDAP 4.0.1 snapshots

See gh-48442
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
63a0fc86b3
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -2496,7 +2496,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", "4.0.0") { library("Spring LDAP", "4.0.1-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.ldap") { group("org.springframework.ldap") {
modules = [ modules = [

Loading…
Cancel
Save