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.9.13 to 1.9.14 #121

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps byte-buddy from 1.9.13 to 1.9.14.

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.9.14 > - Add Java 14 compatibility. > - Refactor emulated attach mechanism and use JNA in order to prepare supporting other mechanisms in the future. > - Reinterrupt threads if interruption exceptions are catched in threads not owned by Byte Buddy. > - Refactor class file dumping. > - Publish Gradle plugin to Gradle plugin repository.
Changelog *Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).* > ### 8. July 2019: version 1.9.14 > > - Add Java 14 compatibility. > - Refactor emulated attach mechanism and use JNA in order to prepare supporting other mechanisms in the future. > - Reinterrupt threads if interruption exceptions are catched in threads not owned by Byte Buddy. > - Refactor class file dumping. > - Publish Gradle plugin to Gradle plugin repository.
Commits - [`289930d`](https://github.com/raphw/byte-buddy/commit/289930d053f2af9f1ece5ed0731d605b56669075) [maven-release-plugin] prepare release byte-buddy-1.9.14 - [`a337f13`](https://github.com/raphw/byte-buddy/commit/a337f13d1136c57c8f91f06f50a20904b065ee55) Fix release build integration for Gradle plugin. - [`1330743`](https://github.com/raphw/byte-buddy/commit/13307438e90f5767c601f2ff0a41d53a4e8d0b2a) [maven-release-plugin] rollback the release of byte-buddy-1.9.14 - [`19456f9`](https://github.com/raphw/byte-buddy/commit/19456f94437781d5ea75249bd8611b65b27c3aab) [maven-release-plugin] prepare for next development iteration - [`1529bd9`](https://github.com/raphw/byte-buddy/commit/1529bd9318860a6552c8132f6c3c85fca70c766f) [maven-release-plugin] prepare release byte-buddy-1.9.14 - [`f87eade`](https://github.com/raphw/byte-buddy/commit/f87eade00243a07f7ad0738d63159d6eb331bd82) Update gitignore to avoid storing build files created by new Gradle version. - [`821b222`](https://github.com/raphw/byte-buddy/commit/821b2225c4d4fe03b6813f57ed737934e849e59b) Updating internally used Byte Buddy version to 1.9.13. - [`f0ba5a2`](https://github.com/raphw/byte-buddy/commit/f0ba5a21288ea6def45d18cb04fe4a85db1e8620) Split build into release and 'regular' build to avoid using the release plugi... - [`e0f4322`](https://github.com/raphw/byte-buddy/commit/e0f43222af066fb3e4d6cabd8dc9ea92eaaca047) Invert exclusion rule. - [`ed08c70`](https://github.com/raphw/byte-buddy/commit/ed08c70c68fc9e694418d31229be016ed59d88b4) Remove obsolete character. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.13...byte-buddy-1.9.14)


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 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 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 (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.
dependabot-preview[bot] commented 5 years ago

Superseded by #123.