You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/01 19:14:58 UTC

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #458: build(deps): bump commons-codec from 1.14 to 1.15

dependabot[bot] opened a new pull request #458:
URL: https://github.com/apache/camel-k-runtime/pull/458


   Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.14 to 1.15.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec's changelog</a>.</em></p>
   <blockquote>
   <pre><code>          Apache Commons Codec 1.15 RELEASE NOTES
             September 1 2020
   </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-290:  Base16Codec and Base16Input/OutputStream. Thanks to Adam Retter.
   o CODEC-291:  Hex encode/decode with existing arrays. Thanks to Adam Retter.</p>
   <p>Fixed Bugs:
   o CODEC-264:  MurmurHash3: Ensure hash128 maintains the sign extension bug.
   Thanks to Andy Seaborne.</p>
   <p>Changes:
   o CODEC-280:  Base32/Base64/BCodec: Added strict decoding property to control
   handling of trailing bits. Default lenient mode discards them
   without error. Strict mode raise an exception.
   o CODEC-289:  Base32/Base64 Input/OutputStream: Added strict decoding property
   to control handling of trailing bits. Default lenient mode
   discards them without error. Strict mode raise an exception.
   o             Update tests from JUnit 4.12 to 4.13. Thanks to Gary Gregory.
   o             Update actions/checkout from v1 to v2.3.2 <a href="https://github-redirect.dependabot.com/apache/commons-codec/issues/50">#50</a>, <a href="https://github-redirect.dependabot.com/apache/commons-codec/issues/56">#56</a>.
   Thanks to Dependabot.
   o             Update actions/setup-java from v1.4.0 to v1.4.1 <a href="https://github-redirect.dependabot.com/apache/commons-codec/issues/57">#57</a>.
   Thanks to Dependabot.</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 />
   <pre><code>          Apache Commons Codec 1.14 RELEASE NOTES
             December 30 2019
   </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</p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/commons-codec/commit/c89d2af770f05457fbefa5fb4713c888bf177fb2"><code>c89d2af</code></a> Prepare for 1.15 release</li>
   <li><a href="https://github.com/apache/commons-codec/commit/ba81ed5dc06661d931a4bb8f7abaa51ee5300396"><code>ba81ed5</code></a> Use gav=true for the maven central redirect</li>
   <li><a href="https://github.com/apache/commons-codec/commit/cb629f03516e21ba7daeb4dd9a7b5fe3c76fc841"><code>cb629f0</code></a> Update maven central badge</li>
   <li><a href="https://github.com/apache/commons-codec/commit/b8090b34914ef456a1262292b554c7a5e1e623e8"><code>b8090b3</code></a> Fix coverage badge to use the 'master' branch not the default 'trunk'</li>
   <li><a href="https://github.com/apache/commons-codec/commit/fa0562e71e2661768c4d2e324ff978aa2af1be08"><code>fa0562e</code></a> Test Context toString has debugging info</li>
   <li><a href="https://github.com/apache/commons-codec/commit/f39003c953df152ff737474d2d2f27b611963a1c"><code>f39003c</code></a> Test isInAlphabet</li>
   <li><a href="https://github.com/apache/commons-codec/commit/9ac33a12a500bbc3ea40685aac61c95169443957"><code>9ac33a1</code></a> Test all constructors</li>
   <li><a href="https://github.com/apache/commons-codec/commit/3535c17eccb2251fc518aa545a800b4922c8dc35"><code>3535c17</code></a> Test encode of null and empty array with an offset</li>
   <li><a href="https://github.com/apache/commons-codec/commit/e42dfe1ff2f273926fd759abea82b1c7b3021985"><code>e42dfe1</code></a> Fix test names</li>
   <li><a href="https://github.com/apache/commons-codec/commit/536587931cb77538709c57455165379a74e2f04f"><code>5365879</code></a> Test the codec policy property</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/commons-codec-1.14...rel/commons-codec-1.15">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.14&new-version=1.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #458: build(deps): bump commons-codec from 1.14 to 1.15

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #458:
URL: https://github.com/apache/camel-k-runtime/pull/458#issuecomment-685696817


   Looks like commons-codec:commons-codec is no longer a dependency, so this is no longer needed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k-runtime] davsclaus commented on pull request #458: build(deps): bump commons-codec from 1.14 to 1.15

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #458:
URL: https://github.com/apache/camel-k-runtime/pull/458#issuecomment-685294877


   See https://github.com/apache/camel-k-runtime/issues/459


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #458: build(deps): bump commons-codec from 1.14 to 1.15

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #458:
URL: https://github.com/apache/camel-k-runtime/pull/458


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org