Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 (#2353)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.1 to 1.17.2. <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.17.2 RELEASE NOTES</h2> <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> <pre><code> Rewrite DaitchMokotoffSoundex.soundex(String) using String.join(). Thanks to Gary Gregory. </code></pre> </li> <li>CODEC-324: Use Resource.class to load resources, rather than its class loader <a href="https://redirect.github.com/apache/commons-codec/issues/353">#353</a>. Thanks to Michael Froh.</li> <li> <pre><code> Deprecate CharSequenceUtils.CharSequenceUtils(). Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> Deprecate Sha2Crypt.Sha2Crypt(). Thanks to Gary Gregory. </code></pre> </li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [#296](apache/commons-codec#296), [#305](apache/commons-codec#305), [#313](apache/commons-codec#313). Thanks to Dependabot. </code></pre> </li> <li> <pre><code> Bump org.apache.commons:commons-parent from 71 to 78 [#310](apache/commons-codec#310), [#312](apache/commons-codec#312), [#319](apache/commons-codec#319), [#323](apache/commons-codec#323), [#326](apache/commons-codec#326), [#333](apache/commons-codec#333). Thanks to Gary Gregory. </code></pre> </li> <li> <pre><code> [test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 [#318](apache/commons-codec#318), [#341](apache/commons-codec#341). Thanks to Gary Gregory, Dependabot. </code></pre> </li> <li> <pre><code> Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#332](apache/commons-codec#332). Thanks to Gary Gregory, Dependabot. </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/19626132f74dc16dd4548f838d1fded1da5285a2"><code>1962613</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/1c23ee9696acaf16bec09ed203e845da8c86a839"><code>1c23ee9</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/4b32c491e7fb7fb8cd38ce8986ee083bae3417ae"><code>4b32c49</code></a> Add missing Javadoc</li> <li><a href="https://github.com/apache/commons-codec/commit/7c8f3d63188cdbceb838fc2c2c6bfd55a1f72fee"><code>7c8f3d6</code></a> Add missing Javadoc</li> <li><a href="https://github.com/apache/commons-codec/commit/10fd9a4e23563713dea6d8c118ff133d6bb9b3fc"><code>10fd9a4</code></a> Add missing Javadoc</li> <li><a href="https://github.com/apache/commons-codec/commit/4d917fa95d3d31da248f6ef6e8fb4d7bb477d248"><code>4d917fa</code></a> Deprecate Sha2Crypt.Sha2Crypt()</li> <li><a href="https://github.com/apache/commons-codec/commit/1b815fef93e6727bd33a3ecdb11f434be28aa1e5"><code>1b815fe</code></a> Deprecate CharSequenceUtils.CharSequenceUtils()</li> <li><a href="https://github.com/apache/commons-codec/commit/6921f982d96a7cf9e531e5001b60e209a19d317e"><code>6921f98</code></a> Add Checkstyle JavadocPackage</li> <li><a href="https://github.com/apache/commons-codec/commit/4614b096c2acf216cd2e5464d1584ffd8edfdebc"><code>4614b09</code></a> Sort Checkstyle entries</li> <li><a href="https://github.com/apache/commons-codec/commit/68b655b5d9fa0d281f8e2dd2ddc22d739baf673f"><code>68b655b</code></a> Add Checkstyle WhitespaceAroundCheck</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2">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.17.1&new-version=1.17.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information