From c286e99cac0e9b069ef93768d6e5606a2fffcf56 Mon Sep 17 00:00:00 2001 From: Manfred Baedke Date: Tue, 14 Jan 2025 17:16:57 +0100 Subject: [PATCH] OAK-11386: oak-auth-ldap: update o.a.d.api-api-all dependency to 2.1.7 and mina dependency to 2.2.4 Updated dependencies and removed unnecessary embeddings. --- oak-auth-ldap/pom.xml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/oak-auth-ldap/pom.xml b/oak-auth-ldap/pom.xml index 12a5d2dfecb..77b87d9ed45 100644 --- a/oak-auth-ldap/pom.xml +++ b/oak-auth-ldap/pom.xml @@ -52,13 +52,10 @@ !org.xmlpull.v1, !sun.net.util, !net.sf.cglib.proxy, - !antlr, - !antlr.collections.impl, - !org.apache.mina.*, * - api-all,commons-pool2,mina-core,org.apache.servicemix.bundles.antlr + api-all @@ -80,7 +77,7 @@ org.apache.directory.api api-all - 2.0.1 + 2.1.7 org.apache.commons @@ -91,10 +88,30 @@ org.apache.commons commons-collections4 + + org.apache.commons + commons-text + 1.13.0 + org.apache.mina mina-core - 2.1.10 + 2.2.4 + + + com.github.ben-manes.caffeine + caffeine + 3.1.8 + + + com.google.errorprone + error_prone_annotations + 2.36.0 + + + org.checkerframework + checker-qual + 3.48.4 org.apache.servicemix.bundles