Upgrade to Spring LDAP 3.0.4.

Closes #397
This commit is contained in:
Mark Paluch
2023-06-16 14:50:36 +02:00
parent bac790a26c
commit 4f74dced00

View File

@@ -18,7 +18,7 @@
</parent>
<properties>
<spring-ldap>3.0.3</spring-ldap>
<spring-ldap>3.0.4</spring-ldap>
<springdata.commons>3.0.7-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.ldap</java-module-name>
</properties>
@@ -160,7 +160,7 @@
<profile>
<id>springldap-next</id>
<properties>
<spring-ldap>2.3.2.BUILD-SNAPSHOT</spring-ldap>
<spring-ldap>3.0.5-SNAPSHOT</spring-ldap>
</properties>
</profile>
</profiles>