Skip to content

Commit

Permalink
[KYUUBI #6773] Bump commons-codec from 1.15 to 1.17.1
Browse files Browse the repository at this point in the history
# 🔍 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 🔖

- [ ] 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 #6773 from bowenliang123/commons-codec-1.17.

Closes #6773

347ef0f [Bowen Liang] update

Authored-by: Bowen Liang <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
(cherry picked from commit 27e7254)
Signed-off-by: Bowen Liang <[email protected]>
  • Loading branch information
bowenliang123 committed Nov 15, 2024
1 parent ae62ec0 commit 190e4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/dependencyList
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 190e4df

Please sign in to comment.