Codearte / gradle-nexus-staging-plugin

Automatize releasing Gradle projects to Maven Central.
Apache License 2.0
172 stars 26 forks source link

Bump byte-buddy from 1.10.1 to 1.10.2 #136

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps byte-buddy from 1.10.1 to 1.10.2.

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.10.2 > - Upgrade ASM to version 7.2. > - Improve class file version detection for class files.
Changelog *Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).* > ### 16. October 2019: version 1.10.2 > > - Upgrade ASM to version 7.2. > - Improve class file version detection for class files.
Commits - [`b2fb1cd`](https://github.com/raphw/byte-buddy/commit/b2fb1cd6f8322993cbd874dfbabe7b049d8bbaa7) [maven-release-plugin] prepare release byte-buddy-1.10.2 - [`df6a1fa`](https://github.com/raphw/byte-buddy/commit/df6a1fa7ff15d74423fe6449f3aefc677f02cc93) Add null check. - [`148a37e`](https://github.com/raphw/byte-buddy/commit/148a37e55745fc006745adb908b1becf3f9c8b8f) Fix Maven plugin build for Java 6. - [`16277cf`](https://github.com/raphw/byte-buddy/commit/16277cf8cebde35862263f200cd4f715ae37806e) Soften test that fails on Java 6. - [`e7ae507`](https://github.com/raphw/byte-buddy/commit/e7ae507a0978a8d36590fb5ed227bb4bff4e26cc) Minor fixes. - [`7337f97`](https://github.com/raphw/byte-buddy/commit/7337f97083fe724ba43fb5cb82dba60d8217085e) Update ASM and improve experimental option. - [`7a41b53`](https://github.com/raphw/byte-buddy/commit/7a41b53d7023ae047be63c8cef2871fd5860b032) Create FUNDING.yml - [`b944d5d`](https://github.com/raphw/byte-buddy/commit/b944d5d493b5a9ae2d31a2ec4249e5cf36bd2508) Avoid jar file verification where it is not necessary. - [`ca037be`](https://github.com/raphw/byte-buddy/commit/ca037be1abff5a7c9a6ec3632a6166e4c2bebe4a) Close JarFile after use. - [`a586fa6`](https://github.com/raphw/byte-buddy/commit/a586fa62a82c50443aa446fe10769b64af15c660) Do not build Java 13 byte code level with Gradle. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.1...byte-buddy-1.10.2)


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.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #137.