Commit 6c6ca1f
[SPARK-52778][BUILD] Upgrade
### What changes were proposed in this pull request?
This PR aims to upgrade `commons-lang3` to 3.18.0.
Although SPARK-52469 removes ` org.apache.commons.lang3.JavaVersion` usages, we still use many methods of `commons-lang3`.
- #51174
### Why are the changes needed?
To bring the latest bug fixes.
- https://commons.apache.org/proper/commons-lang/changes.html#a3.18.0
- apache/commons-lang/pull/1327
- apache/commons-lang/pull/1297
- apache/commons-lang/pull/1273
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #51460 from dongjoon-hyun/SPARK-52778.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: yangjie01 <yangjie01@baidu.com>commons-lang3 to 3.18.01 parent 46f3184 commit 6c6ca1f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments