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

[cxf] branch 3.5.x-fixes updated: Update Spring LDAP to 2.3.6.RELEASE

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

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 7381411  Update Spring LDAP to 2.3.6.RELEASE
7381411 is described below

commit 7381411c96166c7320e07f9809182e060d52e7df
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Feb 18 14:33:37 2022 -0500

    Update Spring LDAP to 2.3.6.RELEASE
    
    (cherry picked from commit 158e046aaa3608bc9405a69f43c95bb36e928397)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 88cdff2..b6cd701 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -201,7 +201,7 @@
         <cxf.snakeyaml.version>1.30</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.6.3</cxf.spring.boot.version>
-        <cxf.spring.ldap.version>2.3.5.RELEASE</cxf.spring.ldap.version>
+        <cxf.spring.ldap.version>2.3.6.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.security.version>5.6.1</cxf.spring.security.version>