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.0 to 1.10.1 #128

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps byte-buddy from 1.10.0 to 1.10.1.

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.10.1 > - Extend `VirtualMachine` API emulation. > - Reopen socket for POSIX-HotSpot connections after each command being sent to avoid broken pipe errors. > - Only use JNA API that is available in JNA versions 4 and 5 for better compatibility. > - Include correct license information in artifacts. > - Add injection API based on `jdk.internal.misc.Unsafe` to support agents on platforms that do not include *jdk.unsupported*. > - Add `AgentBuilder.InjectionStrategy` to allow usage of internal injection API. > - Open package in `AgentBuilder` if from and to edges are added.
Changelog *Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).* > ### 9. August 2019: version 1.10.1 > > - Extend `VirtualMachine` API emulation. > - Reopen socket for POSIX-HotSpot connections after each command being sent to avoid broken pipe errors. > - Only use JNA API that is available in JNA versions 4 and 5 for better compatibility. > - Include correct license information in artifacts. > - Add injection API based on `jdk.internal.misc.Unsafe` to support agents on platforms that do not include *jdk.unsupported*. > - Add `AgentBuilder.InjectionStrategy` to allow usage of internal injection API. > - Open package in `AgentBuilder` if from and to edges are added.
Commits - [`c24319a`](https://github.com/raphw/byte-buddy/commit/c24319ae581137e9a55071b22e38b1aa6aa3f51d) [maven-release-plugin] prepare release byte-buddy-1.10.1 - [`c64bc81`](https://github.com/raphw/byte-buddy/commit/c64bc8174fbe533a12fdf60b8e4dacdd3c355cdc) Add additional tests. - [`b609711`](https://github.com/raphw/byte-buddy/commit/b60971156403ed8fba6124b8e424f0749917594a) Remove appendix from license file. - [`851f299`](https://github.com/raphw/byte-buddy/commit/851f29971fdf4cb0d95cc2f76a2fa48d4e4c4b65) Remove unneccessary read. - [`1cea33a`](https://github.com/raphw/byte-buddy/commit/1cea33a4e4f48a37889e570dbb640fc20fe5a4cf) Clean up API. - [`8b0049d`](https://github.com/raphw/byte-buddy/commit/8b0049d8297260e909410f63e0712ca679d2a655) Create new connection for every HotSpot command as it is required. - [`7166326`](https://github.com/raphw/byte-buddy/commit/71663261ea2d104fefd1daabb4f9cbf1f8586808) Use null constants. - [`8dc808e`](https://github.com/raphw/byte-buddy/commit/8dc808e59a5bec1da8c57b5692ae533c5b245f3b) Factor out duplicated code. - [`6adfcb0`](https://github.com/raphw/byte-buddy/commit/6adfcb0e211155a7d233474d23db4935747808e8) Fix build for Java 6. - [`5ead6b2`](https://github.com/raphw/byte-buddy/commit/5ead6b283884ca781d853fd69e02d359679cde1e) Extend virtual machine API. Do not build Android test on Java 6. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.0...byte-buddy-1.10.1)


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