Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [Java] Bump commons-codec:commons-codec from 1.15 to 1.16.0 in /java #39611

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps commons-codec:commons-codec from 1.15 to 1.16.0.

Changelog

Sourced from commons-codec:commons-codec's changelog.

          Apache Commons Codec 1.16.0

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

Feature and fix release.

Changes in this version include:

New features: o CODEC-296: Add support for Blake3 family of hashes. Thanks to Matt Sicker. o Add github/codeql-action.

Fixed Bugs: o CODEC-295: Minor improvements #67. Thanks to Arturo Bernal. o Remove duplicated words from Javadocs. Thanks to James Gan. o CODEC-301: Simplify assertion #84. Thanks to Alexander Pinske, Alex Herbert. o CODEC-300: Simplify assertion #84. Thanks to Arturo Bernal. o CODEC-298: Use Standard Charset object #82. Thanks to Arturo Bernal. o Use String.contains() functions #125. Thanks to Arturo Bernal. o Avoid use toString() or substring() in favor of a simplified expression #126. Thanks to Arturo Bernal. o CODEC-305: Fix byte-skipping in Base16 decoding #135. Thanks to Florian. o Fix several typos, improve writing in some javadocs #139. Thanks to Marc Wrobel. o BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory. o Javadoc improvements and cleanups. Thanks to Gary Gregory. o Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.

Changes: o Bump actions/cache from v2 to v3.0.10 #75, #99, #119, #138, #149, #152. Thanks to Dependabot, Gary Gregory. o Bump actions/setup-java from v1.4.1 to 3.5.1 #60, #62, #121. Thanks to Dependabot, Gary Gregory. o Bump actions/checkout from 2.3.2 to 3.1.0 #65, #98, #114, #153. Thanks to Dependabot, Gary Gregory. o Bump commons-parent from 52 to 58, #147, #165, #170. Thanks to Dependabot, Gary Gregory. o CODEC-285: Bump junit from 4.13.1 to 5.9.1 #76, #39, #140, #148. Thanks to Dependabot, John Patrick. o Bump Java 7 to 8. Thanks to Gary Gregory. o Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory. o Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory. o Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 #122, #134. Thanks to Gary Gregory. o Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory. o Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory. o Bump maven-pmd-plugin from 3.13.0 to 3.19.0, #133, #142, #145. Thanks to Gary Gregory, Dependabot. o Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory. o Bump maven-checkstyle-plugin from 2.17 to 3.2.0 #143. Thanks to Gary Gregory. o Bump checkstyle from 8.45.1 to 9.3 #97, #100, #101, #103. Thanks to Dependabot. o Bump taglist-maven-plugin from 2.4 to 3.0.0 #102. Thanks to Dependabot. o Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.

For complete information on Apache Commons Codec, including instructions on how to submit bug reports,

... (truncated)

Commits
  • 2614a4c Prepare for release candidate
  • 3a6cde0 Update POM version for Apache Commons Codec release 1.16.0
  • fa289a9 Prepare for release candidate
  • 393b8f7 Prepare for release candidate
  • 7bfa8af Prepare for release candidate
  • 18d83b1 Prepare for release candidate
  • a3d825d Package private method does not need Javadoc since tag
  • 4d9f462 New package private method does not need Javadoc since tag
  • af4d48a New package private method does not need Javadoc since tag
  • cc2808b Make new API Fluent
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.15...rel/commons-codec-1.16.0)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from lidavidm as a code owner January 15, 2024 16:20
@dependabot dependabot bot added dependencies Dependabot-only java Dependabot-only labels Jan 15, 2024
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 697b70e into main Jan 16, 2024
28 checks passed
@kou kou removed the awaiting review Awaiting review label Jan 16, 2024
@dependabot dependabot bot deleted the dependabot/maven/java/commons-codec-commons-codec-1.16.0 branch January 16, 2024 00:21
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jan 16, 2024
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 697b70e.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them.

