Browse Source

Start building against Spring LDAP 3.3.0 snapshots

See gh-45441
pull/45503/head
Stéphane Nicoll 9 months ago
parent
commit
ad45bf3c2b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save