Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (#582)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.2 to 1.18.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> <h2>Apache Commons Codec 1.18.0 Release Notes</h2> <p>The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.18.0.</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>New features</h2> <ul> <li> <pre><code> Add Base32.Builder.setHexDecodeTable(boolean). Thanks to Gary Gregory, Julian Reschke. </code></pre> </li> <li> <pre><code> Add Base32.Builder.setHexEncodeTable(boolean). Thanks to Gary Gregory, Julian Reschke. </code></pre> </li> </ul> <h2>Changes</h2> <ul> <li> <pre><code> Bump org.apache.commons:commons-parent from 78 to 79. 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/5f76abb946164b943bc2cf367bc1d70b8f6e70d1"><code>5f76abb</code></a> Update contributing file from user feedback</li> <li><a href="https://github.com/apache/commons-codec/commit/a38de9528197b2d01e5b6c9b2e0af3a624cff017"><code>a38de95</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/0689dc8b2b0e2eded0fabeee5aea999bec4b0c94"><code>0689dc8</code></a> Prepare for the next release candidate</li> <li><a href="https://github.com/apache/commons-codec/commit/40982220a4552fd04545dcb13ab1d47905a5d1a9"><code>4098222</code></a> Port from Doxia 1 to 2</li> <li><a href="https://github.com/apache/commons-codec/commit/ebb29e9a7edf2e7367871c9219c7bc189e340b09"><code>ebb29e9</code></a> Make test fixture package private</li> <li><a href="https://github.com/apache/commons-codec/commit/110a9f8629de61b1d227c98a588ccfca94bdaf24"><code>110a9f8</code></a> Don't need to end a paragraph with an extra line break</li> <li><a href="https://github.com/apache/commons-codec/commit/6444237f6430852341e0666594e73228c2cd51d2"><code>6444237</code></a> Remove background color from site page</li> <li><a href="https://github.com/apache/commons-codec/commit/9062af4ebbebb68f830ff052979510c7922c872f"><code>9062af4</code></a> Merge branch 'master' of</li> <li><a href="https://github.com/apache/commons-codec/commit/963ee73837704ccece2b85bc8b714f6566d26fd0"><code>963ee73</code></a> Include more in the source assembly</li> <li><a href="https://github.com/apache/commons-codec/commit/94b9c51724d4f09a298b192e75f7b077b48777fd"><code>94b9c51</code></a> Add a file extension to TODO file</li> <li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.2...rel/commons-codec-1.18.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.17.2&new-version=1.18.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information