Browse Source

Start building against Spring LDAP 3.3.2 snapshots

See gh-46285
pull/46457/head
Stéphane Nicoll 7 months ago
parent
commit
e869bd272d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save