This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit c784fa387ae1c88ce28ec076be42912975ccefb2 Author: Andriy Redko <[email protected]> AuthorDate: Thu Oct 24 20:01:04 2024 -0400 Update Spring LDAP to 2.4.2 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 366b658329..90ab49a2d7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -204,7 +204,7 @@ <cxf.snakeyaml.version>2.3</cxf.snakeyaml.version> <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version> <cxf.spring.boot.version>2.7.18</cxf.spring.boot.version> - <cxf.spring.ldap.version>2.4.0</cxf.spring.ldap.version> + <cxf.spring.ldap.version>2.4.2</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.8.14</cxf.spring.security.version>
