This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new 190e4dfc3b [KYUUBI #6773] Bump commons-codec from 1.15 to 1.17.1
190e4dfc3b is described below
commit 190e4dfc3b82164bacb5ed8edbfde94880d9a84c
Author: Bowen Liang <[email protected]>
AuthorDate: Fri Nov 15 11:20:04 2024 +0800
[KYUUBI #6773] Bump commons-codec from 1.15 to 1.17.1
# :mag: Description
## Issue References ๐
This pull request fixes #
## Describe Your Solution ๐ง
- bump commons-codec from 1.15 (Seq 2020) to 1.17.1 (Jul 2024):
https://commons.apache.org/proper/commons-codec/changes-report.html
## 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 #6773 from bowenliang123/commons-codec-1.17.
Closes #6773
347ef0fe9 [Bowen Liang] update
Authored-by: Bowen Liang <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
(cherry picked from commit 27e7254930e0ffceeaa8d27c1e217eb70589316b)
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 0aaaa1f9c1..3a4dbdbd04 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -29,7 +29,7 @@ arrow-memory-netty/16.0.0//arrow-memory-netty-16.0.0.jar
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-codec/1.17.1//commons-codec-1.17.1.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
diff --git a/pom.xml b/pom.xml
index 5e0014a909..a1310a944c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<bouncycastle.version>1.78</bouncycastle.version>
<codahale.metrics.version>4.2.26</codahale.metrics.version>
<commons-cli.version>1.5.0</commons-cli.version>
- <commons-codec.version>1.15</commons-codec.version>
+ <commons-codec.version>1.17.1</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.17.0</commons-lang3.version>