szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
213 stars 58 forks source link

Bump byte-buddy from 1.10.1 to 1.10.4 #162

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

Release notes *Sourced from [byte-buddy's releases](https://github.com/raphw/byte-buddy/releases).* > ## Byte Buddy 1.10.4 > - Throw exception upon illegal creation of entry-only advice with local parameters to avoid verify error. > - Remove escaping for execution path on Windows with spaces for Byte Buddy agent. > - Fix J9 detection for older IBM-released versions of J9 in Byte Buddy agent. > > ## 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).* > ### 28. November 2019: version 1.10.4 > > - Throw exception upon illegal creation of entry-only advice with local parameters to avoid verify error. > - Remove escaping for execution path on Windows with spaces for Byte Buddy agent. > - Fix J9 detection for older IBM-released versions of J9 in Byte Buddy agent. > > ### 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 - [`dbf58e0`](https://github.com/raphw/byte-buddy/commit/dbf58e0a968b4db02014477f0e67a65cdb9df9be) [maven-release-plugin] prepare release byte-buddy-1.10.4 - [`e0afcd8`](https://github.com/raphw/byte-buddy/commit/e0afcd8be7ea17ad873e0e31f51473dd21b16a24) Try with always generating source jar since it appears to be empty. - [`9282054`](https://github.com/raphw/byte-buddy/commit/9282054cbf22023e1f005f03d4669522a3eeb276) Throw exception if local advice parameters are used without exit advice what ... - [`7af09d4`](https://github.com/raphw/byte-buddy/commit/7af09d4c03c544b221b99a114a06e325eedecf69) Merge pull request [#782](https://github-redirect.dependabot.com/raphw/byte-buddy/issues/782) from htreu/j9_attach_ibm - [`3a6a0ce`](https://github.com/raphw/byte-buddy/commit/3a6a0ce81eb8b0ede2ca61d124a4b2065f02defb) Merge branch 'master' into j9_attach_ibm - [`a86a24f`](https://github.com/raphw/byte-buddy/commit/a86a24f480d1d33619ecf81dd2d84ca46e55a819) Fix attach to IBM J9 JVMs - [`dcbdc13`](https://github.com/raphw/byte-buddy/commit/dcbdc136cbdedca0795c7a0c340713009c1e7c29) Remove quotes - [`60d58b8`](https://github.com/raphw/byte-buddy/commit/60d58b875c6096eda38ed026d92f24bf029bd0ba) Adjust readme and CI. - [`2c2e2fb`](https://github.com/raphw/byte-buddy/commit/2c2e2fbdd97753ad5914c8a31a8196db8c7ffcd9) Add release notes. - [`8142b98`](https://github.com/raphw/byte-buddy/commit/8142b9888715c0ce598f3475592b8b16787969fd) Include release functionality in release script. - Additional commits viewable in [compare view](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.1...byte-buddy-1.10.4)


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