Skip to content

Commit

Permalink
Bump org.pitest:pitest-maven from 1.17.2 to 1.17.3 (#74)
Browse files Browse the repository at this point in the history
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from
1.17.2 to 1.17.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.17.3</h2>
<ul>
<li><a
href="https://redirect.github.com/hcoles/pitest/issues/1369">#1369</a>
Dry Run Support</li>
</ul>
<p>Maven users can now gather coverage information and generate mutants,
but skip the mutant analysis stage by running setting the 'pit.dryRun'
flag to true.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hcoles/pitest/commit/175105c24b766569070d580c5c296c8d196333d7"><code>175105c</code></a>
Merge pull request <a
href="https://redirect.github.com/hcoles/pitest/issues/1369">#1369</a>
from hcoles/feature/dry_run_support</li>
<li><a
href="https://github.com/hcoles/pitest/commit/5a41bf94fd4e16aadde850a948828ba8446e9f40"><code>5a41bf9</code></a>
make mutants available to history coverage limit</li>
<li><a
href="https://github.com/hcoles/pitest/commit/10bc0171899f79bfc4196509ba31f1adc234f39b"><code>10bc017</code></a>
remove duplication parsing booleans</li>
<li><a
href="https://github.com/hcoles/pitest/commit/d32d900da2111ccfdb4ed90d1b32fb2270a68381"><code>d32d900</code></a>
introduce dry run mode</li>
<li><a
href="https://github.com/hcoles/pitest/commit/116ef3763eaeefebf984424aea7c6f1a66e5e8c8"><code>116ef37</code></a>
update readme for 1.17.2</li>
<li>See full diff in <a
href="https://github.com/hcoles/pitest/compare/1.17.2...1.17.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.17.2&new-version=1.17.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
dependabot[bot] authored Dec 17, 2024
1 parent 79303cb commit 4c4dd41
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 @@ -251,7 +251,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.17.2</version>
<version>1.17.3</version>
<configuration>
<excludedTestClasses>
<excludedTestClass>*ArchitectureTest</excludedTestClass>
Expand Down

0 comments on commit 4c4dd41

Please sign in to comment.