Skip to content

Commit 69e96f7

Browse files
authored
HADOOP-19690. bump commons-lang3 to 3.18.0 due to CVE-2025-48924 (#7970) Contributed by PJ Fanning.
* HADOOP-19690. bump commons-lang3 to 3.18.0 due to CVE-2025-48924 Signed-off-by: Shilun Fan <[email protected]>
1 parent a1d2cf4 commit 69e96f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE-binary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ org.apache.commons:commons-compress:1.26.1
358358
org.apache.commons:commons-configuration2:2.10.1
359359
org.apache.commons:commons-csv:1.9.0
360360
org.apache.commons:commons-digester:1.8.1
361-
org.apache.commons:commons-lang3:3.17.0
361+
org.apache.commons:commons-lang3:3.18.0
362362
org.apache.commons:commons-math3:3.6.1
363-
org.apache.commons:commons-text:1.10.0
363+
org.apache.commons:commons-text:1.14.0
364364
org.apache.commons:commons-validator:1.6
365365
org.apache.curator:curator-client:5.2.0
366366
org.apache.curator:curator-framework:5.2.0

hadoop-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@
127127
<commons-compress.version>1.26.1</commons-compress.version>
128128
<commons-csv.version>1.9.0</commons-csv.version>
129129
<commons-io.version>2.16.1</commons-io.version>
130-
<commons-lang3.version>3.17.0</commons-lang3.version>
130+
<commons-lang3.version>3.18.0</commons-lang3.version>
131131
<commons-logging.version>1.3.0</commons-logging.version>
132132
<commons-math3.version>3.6.1</commons-math3.version>
133133
<commons-net.version>3.9.0</commons-net.version>
134-
<commons-text.version>1.10.0</commons-text.version>
134+
<commons-text.version>1.14.0</commons-text.version>
135135

136136
<kerby.version>2.0.3</kerby.version>
137137
<ehcache.version>3.8.2</ehcache.version>

0 commit comments

Comments
 (0)