Skip to content

Commit f7baabc

Browse files
author
fuchaohong
committed
HADOOP-19585. Upgrade commons-beanutils to 1.11.0 due to CVE-2025-48734.
1 parent 4461cfa commit f7baabc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
243243
com.microsoft.azure:azure-storage:7.0.0
244244
com.nimbusds:nimbus-jose-jwt:9.31
245245
com.zaxxer:HikariCP:4.0.3
246-
commons-beanutils:commons-beanutils:1.9.4
246+
commons-beanutils:commons-beanutils:1.11.0
247247
commons-cli:commons-cli:1.5.0
248248
commons-codec:commons-codec:1.11
249249
commons-collections:commons-collections:3.2.2

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<ldap-api.version>2.0.0</ldap-api.version>
119119

120120
<!-- Apache Commons dependencies -->
121-
<commons-beanutils.version>1.9.4</commons-beanutils.version>
121+
<commons-beanutils.version>1.11.0</commons-beanutils.version>
122122
<commons-cli.version>1.5.0</commons-cli.version>
123123
<commons-codec.version>1.15</commons-codec.version>
124124
<commons-collections.version>3.2.2</commons-collections.version>

0 commit comments

Comments
 (0)