This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new e2dc2b738 MINOR: Bump commons-codec:commons-codec from 1.22.0 to
1.22.1 (#1278)
e2dc2b738 is described below
commit e2dc2b738a1c09ca97b69924cb3b1f236dc1673a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 20:52:37 2026 +0200
MINOR: Bump commons-codec:commons-codec from 1.22.0 to 1.22.1 (#1278)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec)
from 1.22.0 to 1.22.1.
<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>
<h2>Apache Commons Codec 1.22.1 Release Notes</h2>
<p>The Apache Commons Codec team is pleased to announce the release of
Apache Commons Codec 1.22.1.</p>
<p>The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In
addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>Fixed Bugs</h2>
<ul>
<li>CODEC-344: Base64.Builder.setEncodeTable(byte...) accepts invalid
custom alphabets. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CODEC-340: Base58.Builder.setEncodeTable(byte...) is ignored when
encoding and decoding. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CODEC-342: Base32.Builder.setEncodeTable(byte...) can create a codec
that cannot decode its own output. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>CODEC-343: Base32.Builder.setHexDecodeTable(boolean) sets the encode
table to a decode lookup table. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CODEC-341: Base16.Builder.setEncodeTable(byte...) can create a codec
that cannot decode its own output. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>CODEC-339: URLCodec.encodeUrl(BitSet, byte[]) allows custom safe
sets to emit URL encoding control characters. Thanks to Ruiqi Dong, Gary
Gregory.</li>
<li>CODEC-338: PercentCodec loses literal '+' when plusForSpace is
enabled. Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>CODEC-337: Digest ALL reuses System.in, so only the first algorithm
sees the real input (<a
href="https://redirect.github.com/apache/commons-codec/issues/431">#431</a>).
Thanks to Ruiqi Dong, Gary Gregory.</li>
<li>
<pre><code> Fix Base64.toIntegerBytes(BigInteger) for zero edge case
([#441](https://github.com/apache/commons-codec/issues/441)). Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add messages when throwing NullPointerException. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add messages when throwing NullPointerException. Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code>
StringEncoderComparator.StringEncoderComparator(StringEncoder) now fails
fast on null input. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Changes</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 98 to 103.
Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Bump commons-io:commons-io from 2.21.0 to 2.22.0. Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<p>For complete information on Apache Commons Codec, including
instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Codec
website:</p>
<p><a
href="https://commons.apache.org/proper/commons-codec/">https://commons.apache.org/proper/commons-codec/</a></p>
<p>Download page: <a
href="https://commons.apache.org/proper/commons-codec/download_codec.cgi">https://commons.apache.org/proper/commons-codec/download_codec.cgi</a></p>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-codec/commit/dc8f6c832a30f524bf12a5ae7ab013e4ad7c088f"><code>dc8f6c8</code></a>
Prepare for the release candidate 1.22.1 RC1</li>
<li><a
href="https://github.com/apache/commons-codec/commit/8203c1c5bb4342e2fbf258556cac4826eae7ca11"><code>8203c1c</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-codec/commit/5647fe2a66b3e74f044f414ad10d92407ede9396"><code>5647fe2</code></a>
StringEncoderComparator.StringEncoderComparator(StringEncoder) now
fails</li>
<li><a
href="https://github.com/apache/commons-codec/commit/00c27a9c0636f15a0ba1d0bdc1f00fb8d9cee0fd"><code>00c27a9</code></a>
Reduce vertical whitespace</li>
<li><a
href="https://github.com/apache/commons-codec/commit/568f2d7d7cf24ff0074eec29e21868ce9fe24236"><code>568f2d7</code></a>
Remove unused method</li>
<li><a
href="https://github.com/apache/commons-codec/commit/316fb15f3aa1e810a27fcc858d7c0e7ba0a4d724"><code>316fb15</code></a>
Remove unused method</li>
<li><a
href="https://github.com/apache/commons-codec/commit/bf6b543c1d49bf36d9ee10de1a1472dc5d677b10"><code>bf6b543</code></a>
Bump actions/checkout from 7.0.0 to 7.0.1</li>
<li><a
href="https://github.com/apache/commons-codec/commit/e14cdfe55f4837b63daca367374ce996ad87fc5a"><code>e14cdfe</code></a>
Extract redundant code.</li>
<li><a
href="https://github.com/apache/commons-codec/commit/3351e63155fa41fbfcb0744efa960adce1529798"><code>3351e63</code></a>
Add messages when throwing NullPointerException.</li>
<li><a
href="https://github.com/apache/commons-codec/commit/f22dab7ea52e8bd07dfa84a6f37ce915d1536b1c"><code>f22dab7</code></a>
Update SCM tag</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.22.0...rel/commons-codec-1.22.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
vector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vector/pom.xml b/vector/pom.xml
index 9b40e8820..aba35a606 100644
--- a/vector/pom.xml
+++ b/vector/pom.xml
@@ -60,7 +60,7 @@ under the License.
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.22.0</version>
+ <version>1.22.1</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>