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.17.0 to 1.17.1 (#979)
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.17.0 to 1.17.1. <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.17.1</h2> <ul> <li><a href="https://redirect.github.com/hcoles/pitest/issues/1353">#1353</a> Warn about future SCM goal removal</li> <li><a href="https://redirect.github.com/hcoles/pitest/issues/1355">#1355</a> Upgrade ASM for java 24 support</li> <li><a href="https://redirect.github.com/hcoles/pitest/issues/1359">#1359</a> Remove use of reflection based toString generator</li> <li><a href="https://redirect.github.com/hcoles/pitest/issues/1361">#1361</a> Initial support for cross module tests in maven</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hcoles/pitest/commit/4b7a7f533b627807dbaf44b8619af0ad6ba40ff1"><code>4b7a7f5</code></a> Merge pull request <a href="https://redirect.github.com/hcoles/pitest/issues/1361">#1361</a> from hcoles/feature/cross_module</li> <li><a href="https://github.com/hcoles/pitest/commit/a94bd6a0402b17ae956875ae3e4b3f498ba3927b"><code>a94bd6a</code></a> maven support for cross module tests</li> <li><a href="https://github.com/hcoles/pitest/commit/6ffc3199a7b13626317b05b6a3172b16013e2bcb"><code>6ffc319</code></a> failing test</li> <li><a href="https://github.com/hcoles/pitest/commit/be303c6c17c52eba04f100e2c0085aeb8f3c7742"><code>be303c6</code></a> cross module example project</li> <li><a href="https://github.com/hcoles/pitest/commit/55865428bc6ffef9b1de919d9e4bca1f9d18d226"><code>5586542</code></a> make visible for 3rd party tests</li> <li><a href="https://github.com/hcoles/pitest/commit/d93b3c2d532b04a08bfdf44ad994f90214109306"><code>d93b3c2</code></a> Merge pull request <a href="https://redirect.github.com/hcoles/pitest/issues/1359">#1359</a> from hcoles/bug/remove_reflective_equals</li> <li><a href="https://github.com/hcoles/pitest/commit/9c9bba8c3f31f3ef1cb4f868eaac2e13e6e2c0b9"><code>9c9bba8</code></a> remove use of reflection based toString generator</li> <li><a href="https://github.com/hcoles/pitest/commit/6716b3fd8acaf838378aa4c4c6b6ed0ebd2f69af"><code>6716b3f</code></a> Merge pull request <a href="https://redirect.github.com/hcoles/pitest/issues/1355">#1355</a> from hcoles/feature/initial_java_24</li> <li><a href="https://github.com/hcoles/pitest/commit/e66f17941e2921d6c85e88de1d5e6a0d1d59d84b"><code>e66f179</code></a> bump asm</li> <li><a href="https://github.com/hcoles/pitest/commit/d23455e34dd6660d7df617fdeb55ab31b636870d"><code>d23455e</code></a> Merge pull request <a href="https://redirect.github.com/hcoles/pitest/issues/1353">#1353</a> from hcoles/feature/deprecate_scm</li> <li>Additional commits viewable in <a href="https://github.com/hcoles/pitest/compare/1.17.0...1.17.1">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.17.0&new-version=1.17.1)](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