Skip to content

Commit

Permalink
[SPARK-48932][BUILD] Upgrade commons-lang3 to 3.15.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade `commons-lang3` from `3.14.0` to `3.15.0`

### Why are the changes needed?
- v3.14.0 VS v3.15.0
  apache/commons-lang@rel/commons-lang-3.14.0...rel/commons-lang-3.15.0

- The new version has brought some bug fixes, eg:
  apache/commons-lang#1140
  apache/commons-lang#1151

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#47396 from panbingkun/SPARK-48932.

Authored-by: panbingkun <panbingkun@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
panbingkun authored and attilapiros committed Oct 4, 2024
1 parent 9125173 commit 2ee6a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commons-crypto/1.1.0//commons-crypto-1.1.0.jar
commons-dbcp/1.4//commons-dbcp-1.4.jar
commons-io/2.16.1//commons-io-2.16.1.jar
commons-lang/2.6//commons-lang-2.6.jar
commons-lang3/3.14.0//commons-lang3-3.14.0.jar
commons-lang3/3.15.0//commons-lang3-3.15.0.jar
commons-math3/3.6.1//commons-math3-3.6.1.jar
commons-pool/1.5.4//commons-pool-1.5.4.jar
commons-text/1.12.0//commons-text-1.12.0.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<!-- To support Hive UDF jars built by Hive 2.0.0 ~ 2.3.9 and 3.0.0 ~ 3.1.3. -->
<commons-lang2.version>2.6</commons-lang2.version>
<!-- org.apache.commons/commons-lang3/-->
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-lang3.version>3.15.0</commons-lang3.version>
<!-- org.apache.commons/commons-pool2/-->
<commons-pool2.version>2.12.0</commons-pool2.version>
<datanucleus-core.version>4.1.17</datanucleus-core.version>
Expand Down

0 comments on commit 2ee6a5a

Please sign in to comment.