Browse Source

Start building against Spring LDAP 3.2.11 snapshots

See gh-44124
pull/44380/head
Stéphane Nicoll 12 months ago
parent
commit
e9c36ccf38
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save