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.15 #123

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

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.9.15 > - Add emulated attach mechanism for HotSpot on Windows and for OpenJ9/J9 on POSIX and Windows (if JNA is present). > - Reimplement POSIX attach mechanism for HotSpot to use JNA (if present). > > ## 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).* > ### 21. July 2019: version 1.9.15 > > - Add emulated attach mechanism for HotSpot on Windows and for OpenJ9/J9 on POSIX and Windows (if JNA is present). > - Reimplement POSIX attach mechanism for HotSpot to use JNA (if present). > > ### 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 - [`f867a9b`](https://github.com/raphw/byte-buddy/commit/f867a9b3501184a7fa14b70188b11d38c67f6bfd) [maven-release-plugin] prepare release byte-buddy-1.9.15 - [`080f24e`](https://github.com/raphw/byte-buddy/commit/080f24e42e481aafa45382d752954a6ece3994fb) Recompile native code. - [`50b8fd4`](https://github.com/raphw/byte-buddy/commit/50b8fd48a1380ad82abc268c1b0b5d16483aadc0) Fix JNA signatures. - [`603e8bb`](https://github.com/raphw/byte-buddy/commit/603e8bbcfcf6e1ac0e729b758fadde6ae4487bdb) Fix JNA binding. - [`12b735c`](https://github.com/raphw/byte-buddy/commit/12b735cdb2eb92724fdb846c6d9c584fc38816ba) Recompile. - [`865c517`](https://github.com/raphw/byte-buddy/commit/865c5174f3b0eef27725a5048183608b0171ee60) Clean up. - [`a4d7fa6`](https://github.com/raphw/byte-buddy/commit/a4d7fa68c49b9bcb420ae0b8ba46e8713af61467) Try with different pipe name. - [`30e5ab3`](https://github.com/raphw/byte-buddy/commit/30e5ab34ca786be7375f8ebacdbe00e7be639934) Do not use default option. - [`fae8344`](https://github.com/raphw/byte-buddy/commit/fae8344c183e1687854c6a9cbf07932f58c905c3) Fix argument to remote allocation. - [`52fdd0b`](https://github.com/raphw/byte-buddy/commit/52fdd0b9f14278df6c42516620f19b26dc781dd4) Recompile, try with casting. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.13...byte-buddy-1.9.15)


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