idailylife pushed a commit to idailylife/arrow that referenced this pull request Jan 18, 2024
… /java (apache#39611)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p>
<blockquote>
<pre><code>          Apache Commons Codec 1.16.0
</code></pre>
<p>The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal.  In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>Feature and fix release.</p>
<p>Changes in this version include:</p>
<p>New features:
o CODEC-296:  Add support for Blake3 family of hashes. Thanks to Matt Sicker.
o             Add github/codeql-action.</p>
<p>Fixed Bugs:
o CODEC-295:  Minor improvements <a href="https://redirect.github.com/apache/commons-codec/issues/67">#67</a>. Thanks to Arturo Bernal.
o             Remove duplicated words from Javadocs. Thanks to James Gan.
o CODEC-301:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Alexander Pinske, Alex Herbert.
o CODEC-300:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Arturo Bernal.
o CODEC-298:  Use Standard Charset object <a href="https://redirect.github.com/apache/commons-codec/issues/82">#82</a>. Thanks to Arturo Bernal.
o             Use String.contains() functions <a href="https://redirect.github.com/apache/commons-codec/issues/125">#125</a>. Thanks to Arturo Bernal.
o             Avoid use toString() or substring() in favor of a simplified expression <a href="https://redirect.github.com/apache/commons-codec/issues/126">#126</a>. Thanks to Arturo Bernal.
o CODEC-305:  Fix byte-skipping in Base16 decoding <a href="https://redirect.github.com/apache/commons-codec/issues/135">#135</a>. Thanks to Florian.
o             Fix several typos, improve writing in some javadocs <a href="https://redirect.github.com/apache/commons-codec/issues/139">#139</a>. Thanks to Marc Wrobel.
o             BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory.
o             Javadoc improvements and cleanups. Thanks to Gary Gregory.
o             Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.</p>
<p>Changes:
o             Bump actions/cache from v2 to v3.0.10 <a href="https://redirect.github.com/apache/commons-codec/issues/75">#75</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/99">#99</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/119">#119</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/138">#138</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/149">#149</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/152">#152</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/setup-java from v1.4.1 to 3.5.1 <a href="https://redirect.github.com/apache/commons-codec/issues/60">#60</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/62">#62</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/121">#121</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/checkout from 2.3.2 to 3.1.0 <a href="https://redirect.github.com/apache/commons-codec/issues/65">#65</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/98">#98</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/114">#114</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/153">#153</a>. Thanks to Dependabot, Gary Gregory.
o             Bump commons-parent from 52 to 58, <a href="https://redirect.github.com/apache/commons-codec/issues/147">#147</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/165">#165</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/170">#170</a>. Thanks to Dependabot, Gary Gregory.
o CODEC-285:  Bump junit from 4.13.1 to 5.9.1 <a href="https://redirect.github.com/apache/commons-codec/issues/76">#76</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/39">#39</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/140">#140</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/148">#148</a>. Thanks to Dependabot, John Patrick.
o             Bump Java 7 to 8. Thanks to Gary Gregory.
o             Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory.
o             Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory.
o             Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 <a href="https://redirect.github.com/apache/commons-codec/issues/122">#122</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/134">#134</a>. Thanks to Gary Gregory.
o             Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory.
o             Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory.
o             Bump maven-pmd-plugin from 3.13.0 to 3.19.0, <a href="https://redirect.github.com/apache/commons-codec/issues/133">#133</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/142">#142</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/145">#145</a>. Thanks to Gary Gregory, Dependabot.
o             Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory.
o             Bump maven-checkstyle-plugin from 2.17 to 3.2.0 <a href="https://redirect.github.com/apache/commons-codec/issues/143">#143</a>. Thanks to Gary Gregory.
o             Bump checkstyle from 8.45.1 to 9.3 <a href="https://redirect.github.com/apache/commons-codec/issues/97">#97</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/100">#100</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/101">#101</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/103">#103</a>. Thanks to Dependabot.
o             Bump taglist-maven-plugin from 2.4 to 3.0.0 <a href="https://redirect.github.com/apache/commons-codec/issues/102">#102</a>. Thanks to Dependabot.
o             Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.</p>
<p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports,</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/commons-codec/commit/2614a4ca9d79c2b96a3147d206b4fb27443f8ce8"><code>2614a4c</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/3a6cde0506a7b473b933aad9627fdb91e6e37aa2"><code>3a6cde0</code></a> Update POM version for Apache Commons Codec release 1.16.0</li>
<li><a href="https://github.com/apache/commons-codec/commit/fa289a9e77aa3eafa1c6bef8668c8c38f17d92af"><code>fa289a9</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/393b8f78c1e9787d4e440c51e98a404252f30f74"><code>393b8f7</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/7bfa8afe05edd4174746ff9bbaffc12ac2bae945"><code>7bfa8af</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/18d83b18ecdb6d397aecdf8047748f39b7e13c24"><code>18d83b1</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/a3d825d13724e99e16f1e7536f3c04aaea64ccab"><code>a3d825d</code></a> Package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/4d9f462f2b4f6588cb828c0c024aca4b05b5ae94"><code>4d9f462</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/af4d48a43079124191af51bd9f5273c196a06fb5"><code>af4d48a</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/cc2808b67cdc9a14fc17f913495dd28bd248c8b3"><code>cc2808b</code></a> Make new API Fluent</li>
<li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-codec:commons-codec&package-manager=maven&previous-version=1.15&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
… /java (apache#39611)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p>
<blockquote>
<pre><code>          Apache Commons Codec 1.16.0
</code></pre>
<p>The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal.  In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>Feature and fix release.</p>
<p>Changes in this version include:</p>
<p>New features:
o CODEC-296:  Add support for Blake3 family of hashes. Thanks to Matt Sicker.
o             Add github/codeql-action.</p>
<p>Fixed Bugs:
o CODEC-295:  Minor improvements <a href="https://redirect.github.com/apache/commons-codec/issues/67">#67</a>. Thanks to Arturo Bernal.
o             Remove duplicated words from Javadocs. Thanks to James Gan.
o CODEC-301:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Alexander Pinske, Alex Herbert.
o CODEC-300:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Arturo Bernal.
o CODEC-298:  Use Standard Charset object <a href="https://redirect.github.com/apache/commons-codec/issues/82">#82</a>. Thanks to Arturo Bernal.
o             Use String.contains() functions <a href="https://redirect.github.com/apache/commons-codec/issues/125">#125</a>. Thanks to Arturo Bernal.
o             Avoid use toString() or substring() in favor of a simplified expression <a href="https://redirect.github.com/apache/commons-codec/issues/126">#126</a>. Thanks to Arturo Bernal.
o CODEC-305:  Fix byte-skipping in Base16 decoding <a href="https://redirect.github.com/apache/commons-codec/issues/135">#135</a>. Thanks to Florian.
o             Fix several typos, improve writing in some javadocs <a href="https://redirect.github.com/apache/commons-codec/issues/139">#139</a>. Thanks to Marc Wrobel.
o             BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory.
o             Javadoc improvements and cleanups. Thanks to Gary Gregory.
o             Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.</p>
<p>Changes:
o             Bump actions/cache from v2 to v3.0.10 <a href="https://redirect.github.com/apache/commons-codec/issues/75">#75</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/99">#99</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/119">#119</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/138">#138</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/149">#149</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/152">#152</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/setup-java from v1.4.1 to 3.5.1 <a href="https://redirect.github.com/apache/commons-codec/issues/60">#60</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/62">#62</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/121">#121</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/checkout from 2.3.2 to 3.1.0 <a href="https://redirect.github.com/apache/commons-codec/issues/65">#65</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/98">#98</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/114">#114</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/153">#153</a>. Thanks to Dependabot, Gary Gregory.
o             Bump commons-parent from 52 to 58, <a href="https://redirect.github.com/apache/commons-codec/issues/147">#147</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/165">#165</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/170">#170</a>. Thanks to Dependabot, Gary Gregory.
o CODEC-285:  Bump junit from 4.13.1 to 5.9.1 <a href="https://redirect.github.com/apache/commons-codec/issues/76">#76</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/39">#39</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/140">#140</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/148">#148</a>. Thanks to Dependabot, John Patrick.
o             Bump Java 7 to 8. Thanks to Gary Gregory.
o             Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory.
o             Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory.
o             Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 <a href="https://redirect.github.com/apache/commons-codec/issues/122">#122</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/134">#134</a>. Thanks to Gary Gregory.
o             Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory.
o             Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory.
o             Bump maven-pmd-plugin from 3.13.0 to 3.19.0, <a href="https://redirect.github.com/apache/commons-codec/issues/133">#133</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/142">#142</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/145">#145</a>. Thanks to Gary Gregory, Dependabot.
o             Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory.
o             Bump maven-checkstyle-plugin from 2.17 to 3.2.0 <a href="https://redirect.github.com/apache/commons-codec/issues/143">#143</a>. Thanks to Gary Gregory.
o             Bump checkstyle from 8.45.1 to 9.3 <a href="https://redirect.github.com/apache/commons-codec/issues/97">#97</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/100">#100</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/101">#101</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/103">#103</a>. Thanks to Dependabot.
o             Bump taglist-maven-plugin from 2.4 to 3.0.0 <a href="https://redirect.github.com/apache/commons-codec/issues/102">#102</a>. Thanks to Dependabot.
o             Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.</p>
<p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports,</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/commons-codec/commit/2614a4ca9d79c2b96a3147d206b4fb27443f8ce8"><code>2614a4c</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/3a6cde0506a7b473b933aad9627fdb91e6e37aa2"><code>3a6cde0</code></a> Update POM version for Apache Commons Codec release 1.16.0</li>
<li><a href="https://github.com/apache/commons-codec/commit/fa289a9e77aa3eafa1c6bef8668c8c38f17d92af"><code>fa289a9</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/393b8f78c1e9787d4e440c51e98a404252f30f74"><code>393b8f7</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/7bfa8afe05edd4174746ff9bbaffc12ac2bae945"><code>7bfa8af</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/18d83b18ecdb6d397aecdf8047748f39b7e13c24"><code>18d83b1</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/a3d825d13724e99e16f1e7536f3c04aaea64ccab"><code>a3d825d</code></a> Package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/4d9f462f2b4f6588cb828c0c024aca4b05b5ae94"><code>4d9f462</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/af4d48a43079124191af51bd9f5273c196a06fb5"><code>af4d48a</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/cc2808b67cdc9a14fc17f913495dd28bd248c8b3"><code>cc2808b</code></a> Make new API Fluent</li>
<li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-codec:commons-codec&package-manager=maven&previous-version=1.15&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
… /java (apache#39611)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p>
<blockquote>
<pre><code>          Apache Commons Codec 1.16.0
</code></pre>
<p>The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal.  In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>Feature and fix release.</p>
<p>Changes in this version include:</p>
<p>New features:
o CODEC-296:  Add support for Blake3 family of hashes. Thanks to Matt Sicker.
o             Add github/codeql-action.</p>
<p>Fixed Bugs:
o CODEC-295:  Minor improvements <a href="https://redirect.github.com/apache/commons-codec/issues/67">#67</a>. Thanks to Arturo Bernal.
o             Remove duplicated words from Javadocs. Thanks to James Gan.
o CODEC-301:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Alexander Pinske, Alex Herbert.
o CODEC-300:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Arturo Bernal.
o CODEC-298:  Use Standard Charset object <a href="https://redirect.github.com/apache/commons-codec/issues/82">#82</a>. Thanks to Arturo Bernal.
o             Use String.contains() functions <a href="https://redirect.github.com/apache/commons-codec/issues/125">#125</a>. Thanks to Arturo Bernal.
o             Avoid use toString() or substring() in favor of a simplified expression <a href="https://redirect.github.com/apache/commons-codec/issues/126">#126</a>. Thanks to Arturo Bernal.
o CODEC-305:  Fix byte-skipping in Base16 decoding <a href="https://redirect.github.com/apache/commons-codec/issues/135">#135</a>. Thanks to Florian.
o             Fix several typos, improve writing in some javadocs <a href="https://redirect.github.com/apache/commons-codec/issues/139">#139</a>. Thanks to Marc Wrobel.
o             BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory.
o             Javadoc improvements and cleanups. Thanks to Gary Gregory.
o             Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.</p>
<p>Changes:
o             Bump actions/cache from v2 to v3.0.10 <a href="https://redirect.github.com/apache/commons-codec/issues/75">#75</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/99">#99</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/119">#119</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/138">#138</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/149">#149</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/152">#152</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/setup-java from v1.4.1 to 3.5.1 <a href="https://redirect.github.com/apache/commons-codec/issues/60">#60</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/62">#62</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/121">#121</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/checkout from 2.3.2 to 3.1.0 <a href="https://redirect.github.com/apache/commons-codec/issues/65">#65</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/98">#98</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/114">#114</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/153">#153</a>. Thanks to Dependabot, Gary Gregory.
o             Bump commons-parent from 52 to 58, <a href="https://redirect.github.com/apache/commons-codec/issues/147">#147</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/165">#165</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/170">#170</a>. Thanks to Dependabot, Gary Gregory.
o CODEC-285:  Bump junit from 4.13.1 to 5.9.1 <a href="https://redirect.github.com/apache/commons-codec/issues/76">#76</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/39">#39</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/140">#140</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/148">#148</a>. Thanks to Dependabot, John Patrick.
o             Bump Java 7 to 8. Thanks to Gary Gregory.
o             Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory.
o             Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory.
o             Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 <a href="https://redirect.github.com/apache/commons-codec/issues/122">#122</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/134">#134</a>. Thanks to Gary Gregory.
o             Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory.
o             Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory.
o             Bump maven-pmd-plugin from 3.13.0 to 3.19.0, <a href="https://redirect.github.com/apache/commons-codec/issues/133">#133</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/142">#142</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/145">#145</a>. Thanks to Gary Gregory, Dependabot.
o             Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory.
o             Bump maven-checkstyle-plugin from 2.17 to 3.2.0 <a href="https://redirect.github.com/apache/commons-codec/issues/143">#143</a>. Thanks to Gary Gregory.
o             Bump checkstyle from 8.45.1 to 9.3 <a href="https://redirect.github.com/apache/commons-codec/issues/97">#97</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/100">#100</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/101">#101</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/103">#103</a>. Thanks to Dependabot.
o             Bump taglist-maven-plugin from 2.4 to 3.0.0 <a href="https://redirect.github.com/apache/commons-codec/issues/102">#102</a>. Thanks to Dependabot.
o             Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.</p>
<p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports,</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/commons-codec/commit/2614a4ca9d79c2b96a3147d206b4fb27443f8ce8"><code>2614a4c</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/3a6cde0506a7b473b933aad9627fdb91e6e37aa2"><code>3a6cde0</code></a> Update POM version for Apache Commons Codec release 1.16.0</li>
<li><a href="https://github.com/apache/commons-codec/commit/fa289a9e77aa3eafa1c6bef8668c8c38f17d92af"><code>fa289a9</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/393b8f78c1e9787d4e440c51e98a404252f30f74"><code>393b8f7</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/7bfa8afe05edd4174746ff9bbaffc12ac2bae945"><code>7bfa8af</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/18d83b18ecdb6d397aecdf8047748f39b7e13c24"><code>18d83b1</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/a3d825d13724e99e16f1e7536f3c04aaea64ccab"><code>a3d825d</code></a> Package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/4d9f462f2b4f6588cb828c0c024aca4b05b5ae94"><code>4d9f462</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/af4d48a43079124191af51bd9f5273c196a06fb5"><code>af4d48a</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/cc2808b67cdc9a14fc17f913495dd28bd248c8b3"><code>cc2808b</code></a> Make new API Fluent</li>
<li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-codec:commons-codec&package-manager=maven&previous-version=1.15&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
… /java (apache#39611)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p>
<blockquote>
<pre><code>          Apache Commons Codec 1.16.0
</code></pre>
<p>The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal.  In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>Feature and fix release.</p>
<p>Changes in this version include:</p>
<p>New features:
o CODEC-296:  Add support for Blake3 family of hashes. Thanks to Matt Sicker.
o             Add github/codeql-action.</p>
<p>Fixed Bugs:
o CODEC-295:  Minor improvements <a href="https://redirect.github.com/apache/commons-codec/issues/67">#67</a>. Thanks to Arturo Bernal.
o             Remove duplicated words from Javadocs. Thanks to James Gan.
o CODEC-301:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Alexander Pinske, Alex Herbert.
o CODEC-300:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Arturo Bernal.
o CODEC-298:  Use Standard Charset object <a href="https://redirect.github.com/apache/commons-codec/issues/82">#82</a>. Thanks to Arturo Bernal.
o             Use String.contains() functions <a href="https://redirect.github.com/apache/commons-codec/issues/125">#125</a>. Thanks to Arturo Bernal.
o             Avoid use toString() or substring() in favor of a simplified expression <a href="https://redirect.github.com/apache/commons-codec/issues/126">#126</a>. Thanks to Arturo Bernal.
o CODEC-305:  Fix byte-skipping in Base16 decoding <a href="https://redirect.github.com/apache/commons-codec/issues/135">#135</a>. Thanks to Florian.
o             Fix several typos, improve writing in some javadocs <a href="https://redirect.github.com/apache/commons-codec/issues/139">#139</a>. Thanks to Marc Wrobel.
o             BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory.
o             Javadoc improvements and cleanups. Thanks to Gary Gregory.
o             Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.</p>
<p>Changes:
o             Bump actions/cache from v2 to v3.0.10 <a href="https://redirect.github.com/apache/commons-codec/issues/75">#75</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/99">#99</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/119">#119</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/138">#138</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/149">#149</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/152">#152</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/setup-java from v1.4.1 to 3.5.1 <a href="https://redirect.github.com/apache/commons-codec/issues/60">#60</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/62">#62</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/121">#121</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/checkout from 2.3.2 to 3.1.0 <a href="https://redirect.github.com/apache/commons-codec/issues/65">#65</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/98">#98</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/114">#114</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/153">#153</a>. Thanks to Dependabot, Gary Gregory.
o             Bump commons-parent from 52 to 58, <a href="https://redirect.github.com/apache/commons-codec/issues/147">#147</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/165">#165</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/170">#170</a>. Thanks to Dependabot, Gary Gregory.
o CODEC-285:  Bump junit from 4.13.1 to 5.9.1 <a href="https://redirect.github.com/apache/commons-codec/issues/76">#76</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/39">#39</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/140">#140</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/148">#148</a>. Thanks to Dependabot, John Patrick.
o             Bump Java 7 to 8. Thanks to Gary Gregory.
o             Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory.
o             Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory.
o             Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 <a href="https://redirect.github.com/apache/commons-codec/issues/122">#122</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/134">#134</a>. Thanks to Gary Gregory.
o             Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory.
o             Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory.
o             Bump maven-pmd-plugin from 3.13.0 to 3.19.0, <a href="https://redirect.github.com/apache/commons-codec/issues/133">#133</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/142">#142</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/145">#145</a>. Thanks to Gary Gregory, Dependabot.
o             Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory.
o             Bump maven-checkstyle-plugin from 2.17 to 3.2.0 <a href="https://redirect.github.com/apache/commons-codec/issues/143">#143</a>. Thanks to Gary Gregory.
o             Bump checkstyle from 8.45.1 to 9.3 <a href="https://redirect.github.com/apache/commons-codec/issues/97">#97</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/100">#100</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/101">#101</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/103">#103</a>. Thanks to Dependabot.
o             Bump taglist-maven-plugin from 2.4 to 3.0.0 <a href="https://redirect.github.com/apache/commons-codec/issues/102">#102</a>. Thanks to Dependabot.
o             Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.</p>
<p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports,</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/commons-codec/commit/2614a4ca9d79c2b96a3147d206b4fb27443f8ce8"><code>2614a4c</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/3a6cde0506a7b473b933aad9627fdb91e6e37aa2"><code>3a6cde0</code></a> Update POM version for Apache Commons Codec release 1.16.0</li>
<li><a href="https://github.com/apache/commons-codec/commit/fa289a9e77aa3eafa1c6bef8668c8c38f17d92af"><code>fa289a9</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/393b8f78c1e9787d4e440c51e98a404252f30f74"><code>393b8f7</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/7bfa8afe05edd4174746ff9bbaffc12ac2bae945"><code>7bfa8af</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/18d83b18ecdb6d397aecdf8047748f39b7e13c24"><code>18d83b1</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/a3d825d13724e99e16f1e7536f3c04aaea64ccab"><code>a3d825d</code></a> Package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/4d9f462f2b4f6588cb828c0c024aca4b05b5ae94"><code>4d9f462</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/af4d48a43079124191af51bd9f5273c196a06fb5"><code>af4d48a</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/cc2808b67cdc9a14fc17f913495dd28bd248c8b3"><code>cc2808b</code></a> Make new API Fluent</li>
<li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-codec:commons-codec&package-manager=maven&previous-version=1.15&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
… /java (apache#39611)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's changelog</a>.</em></p>
<blockquote>
<pre><code>          Apache Commons Codec 1.16.0
</code></pre>
<p>The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal.  In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>Feature and fix release.</p>
<p>Changes in this version include:</p>
<p>New features:
o CODEC-296:  Add support for Blake3 family of hashes. Thanks to Matt Sicker.
o             Add github/codeql-action.</p>
<p>Fixed Bugs:
o CODEC-295:  Minor improvements <a href="https://redirect.github.com/apache/commons-codec/issues/67">#67</a>. Thanks to Arturo Bernal.
o             Remove duplicated words from Javadocs. Thanks to James Gan.
o CODEC-301:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Alexander Pinske, Alex Herbert.
o CODEC-300:  Simplify assertion <a href="https://redirect.github.com/apache/commons-codec/issues/84">#84</a>. Thanks to Arturo Bernal.
o CODEC-298:  Use Standard Charset object <a href="https://redirect.github.com/apache/commons-codec/issues/82">#82</a>. Thanks to Arturo Bernal.
o             Use String.contains() functions <a href="https://redirect.github.com/apache/commons-codec/issues/125">#125</a>. Thanks to Arturo Bernal.
o             Avoid use toString() or substring() in favor of a simplified expression <a href="https://redirect.github.com/apache/commons-codec/issues/126">#126</a>. Thanks to Arturo Bernal.
o CODEC-305:  Fix byte-skipping in Base16 decoding <a href="https://redirect.github.com/apache/commons-codec/issues/135">#135</a>. Thanks to Florian.
o             Fix several typos, improve writing in some javadocs <a href="https://redirect.github.com/apache/commons-codec/issues/139">#139</a>. Thanks to Marc Wrobel.
o             BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory.
o             Javadoc improvements and cleanups. Thanks to Gary Gregory.
o             Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.</p>
<p>Changes:
o             Bump actions/cache from v2 to v3.0.10 <a href="https://redirect.github.com/apache/commons-codec/issues/75">#75</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/99">#99</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/119">#119</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/138">#138</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/149">#149</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/152">#152</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/setup-java from v1.4.1 to 3.5.1 <a href="https://redirect.github.com/apache/commons-codec/issues/60">#60</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/62">#62</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/121">#121</a>. Thanks to Dependabot, Gary Gregory.
o             Bump actions/checkout from 2.3.2 to 3.1.0 <a href="https://redirect.github.com/apache/commons-codec/issues/65">#65</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/98">#98</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/114">#114</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/153">#153</a>. Thanks to Dependabot, Gary Gregory.
o             Bump commons-parent from 52 to 58, <a href="https://redirect.github.com/apache/commons-codec/issues/147">#147</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/165">#165</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/170">#170</a>. Thanks to Dependabot, Gary Gregory.
o CODEC-285:  Bump junit from 4.13.1 to 5.9.1 <a href="https://redirect.github.com/apache/commons-codec/issues/76">#76</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/39">#39</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/140">#140</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/148">#148</a>. Thanks to Dependabot, John Patrick.
o             Bump Java 7 to 8. Thanks to Gary Gregory.
o             Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory.
o             Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory.
o             Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 <a href="https://redirect.github.com/apache/commons-codec/issues/122">#122</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/134">#134</a>. Thanks to Gary Gregory.
o             Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory.
o             Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory.
o             Bump maven-pmd-plugin from 3.13.0 to 3.19.0, <a href="https://redirect.github.com/apache/commons-codec/issues/133">#133</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/142">#142</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/145">#145</a>. Thanks to Gary Gregory, Dependabot.
o             Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory.
o             Bump maven-checkstyle-plugin from 2.17 to 3.2.0 <a href="https://redirect.github.com/apache/commons-codec/issues/143">#143</a>. Thanks to Gary Gregory.
o             Bump checkstyle from 8.45.1 to 9.3 <a href="https://redirect.github.com/apache/commons-codec/issues/97">#97</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/100">#100</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/101">#101</a>, <a href="https://redirect.github.com/apache/commons-codec/issues/103">#103</a>. Thanks to Dependabot.
o             Bump taglist-maven-plugin from 2.4 to 3.0.0 <a href="https://redirect.github.com/apache/commons-codec/issues/102">#102</a>. Thanks to Dependabot.
o             Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.</p>
<p>For complete information on Apache Commons Codec, including instructions on how to submit bug reports,</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/commons-codec/commit/2614a4ca9d79c2b96a3147d206b4fb27443f8ce8"><code>2614a4c</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/3a6cde0506a7b473b933aad9627fdb91e6e37aa2"><code>3a6cde0</code></a> Update POM version for Apache Commons Codec release 1.16.0</li>
<li><a href="https://github.com/apache/commons-codec/commit/fa289a9e77aa3eafa1c6bef8668c8c38f17d92af"><code>fa289a9</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/393b8f78c1e9787d4e440c51e98a404252f30f74"><code>393b8f7</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/7bfa8afe05edd4174746ff9bbaffc12ac2bae945"><code>7bfa8af</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/18d83b18ecdb6d397aecdf8047748f39b7e13c24"><code>18d83b1</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-codec/commit/a3d825d13724e99e16f1e7536f3c04aaea64ccab"><code>a3d825d</code></a> Package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/4d9f462f2b4f6588cb828c0c024aca4b05b5ae94"><code>4d9f462</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/af4d48a43079124191af51bd9f5273c196a06fb5"><code>af4d48a</code></a> New package private method does not need Javadoc since tag</li>
<li><a href="https://github.com/apache/commons-codec/commit/cc2808b67cdc9a14fc17f913495dd28bd248c8b3"><code>cc2808b</code></a> Make new API Fluent</li>
<li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.16.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-codec:commons-codec&package-manager=maven&previous-version=1.15&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge Component: Java dependencies Dependabot-only java Dependabot-only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant