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

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e8deff50 KNOX-3184: Upgrade commons-logging to 1.3.5. Remove exclude 
from hadoop-common since it doesn't pull in commons-logging anymore (#1079)
0e8deff50 is described below

commit 0e8deff504a9dd462561c79bfee2d237a78abd25
Author: hanicz <[email protected]>
AuthorDate: Thu Aug 28 10:21:35 2025 +0200

    KNOX-3184: Upgrade commons-logging to 1.3.5. Remove exclude from 
hadoop-common since it doesn't pull in commons-logging anymore (#1079)
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62e7aa09c..22387f297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
         <commons-digester3.version>3.2</commons-digester3.version>
         <commons-io.version>2.17.0</commons-io.version>
         <commons-lang3.version>3.18.0</commons-lang3.version>
-        <commons-logging.version>1.2</commons-logging.version>
+        <commons-logging.version>1.3.5</commons-logging.version>
         <commons-math3.version>3.6.1</commons-math3.version>
         <commons-net.version>3.9.0</commons-net.version>
         <commons-text.version>1.10.0</commons-text.version>
@@ -1801,10 +1801,6 @@
                         <groupId>commons-httpclient</groupId>
                         <artifactId>commons-httpclient</artifactId>
                     </exclusion>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
 
                     <exclusion>
                         <groupId>javax.servlet</groupId>

Reply via email to