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.15.0 to 1.15.3 (#799)
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.15.0 to 1.15.3. <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.15.3</h2> <ul> <li><a href="https://github.com/hcoles/pitest/issues/1271">#1271</a> - Double check thread status before marking minion as dead</li> </ul> <h2>1.15.2</h2> <ul> <li><a href="https://github.com/hcoles/pitest/issues/1268">#1268</a> - Filter Lombok NonNull checks</li> <li><a href="https://github.com/hcoles/pitest/issues/1267">#1267</a> - Expand test api to allow reporting of errors during test scanning</li> </ul> <p><a href="https://github.com/hcoles/pitest/issues/1267">#1267</a> will ensure that previously hidden errors encountered by the JUnit5 plugin will now be reported. This is a backwards compatible api change. It will have no effect until the JUnit5 plugin is updated to use the expanded api. The updated plugin will not be compatible with earlier versions of pitest.</p> <h2>1.15.1</h2> <ul> <li><a href="https://github.com/hcoles/pitest/issues/1260">#1260</a> Upgrade to ASM 9.6 for Java 22 support</li> <li><a href="https://github.com/hcoles/pitest/issues/1261">#1261</a> Do not error on pitest history files < 1.15.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hcoles/pitest/commit/115fcec339304ac7d8f542da1a1f7bfaeaae551d"><code>115fcec</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1271">#1271</a> from hcoles/feature/cleanup_process_code</li> <li><a href="https://github.com/hcoles/pitest/commit/56ca9e8cf1ea428bec54248833a00f7dc5d7d133"><code>56ca9e8</code></a> recheck thread exit code before reporting doa minion</li> <li><a href="https://github.com/hcoles/pitest/commit/c55ee149523e8e606886657d72dbdbcd34eaefdf"><code>c55ee14</code></a> explicitly terminate jvm in mutation minion</li> <li><a href="https://github.com/hcoles/pitest/commit/495a8ded68a498f11fb27828530628e77a926540"><code>495a8de</code></a> remove confusing inheritance</li> <li><a href="https://github.com/hcoles/pitest/commit/c4d98ea71273327c04acba0ab1e17adb9cdb7b5f"><code>c4d98ea</code></a> update readme for 1.15.2</li> <li><a href="https://github.com/hcoles/pitest/commit/5e34034785183f59b0921acb47dc500bc5b5af30"><code>5e34034</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1268">#1268</a> from hcoles/feature/lombok_null_checks</li> <li><a href="https://github.com/hcoles/pitest/commit/3c5a2103d7a670ef63f668a316c2a4a366f6b3e4"><code>3c5a210</code></a> filter lombok autogenerated null checks</li> <li><a href="https://github.com/hcoles/pitest/commit/7aa83f9e0b57771790add58f20b282186d25d939"><code>7aa83f9</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1267">#1267</a> from hcoles/bug/report_junit5_scan_errors</li> <li><a href="https://github.com/hcoles/pitest/commit/b22c2ffd464fc359d19257e512ce8d9232731b1a"><code>b22c2ff</code></a> Expand test api to allow logging of errors during test discovery</li> <li><a href="https://github.com/hcoles/pitest/commit/69a181f77403e6094b923b953f5f6d8bce2cf19f"><code>69a181f</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1263">#1263</a> from hcoles/feature/update_test_matrix</li> <li>Additional commits viewable in <a href="https://github.com/hcoles/pitest/compare/1.15.0...1.15.3">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.15.0&new-version=1.15.3)](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