Skip to content

Commit

Permalink
Bump org.pitest:pitest-maven from 1.17.1 to 1.17.2 (#982)
Browse files Browse the repository at this point in the history
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from
1.17.1 to 1.17.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.17.2</h2>
<ul>
<li><a
href="https://redirect.github.com/hcoles/pitest/issues/1362">#1362</a>
Exclude lambdas in methods excluded by annotation (thanks <a
href="https://github.com/see-quick"><code>@​see-quick</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hcoles/pitest/commit/ef51bb5f3824bdb72f5448ad53f90cf4b136cb6d"><code>ef51bb5</code></a>
Merge pull request <a
href="https://redirect.github.com/hcoles/pitest/issues/1364">#1364</a>
from hcoles/feature/exclusion_test_fix</li>
<li><a
href="https://github.com/hcoles/pitest/commit/b37089b74060dce78f8c2df6beb55ab8162b2efd"><code>b37089b</code></a>
fix buggy test</li>
<li><a
href="https://github.com/hcoles/pitest/commit/7ec969b0a34c4be9771f941e73fb419e8b098e3f"><code>7ec969b</code></a>
Merge pull request <a
href="https://redirect.github.com/hcoles/pitest/issues/1363">#1363</a>
from hcoles/feature/lambda_exclusion_cleanup</li>
<li><a
href="https://github.com/hcoles/pitest/commit/1752f037c6414bd3529a958e74ced7757b6c23b5"><code>1752f03</code></a>
tidy up filter and test</li>
<li><a
href="https://github.com/hcoles/pitest/commit/35a8ce8129dbd4fcc36cf141f7856b085a5e01f3"><code>35a8ce8</code></a>
Merge pull request <a
href="https://redirect.github.com/hcoles/pitest/issues/1362">#1362</a>
from see-quick/fix-lambdas</li>
<li><a
href="https://github.com/hcoles/pitest/commit/bbb2a2040837d5a89a36e8b706eb13aa2b418547"><code>bbb2a20</code></a>
fix tests</li>
<li><a
href="https://github.com/hcoles/pitest/commit/d19cd6b5340b56eafca3ba774ca8f6b204e00b21"><code>d19cd6b</code></a>
update for overloaded methods</li>
<li><a
href="https://github.com/hcoles/pitest/commit/66a4bb11ad4882f9f10dd14151acfa932d6f8766"><code>66a4bb1</code></a>
Add more test cases + adjust logic to also catch overriden methods</li>
<li><a
href="https://github.com/hcoles/pitest/commit/726c2cfbb96650890017535a3f5b94237cb4eef7"><code>726c2cf</code></a>
update</li>
<li><a
href="https://github.com/hcoles/pitest/commit/2abe4fc7182ae45768ec9b4029829a41a3e0261e"><code>2abe4fc</code></a>
change a bit</li>
<li>Additional commits viewable in <a
href="https://github.com/hcoles/pitest/compare/1.17.1...1.17.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.17.1&new-version=1.17.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
dependabot[bot] authored Dec 5, 2024
1 parent d72561c commit 86c435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
<configuration>
<excludedTestClasses>
<excludedTestClass>*ArchitectureTest</excludedTestClass>
Expand Down

0 comments on commit 86c435d

Please sign in to comment.