MLG-Fortress / CustomItemRegistry

Create your own custom items and recipes, all in-game or via configuration files!
https://dev.bukkit.org/projects/customitemrecipes
1 stars 2 forks source link

Bump commons-codec from 1.12 to 1.13 #9

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps commons-codec from 1.12 to 1.13.

Changelog *Sourced from [commons-codec's changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt).* > Apache Apache Commons Codec 1.13 RELEASE NOTES > > 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. > > Feature and fix release. > > Changes in this version include: > > New features: > o CODEC-236: MurmurHash2 for 32-bit or 64-bit value. Thanks to Viliam Holub. > o CODEC-236: MurmurHash3 for 32-bit or 128-bit value. Thanks to Austin Appleby. > > Fixed Bugs: > o CODEC-255: ColognePhonetic handles x incorrectly Thanks to Holger Grote. > o CODEC-254: ColognePhonetic does not treat the letter H correctly Thanks to Holger Grote. > o CODEC-134: Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding. > > Changes: > o CODEC-236: Broken direct java.nio.ByteBuffer support in org.apache.commons.codec.binary.Hex. Thanks to Tomas Shestakov, Gary Gregory. > > > For complete information on Apache Commons Codec, including instructions on how to submit bug reports, > patches, or suggestions for improvement, see the Apache Apache Commons Codec website: > > Visit https://commons.apache.org/proper/commons-codec/ > Download from https://commons.apache.org/proper/commons-codec/download_codec.cgi > > > ------------------------------------------------------------------------------- > > Apache Commons Codec 1.12 RELEASE NOTES > > The Apache Commons Codec team is pleased to announce the commons-codec-1.12 release! > > 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. > > Changes in this version include: > > New features: > o Add Percent-Encoding Codec (described in RFC3986 and RFC7578) Issue: CODEC-240. Thanks to Ioannis Sermetziadis. > o Add SHA-3 methods in DigestUtils Issue: CODEC-251. Thanks to Gary Gregory. > > Fixed Bugs: > o B64 salt generator: Random -> ThreadLocalRandom Issue: CODEC-252. > ... (truncated)
Commits - [`beafa49`](https://github.com/apache/commons-codec/commit/beafa49f88be397f89b78d125d2c7c52b0114006) Fix the site's source repository link. - [`4200d4d`](https://github.com/apache/commons-codec/commit/4200d4d9cbfb2cbfc7f6e783cceb06bb52963887) Fix the site's source repository link. - [`20dc3ec`](https://github.com/apache/commons-codec/commit/20dc3ec2c6b41f9412ecf4a1cbe9bba10e1498ed) Prepare for the next release. - [`7d309fc`](https://github.com/apache/commons-codec/commit/7d309fc952fa201c53ba277eee33b751f56cf50e) Update POM version numbers for Apache Commons Codec release 1.13 - [`47a55d2`](https://github.com/apache/commons-codec/commit/47a55d21515bf2ec49d2c1b4f2f83bf66a09a7c5) Prepare for the next release. - [`3730126`](https://github.com/apache/commons-codec/commit/3730126d8a3fbf98533710e1c9f2ba18b91d53f2) Prepare for the next release. - [`9969e7b`](https://github.com/apache/commons-codec/commit/9969e7b317777e151646923d302e856b163ba224) Prepare for the next release. - [`fe39ffc`](https://github.com/apache/commons-codec/commit/fe39ffc076712fc8cd55c96fc5cb0eee2efe4847) Remove unnecessary type casts. - [`3e6fb93`](https://github.com/apache/commons-codec/commit/3e6fb93250fb951ccd3b9597cd19b1c2243a77b1) Use final. - [`9253700`](https://github.com/apache/commons-codec/commit/9253700b7308dc43f063c87014dce5ee80ee33e0) Remove trailing white spaces. - Additional commits viewable in [compare view](https://github.com/apache/commons-codec/compare/commons-codec-1.12...commons-codec-1.13)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.