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.7 to 1.9.9 #102

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps byte-buddy from 1.9.7 to 1.9.9.

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.9.9 > - Properly interrupt resubmission process in agent builder. > - Fix visibility checks for nest mates. > > ## Byte Buddy 1.9.8 > - Extend `MethodCall` to allow for loading target from `StackManipulation`. > - Allow for injection into `MultipleParentClassLoader`. > - Performance improvement on array creation. > - Allow for custom strategy for visibility bridge creation.
Changelog *Sourced from [byte-buddy's changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md).* > ### 4. February 2019: version 1.9.9 > > - Properly interrupt resubmission process in agent builder. > - Fix visibility checks for nest mates. > > ### 24. January 2019: version 1.9.8 > > - Extend `MethodCall` to allow for loading target from `StackManipulation`. > - Allow for injection into `MultipleParentClassLoader`. > - Performance improvement on array creation. > - Allow for custom strategy for visibility bridge creation.
Commits - [`c2ca39b`](https://github.com/raphw/byte-buddy/commit/c2ca39bc7194170c663da81d055ce1a19ea78726) [maven-release-plugin] prepare release byte-buddy-1.9.9 - [`2885b70`](https://github.com/raphw/byte-buddy/commit/2885b703789d01f1780c965fc2328dcac456768a) Fixes tests to avoid nest mate-dependent resolution if possible. - [`e1d5331`](https://github.com/raphw/byte-buddy/commit/e1d53313bfd24067af2d930287e7ae14e0c1f206) Make tests robust for byte code level options. - [`a2f7424`](https://github.com/raphw/byte-buddy/commit/a2f74241e38ef7693711133c074a2cc1b304e575) Fix tests to consider nest mates. - [`5963b57`](https://github.com/raphw/byte-buddy/commit/5963b57f3d901cecf07d15c065c5bc06e586ea35) Correct javadoc. - [`1407a6a`](https://github.com/raphw/byte-buddy/commit/1407a6a0c146a107a333cd19ae093c27ca12c90c) Adjust visibility based on nest mates property. - [`950f364`](https://github.com/raphw/byte-buddy/commit/950f364dcefa5ca206ce40c91355916e6dbdab46) Fix method call visibility. - [`dcade79`](https://github.com/raphw/byte-buddy/commit/dcade7902c3c9527f73573948c07249ac2d16265) Do not retransform class if retransformation process is canceled. - [`c813178`](https://github.com/raphw/byte-buddy/commit/c8131782f894ebab1b696cae2ededfc7d61254d8) Merge pull request [#591](https://github-redirect.dependabot.com/raphw/byte-buddy/issues/591) from dfa1/cleanup_integer_mask - [`f2c91c9`](https://github.com/raphw/byte-buddy/commit/f2c91c96c234e69d7295fa41187ed413a43d7851) duplicated operand in | mask - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.7...byte-buddy-1.9.9)


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 cancel merge` will cancel a previously requested merge - `@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 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.