Skip to content

Commit 564f20b

Browse files
committed
[SPARK-55677][BUILD] Upgrade commons-cli to 1.11.0
### What changes were proposed in this pull request? This PR aims to upgrade `commons-cli` to 1.11.0. ### Why are the changes needed? To bring the latest bug fixes. - https://commons.apache.org/proper/commons-cli/changes.html#a1.11.0 ( 2025-11-08) - apache/commons-cli#396 - apache/commons-cli#411 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity` Closes #54471 from dongjoon-hyun/SPARK-55677. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 1d43629 commit 564f20b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bundle/2.35.4//bundle-2.35.4.jar
3535
cats-kernel_2.13/2.8.0//cats-kernel_2.13-2.8.0.jar
3636
chill-java/0.10.0//chill-java-0.10.0.jar
3737
chill_2.13/0.10.0//chill_2.13-0.10.0.jar
38-
commons-cli/1.10.0//commons-cli-1.10.0.jar
38+
commons-cli/1.11.0//commons-cli-1.11.0.jar
3939
commons-codec/1.21.0//commons-codec-1.21.0.jar
4040
commons-collections4/4.5.0//commons-collections4-4.5.0.jar
4141
commons-compiler/3.1.9//commons-compiler-3.1.9.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<htmlunit3-driver.version>4.32.0</htmlunit3-driver.version>
213213
<maven-antrun.version>3.1.0</maven-antrun.version>
214214
<commons-crypto.version>1.1.0</commons-crypto.version>
215-
<commons-cli.version>1.10.0</commons-cli.version>
215+
<commons-cli.version>1.11.0</commons-cli.version>
216216
<bouncycastle.version>1.83</bouncycastle.version>
217217
<tink.version>1.19.0</tink.version>
218218
<datasketches.version>6.2.0</datasketches.version>

0 commit comments

Comments
 (0)