Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.pitest:pitest-maven from 1.16.1 to 1.16.2 (#916)
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.16.1 to 1.16.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hcoles/pitest/releases">org.pitest:pitest-maven's releases</a>.</em></p> <blockquote> <h2>1.16.2</h2> <p><a href="https://github.com/hcoles/pitest/issues/1340">#1340</a> Show covering tests for surviving mutants in html report (thanks <a href="https://github.com/vivganes"><code>@vivganes</code></a>) <a href="https://github.com/hcoles/pitest/issues/1342">#1342</a> / <a href="https://github.com/hcoles/pitest/issues/1343">#1343</a> Fix misleading logging of history paths (thanks <a href="https://github.com/vivganes"><code>@vivganes</code></a>) <a href="https://github.com/hcoles/pitest/issues/1344">#1344</a> Mutate delayed execution code in enums and singletons</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hcoles/pitest/commit/749757061f06c3d0695cb4635aa4a01468002365"><code>7497570</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1344">#1344</a> from hcoles/feature/delayed_execution2</li> <li><a href="https://github.com/hcoles/pitest/commit/74bcdfd29d894ee9fd0e022f81caccce1a30b523"><code>74bcdfd</code></a> backwards compatibility</li> <li><a href="https://github.com/hcoles/pitest/commit/0587e7934e9eb8c3fc0d6f36c7fecc5e095f3406"><code>0587e79</code></a> additional test case</li> <li><a href="https://github.com/hcoles/pitest/commit/a53e47ef95a276fe3b129c41a762830f96052aac"><code>a53e47e</code></a> check field type when looking for stored delayed execution methods</li> <li><a href="https://github.com/hcoles/pitest/commit/7d8ce22a00e82f203fcda3824973d7e3b20b047b"><code>7d8ce22</code></a> mutate delayed execution code stored in statics</li> <li><a href="https://github.com/hcoles/pitest/commit/4847e40f3b8c3423cef6c6764d8281c34c205480"><code>4847e40</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1343">#1343</a> from hcoles/bug/confusing_history_logging</li> <li><a href="https://github.com/hcoles/pitest/commit/b7568263575a85c99dc060b5b661ce3ec9f875df"><code>b756826</code></a> fix misleading path logging of history files</li> <li><a href="https://github.com/hcoles/pitest/commit/4ba2c54766c3e80850fff812cc7868d1d9eae45f"><code>4ba2c54</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1342">#1342</a> from vivganes/patch-log-history-file-location</li> <li><a href="https://github.com/hcoles/pitest/commit/9204f8aa70903dbc61960f03a24a622be3e0ff27"><code>9204f8a</code></a> log history file locations when set explicitly</li> <li><a href="https://github.com/hcoles/pitest/commit/46c2cfed906239bc4555011a19c3346a226bd767"><code>46c2cfe</code></a> maintain backwards compatible interface</li> <li>Additional commits viewable in <a href="https://github.com/hcoles/pitest/compare/1.16.1...1.16.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.pitest:pitest-maven&package-manager=maven&previous-version=1.16.1&new-version=1.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information