Browse Source

Start building against Spring LDAP 3.3.3 snapshots

See gh-46707
pull/47140/head
Stéphane Nicoll 6 months ago
parent
commit
79371d82e1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save