[KYUUBI #6746] Bump commons-lang3 from 3.13.0 to 3.17.0
# 🔍 Description ## Issue References 🔗 This pull request fixes # ## Describe Your Solution 🔧 - Bump commons-lang3 from 3.13.0 ( 2023-07-23 ) to 3.17.0 ( 2024-08-24 ), https://commons.apache.org/proper/commons-lang/changes-report.html#a3.17.0 ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6746 from bowenliang123/commonslang3-3.17. Closes #6746 d72467bfb [Bowen Liang] bump commons-lang3 from 3.13.0 to 3.17.0 Authored-by: Bowen Liang <liangbowen@gf.com.cn> Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
This commit is contained in:
parent
a1a5a9d27f
commit
45eebda431
@ -30,7 +30,7 @@ arrow-vector/16.0.0//arrow-vector-16.0.0.jar
|
|||||||
checker-qual/3.42.0//checker-qual-3.42.0.jar
|
checker-qual/3.42.0//checker-qual-3.42.0.jar
|
||||||
classgraph/4.8.138//classgraph-4.8.138.jar
|
classgraph/4.8.138//classgraph-4.8.138.jar
|
||||||
commons-codec/1.15//commons-codec-1.15.jar
|
commons-codec/1.15//commons-codec-1.15.jar
|
||||||
commons-lang3/3.13.0//commons-lang3-3.13.0.jar
|
commons-lang3/3.17.0//commons-lang3-3.17.0.jar
|
||||||
error_prone_annotations/2.23.0//error_prone_annotations-2.23.0.jar
|
error_prone_annotations/2.23.0//error_prone_annotations-2.23.0.jar
|
||||||
failsafe/3.3.2//failsafe-3.3.2.jar
|
failsafe/3.3.2//failsafe-3.3.2.jar
|
||||||
failureaccess/1.0.2//failureaccess-1.0.2.jar
|
failureaccess/1.0.2//failureaccess-1.0.2.jar
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -133,7 +133,7 @@
|
|||||||
<commons-codec.version>1.15</commons-codec.version>
|
<commons-codec.version>1.15</commons-codec.version>
|
||||||
<commons-collections.version>3.2.2</commons-collections.version>
|
<commons-collections.version>3.2.2</commons-collections.version>
|
||||||
<commons-io.version>2.16.1</commons-io.version>
|
<commons-io.version>2.16.1</commons-io.version>
|
||||||
<commons-lang3.version>3.13.0</commons-lang3.version>
|
<commons-lang3.version>3.17.0</commons-lang3.version>
|
||||||
<delta.artifact>delta-spark_${scala.binary.version}</delta.artifact>
|
<delta.artifact>delta-spark_${scala.binary.version}</delta.artifact>
|
||||||
<delta.version>3.2.0</delta.version>
|
<delta.version>3.2.0</delta.version>
|
||||||
<failsafe.verion>3.3.2</failsafe.verion>
|
<failsafe.verion>3.3.2</failsafe.verion>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user