Skip to content

Commit

Permalink
Bump org.pitest:pitest-maven from 1.16.3 to 1.17.0 (#953)
Browse files Browse the repository at this point in the history
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from
1.16.3 to 1.17.0.
<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.0</h2>
<ul>
<li><a
href="https://github.com/hcoles/pitest/issues/1348">#1348</a>
Extend transformation extension point</li>
<li><a
href="https://github.com/hcoles/pitest/issues/1349">#1349</a>
Improve powermock stability</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hcoles/pitest/commit/ff524db52b0d642393d63d236771028ae7bcba79"><code>ff524db</code></a>
Merge pull request <a
href="https://github.com/hcoles/pitest/issues/1350">#1350</a>
from hcoles/feature/transformation_plugin_backwards_...</li>
<li><a
href="https://github.com/hcoles/pitest/commit/bb80c00fdf86cec8cbaabbb6015609bb3b163a47"><code>bb80c00</code></a>
api backwards compatibility</li>
<li><a
href="https://github.com/hcoles/pitest/commit/0df4d1a67e1002789420df64226c8c28c25408e1"><code>0df4d1a</code></a>
Merge pull request <a
href="https://github.com/hcoles/pitest/issues/1349">#1349</a>
from hcoles/feature/powermock_stability</li>
<li><a
href="https://github.com/hcoles/pitest/commit/d315f31968297c594f5425806e6c67ab37b98f84"><code>d315f31</code></a>
limit backdoor coverage by powermock</li>
<li><a
href="https://github.com/hcoles/pitest/commit/7c6a5e7d748dd03be97d0b93ede2a79054620bfe"><code>7c6a5e7</code></a>
move javaassist concern to correct package and remove dead code</li>
<li><a
href="https://github.com/hcoles/pitest/commit/66a5cd6df1781ac3dc5c2073501ff2fd2a408006"><code>66a5cd6</code></a>
Merge pull request <a
href="https://github.com/hcoles/pitest/issues/1348">#1348</a>
from hcoles/feature/monkey_patching</li>
<li><a
href="https://github.com/hcoles/pitest/commit/3b706944832478a144ce32a43e4b83eec5a7b498"><code>3b70694</code></a>
move javassist support into transformation plugin</li>
<li><a
href="https://github.com/hcoles/pitest/commit/054728083a77c54421e6eeb2d8157d4fc498899d"><code>0547280</code></a>
update readme for 1.16.3</li>
<li>See full diff in <a
href="https://github.com/hcoles/pitest/compare/1.16.3...1.17.0">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.3&new-version=1.17.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 8c7f502 commit c41c34b
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 @@ -214,7 +214,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.16.3</version>
<version>1.17.0</version>
<configuration>
<excludedTestClasses>
<excludedTestClass>*ArchitectureTest</excludedTestClass>
Expand Down

0 comments on commit c41c34b

Please sign in to comment.