Browse Source

Start building against Spring LDAP 3.2.12 snapshots

See gh-45059
pull/45151/head
Phillip Webb 11 months ago
parent
commit
699365c593
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save