mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
The spring-ldap-ldif-batch module was removed in Spring LDAP 2.4.0 in favor of the equivalent code that already exists in Spring Batch. This commit aligns Boot's dependency management with this removal. Closes gh-31254