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.3 #137

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.3.

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.10.3 > - Allow overriding the name of the native library for Windows attach emulation. > - Use correct type pool in build plugin engine for decorators. > - Fix attach emulation for OpenJ9 on MacOS. > > ## Byte Buddy 1.10.2 > - Upgrade ASM to version 7.2. > - Improve class file version detection for class files. > - Check argument length of Windows attach emulation.
Changelog *Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).* > ### 8. November 2019: version 1.10.3 > > - Allow overriding the name of the native library for Windows attach emulation. > - Use correct type pool in build plugin engine for decorators. > - Fix attach emulation for OpenJ9 on MacOS. > > ### 16. October 2019: version 1.10.2 > > - Upgrade ASM to version 7.2. > - Improve class file version detection for class files. > - Check argument length of Windows attach emulation.
Commits - [`9091145`](https://github.com/raphw/byte-buddy/commit/9091145d7d0fea3a6f0830f5900f4851fe5b996c) [maven-release-plugin] prepare release byte-buddy-1.10.3 - [`7f6b511`](https://github.com/raphw/byte-buddy/commit/7f6b511718e07b3ce5c7a845c622c470e9a86a29) Adjust release config. - [`57126f7`](https://github.com/raphw/byte-buddy/commit/57126f71a0e8bba93f510333531476ad19b1d356) Remove aggregate doc generation and specify source code level. - [`f06c480`](https://github.com/raphw/byte-buddy/commit/f06c480c653b4c40d9ac5a0d605ca80fa0204be9) Improve automatic releasability. - [`1d3f81d`](https://github.com/raphw/byte-buddy/commit/1d3f81d4bc33af2764024c02ee65b1312405dfcc) Change release settings. - [`3d82241`](https://github.com/raphw/byte-buddy/commit/3d82241cc13d9f875bbee7257755eb5fbddff6bb) Rename gpg.asc to A1039E8B.asc - [`f66ecb6`](https://github.com/raphw/byte-buddy/commit/f66ecb6cd82fb2179ab0ad47bf368977c1d4974d) Create gpg.asc - [`1e58ece`](https://github.com/raphw/byte-buddy/commit/1e58ece019113b915031d8ed210c0dcc3bb8e75a) Merge remote-tracking branch 'origin/master' - [`148dd00`](https://github.com/raphw/byte-buddy/commit/148dd00059140479d438f347a7f4d06488d3419b) Apply actual release configuration. - [`7caf35f`](https://github.com/raphw/byte-buddy/commit/7caf35f7787ec4ae9d95f769eb97c9feb1342949) Fix variable prefix. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.1...byte-buddy-1.10.3)


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 #140.