Browse Source

Start building against Spring LDAP 3.3.0-M3 snapshots

See gh-44596
pull/44636/head
Stéphane Nicoll 10 months ago
parent
commit
0835878f9d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save