Skip to content

Commit ca3d8ac

Browse files
authored
HADOOP-19690. bump commons-lang3 to 3.18.0 due to CVE-2025-48924 (#7970) (#7985) Contributed by PJ Fanning.
* HADOOP-19690. bump commons-lang3 to 3.18.0 due to CVE-2025-48924 Signed-off-by: Shilun Fan <slfan1989@apache.org>
1 parent 7bc1ac3 commit ca3d8ac

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
@@ -301,9 +301,9 @@ org.apache.commons:commons-compress:1.26.1
301301
org.apache.commons:commons-configuration2:2.10.1
302302
org.apache.commons:commons-csv:1.9.0
303303
org.apache.commons:commons-digester:1.8.1
304-
org.apache.commons:commons-lang3:3.17.0
304+
org.apache.commons:commons-lang3:3.18.0
305305
org.apache.commons:commons-math3:3.6.1
306-
org.apache.commons:commons-text:1.10.0
306+
org.apache.commons:commons-text:1.14.0
307307
org.apache.commons:commons-validator:1.6
308308
org.apache.curator:curator-client:5.2.0
309309
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
@@ -124,11 +124,11 @@
124124
<commons-compress.version>1.26.1</commons-compress.version>
125125
<commons-csv.version>1.9.0</commons-csv.version>
126126
<commons-io.version>2.16.1</commons-io.version>
127-
<commons-lang3.version>3.17.0</commons-lang3.version>
127+
<commons-lang3.version>3.18.0</commons-lang3.version>
128128
<commons-logging.version>1.3.0</commons-logging.version>
129129
<commons-math3.version>3.6.1</commons-math3.version>
130130
<commons-net.version>3.9.0</commons-net.version>
131-
<commons-text.version>1.10.0</commons-text.version>
131+
<commons-text.version>1.14.0</commons-text.version>
132132

133133
<kerby.version>2.0.3</kerby.version>
134134
<ehcache.version>3.8.2</ehcache.version>

0 commit comments

Comments
 (0)