You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/02/21 08:54:53 UTC

[cxf-fediz] branch master updated: Updating Spring LDAP to 2.3.6

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d4d6a9  Updating Spring LDAP to 2.3.6
6d4d6a9 is described below

commit 6d4d6a9b61526ed69ec8bc47bcfc4f1a12b2514a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 21 08:54:08 2022 +0000

    Updating Spring LDAP to 2.3.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a801e27..93dd700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <servlet.version>3.1.0</servlet.version>
         <slf4j.version>1.7.36</slf4j.version>
         <spring.version>5.3.16</spring.version>
-        <spring-ldap-core.version>2.3.5.RELEASE</spring-ldap-core.version>
+        <spring-ldap-core.version>2.3.6.RELEASE</spring-ldap-core.version>
         <spring.security.version>5.6.1</spring.security.version>
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.58</tomcat.version>