Browse Source

HADOOP-19086. Update commons-logging to 1.3.0 (#7472)

This library is not used directly, but httpclient has a dependency,
as do some downstream applications.

Contributed by Steve Loughran
Steve Loughran 4 months ago
parent
commit
68651ec71e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hadoop-project/pom.xml

+ 1 - 1
hadoop-project/pom.xml

@@ -126,7 +126,7 @@
     <commons-csv.version>1.9.0</commons-csv.version>
     <commons-io.version>2.16.1</commons-io.version>
     <commons-lang3.version>3.12.0</commons-lang3.version>
-    <commons-logging.version>1.2</commons-logging.version>
+    <commons-logging.version>1.3.0</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>