Skip to content

Commit 5fc44da

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[SPARK-42488][BUILD] Upgrade commons-crypto to 1.2.0
### What changes were proposed in this pull request? This pr aims upgrade commons-crypto from 1.1.0 to 1.2.0. ### Why are the changes needed? The new features in 1.2.0 as follows: https://github.com/apache/commons-crypto/blob/1ebfddd0e77585884872416a0dff2dd114a88864/RELEASE-NOTES.txt#L12-L21 <img width="1111" alt="image" src="https://user-images.githubusercontent.com/1475305/220000261-0c59d7a1-3c88-4ea4-a8c5-39da88ead4f7.png"> ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions Closes #40082 from LuciferYang/SPARK-42488. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 4a816ee commit 5fc44da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ commons-collections4/4.4//commons-collections4-4.4.jar
4141
commons-compiler/3.1.9//commons-compiler-3.1.9.jar
4242
commons-compress/1.22//commons-compress-1.22.jar
4343
commons-configuration/1.6//commons-configuration-1.6.jar
44-
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
44+
commons-crypto/1.2.0//commons-crypto-1.2.0.jar
4545
commons-dbcp/1.4//commons-dbcp-1.4.jar
4646
commons-digester/1.8//commons-digester-1.8.jar
4747
commons-httpclient/3.1//commons-httpclient-3.1.jar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ commons-collections/3.2.2//commons-collections-3.2.2.jar
4141
commons-collections4/4.4//commons-collections4-4.4.jar
4242
commons-compiler/3.1.9//commons-compiler-3.1.9.jar
4343
commons-compress/1.22//commons-compress-1.22.jar
44-
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
44+
commons-crypto/1.2.0//commons-crypto-1.2.0.jar
4545
commons-dbcp/1.4//commons-dbcp-1.4.jar
4646
commons-io/2.11.0//commons-io-2.11.0.jar
4747
commons-lang/2.6//commons-lang-2.6.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<htmlunit-driver.version>4.7.2</htmlunit-driver.version>
212212
<htmlunit.version>2.67.0</htmlunit.version>
213213
<maven-antrun.version>1.8</maven-antrun.version>
214-
<commons-crypto.version>1.1.0</commons-crypto.version>
214+
<commons-crypto.version>1.2.0</commons-crypto.version>
215215
<commons-cli.version>1.5.0</commons-cli.version>
216216
<bouncycastle.version>1.60</bouncycastle.version>
217217
<tink.version>1.7.0</tink.version>

0 commit comments

Comments
 (0)