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

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 9eb6465216 OAK.11196: oak-auth-ldap: update mina dependency to 2.1.8 
(#1788)
9eb6465216 is described below

commit 9eb6465216a17093f2db292b61715203788a5fc1
Author: mbaedke <manfred.bae...@gmail.com>
AuthorDate: Mon Oct 14 11:02:22 2024 +0200

    OAK.11196: oak-auth-ldap: update mina dependency to 2.1.8 (#1788)
    
    Done.
---
 oak-auth-ldap/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-auth-ldap/pom.xml b/oak-auth-ldap/pom.xml
index ac48ec3012..8e5efd8917 100644
--- a/oak-auth-ldap/pom.xml
+++ b/oak-auth-ldap/pom.xml
@@ -95,7 +95,7 @@
         <dependency>
             <groupId>org.apache.mina</groupId>
             <artifactId>mina-core</artifactId>
-            <version>2.1.3</version>
+            <version>2.1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>

Reply via email to