Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#4039)

Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec)
from 1.16.0 to 1.16.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>
<p>Apache Commons Codec 1.16.1
RELEASE NOTES</p>
<p>The Apache Commons Codec component contains encoder and decoders for
various 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>Feature and fix release. Requires a minimum of Java 8.</p>
<p>Changes in this version include:</p>
<p>New features:
o Add Maven property project.build.outputTimestamp for build
reproducibility. Thanks to Gary Gregory.</p>
<p>Fixed Bugs:
o CODEC-295:  Test clean ups. Thanks to Gary Gregory.
o [StepSecurity] ci: Harden GitHub Actions <a
href="https://redirect.github.com/apache/commons-codec/issues/187">#187</a>.
Thanks to step-security-bot, Gary Gregory.
o CODEC-295: Correct error in Base64 Javadoc <a
href="https://redirect.github.com/apache/commons-codec/issues/188">#188</a>.
Thanks to Evan Saulpaugh.
o CODEC-295: Add minimum Java version in changes.xml <a
href="https://redirect.github.com/apache/commons-codec/issues/186">#186</a>.
Thanks to Olivier Jaquemet, Gary Gregory.
o CODEC-310: Documentation update for the
org.apache.commons.codec.digest.* package <a
href="https://redirect.github.com/apache/commons-codec/issues/208">#208</a>.
Thanks to Yakov Shafranovich.
o Precompile regular expression in UnixCrypt.crypt(byte[], String).
Thanks to Gary Gregory.
o CODEC-315: Fix possible IndexOutOfBoundException in
PhoneticEngine.encode method <a
href="https://redirect.github.com/apache/commons-codec/issues/223">#223</a>.
Thanks to Arthur Chan, Gary Gregory.
o CODEC-313: Fix possible ArrayIndexOutOfBoundsException in
QuotedPrintableCodec.encodeQuotedPrintable() method <a
href="https://redirect.github.com/apache/commons-codec/issues/221">#221</a>.
Thanks to Arthur Chan, Gary Gregory.
o CODEC-312: Fix possible StringIndexOutOfBoundException in
MatchRatingApproachEncoder.encode() method <a
href="https://redirect.github.com/apache/commons-codec/issues/220">#220</a>.
Thanks to Arthur Chan, Gary Gregory.
o CODEC-311: Fix possible ArrayIndexOutOfBoundException in
RefinedSoundex.getMappingCode() <a
href="https://redirect.github.com/apache/commons-codec/issues/219">#219</a>.
Thanks to Arthur Chan, Gary Gregory.
o CODEC-314: Fix possible IndexOutOfBoundsException in
PercentCodec.insertAlwaysEncodeChars() method <a
href="https://redirect.github.com/apache/commons-codec/issues/222">#222</a>.
Thanks to Arthur Chan, Gary Gregory.
o Deprecate UnixCrypt 0-argument constructor. Thanks to Gary Gregory.
o Deprecate Md5Crypt 0-argument constructor. Thanks to Gary Gregory.
o Deprecate Crypt 0-argument constructor. Thanks to Gary Gregory.
o Deprecate StringUtils 0-argument constructor. Thanks to Gary Gregory.
o Deprecate Resources 0-argument constructor. Thanks to Gary Gregory.
o Deprecate Charsets 0-argument constructor. Thanks to Gary Gregory.
o Deprecate CharEncoding 0-argument constructor. Thanks to Gary Gregory.
o Add missing version for animal-sniffer-maven-plugin. Thanks to Gary
Gregory.</p>
<p>Changes:
o Bump commons-parent from 58 to 66. Thanks to Dependabot, Gary Gregory.
o Bump commons-lang3 from 3.12.0 to 3.14.0. Thanks to Gary Gregory.
o Bump commons-io from 2.13.0 to 2.15.1. Thanks to Gary Gregory.</p>
<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 />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-codec/commit/e59fc76531141cb4a36f3031457b9d5f07e5e43f"><code>e59fc76</code></a>
Prepare release candidate</li>
<li><a
href="https://github.com/apache/commons-codec/commit/90c8023be911b42bab20b31b0e325174df0ee452"><code>90c8023</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-codec/commit/05714adcf957e7a7644a71cd82de30145288ff38"><code>05714ad</code></a>
Prepare release candidate</li>
<li><a
href="https://github.com/apache/commons-codec/commit/060be1a1ca4b229ab348618ecae506a65543356f"><code>060be1a</code></a>
Add missing version for animal-sniffer-maven-plugin</li>
<li><a
href="https://github.com/apache/commons-codec/commit/0fd7b59fb1dbd67260429e1d75789fca92ab8a6f"><code>0fd7b59</code></a>
Remove variable assignment just before returning it</li>
<li><a
href="https://github.com/apache/commons-codec/commit/19649cdafdd780cbb7805f73e1e02c4d0fd549ff"><code>19649cd</code></a>
Add Maven property project.build.outputTimestamp for build</li>
<li><a
href="https://github.com/apache/commons-codec/commit/6d92b6acfc8db2bf04115ad0934934a59aa4219f"><code>6d92b6a</code></a>
Bump org.apache.commons:commons-parent from 65 to 66 <a
href="https://redirect.github.com/apache/commons-codec/issues/239">#239</a></li>
<li><a
href="https://github.com/apache/commons-codec/commit/a76c362b5a54227717e82c198165eac49297e571"><code>a76c362</code></a>
Bump org.apache.commons:commons-parent from 65 to 66 (<a
href="https://redirect.github.com/apache/commons-codec/issues/239">#239</a>)</li>
<li><a
href="https://github.com/apache/commons-codec/commit/0aee0c82e310e99eebbe7b0909464981054ecf36"><code>0aee0c8</code></a>
Add property project.build.outputTimestamp for build
reproducibility</li>
<li><a
href="https://github.com/apache/commons-codec/commit/d322ef089f97f570b0706417c2f9e2a3921e225c"><code>d322ef0</code></a>
Bump codecov/codecov-action from 3.1.5 to 4.0.1 (<a
href="https://redirect.github.com/apache/commons-codec/issues/238">#238</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.0...rel/commons-codec-1.16.1">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=gradle&previous-version=1.16.0&new-version=1.16.1)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 3d68394 commit 69bf786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ bundlePlugin {
configurations {
all {
resolutionStrategy {
force 'commons-codec:commons-codec:1.16.0'
force 'commons-codec:commons-codec:1.16.1'
force 'org.slf4j:slf4j-api:1.7.36'
force 'org.scala-lang:scala-library:2.13.12'
force "com.fasterxml.jackson:jackson-bom:${versions.jackson}"
Expand Down Expand Up @@ -607,7 +607,7 @@ dependencies {

runtimeOnly 'com.sun.activation:jakarta.activation:1.2.2'
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
runtimeOnly 'commons-codec:commons-codec:1.16.0'
runtimeOnly 'commons-codec:commons-codec:1.16.1'
runtimeOnly 'org.cryptacular:cryptacular:1.2.6'
compileOnly 'com.google.errorprone:error_prone_annotations:2.24.1'
runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'
Expand Down

0 comments on commit 69bf786

Please sign in to comment.