This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 45eebda431 [KYUUBI #6746] Bump commons-lang3 from 3.13.0 to 3.17.0
45eebda431 is described below
commit 45eebda4317da43edb8a58de319d102a623831d9
Author: Bowen Liang <[email protected]>
AuthorDate: Thu Oct 17 21:29:05 2024 +0800
[KYUUBI #6746] Bump commons-lang3 from 3.13.0 to 3.17.0
# :mag: 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 :bookmark:
- [ ] 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 :coffin:
#### Behavior With This Pull Request :tada:
#### 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 <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
---
dev/dependencyList | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/dependencyList b/dev/dependencyList
index 632295d8ee..9e8d7650b2 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -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
classgraph/4.8.138//classgraph-4.8.138.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
failsafe/3.3.2//failsafe-3.3.2.jar
failureaccess/1.0.2//failureaccess-1.0.2.jar
diff --git a/pom.xml b/pom.xml
index 29f1aed40f..96922b2e87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<commons-codec.version>1.15</commons-codec.version>
<commons-collections.version>3.2.2</commons-collections.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.version>3.2.0</delta.version>
<failsafe.verion>3.3.2</failsafe.verion>