Skip to content

Commit

Permalink
Bump org.pitest:pitest-maven from 1.17.3 to 1.17.4 (#989)
Browse files Browse the repository at this point in the history
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from
1.17.3 to 1.17.4.
<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.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fixes <a
href="https://redirect.github.com/hcoles/pitest/issues/1333">hcoles/pitest#1333</a>
Expand ${settings.localRepository} in <!-- raw HTML omitted --> by <a
href="https://github.com/martinoconnor"><code>@​martinoconnor</code></a>
in <a
href="https://redirect.github.com/hcoles/pitest/pull/1334">hcoles/pitest#1334</a></li>
<li>report test count by <a
href="https://github.com/hcoles"><code>@​hcoles</code></a> in <a
href="https://redirect.github.com/hcoles/pitest/pull/1373">hcoles/pitest#1373</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/martinoconnor"><code>@​martinoconnor</code></a>
made their first contribution in <a
href="https://redirect.github.com/hcoles/pitest/pull/1334">hcoles/pitest#1334</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hcoles/pitest/compare/1.17.3...1.17.4">https://github.com/hcoles/pitest/compare/1.17.3...1.17.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hcoles/pitest/commit/0201d6f038d4313605b7fba1d41e151ea022ebae"><code>0201d6f</code></a>
Merge pull request <a
href="https://redirect.github.com/hcoles/pitest/issues/1373">#1373</a>
from hcoles/feature/report_test_count</li>
<li><a
href="https://github.com/hcoles/pitest/commit/83945175decfc7d0adc14d2362bb6bb2ba7f5f61"><code>8394517</code></a>
report test count</li>
<li><a
href="https://github.com/hcoles/pitest/commit/efec2f35ef4ba3197df499aad192ac8e85c5a3b0"><code>efec2f3</code></a>
Merge pull request <a
href="https://redirect.github.com/hcoles/pitest/issues/1334">#1334</a>
from martinoconnor/bug/expand_settings</li>
<li><a
href="https://github.com/hcoles/pitest/commit/93c3add606be5f0de1fdc078efe1749662d78375"><code>93c3add</code></a>
fixes <a
href="https://redirect.github.com/hcoles/pitest/issues/1333">hcoles/pitest#1333</a>
Expand ${settings.localRepository} in &lt;argLine&gt;</li>
<li><a
href="https://github.com/hcoles/pitest/commit/7bcb168ecf576a5efcd0aa67f60db1017cf1590b"><code>7bcb168</code></a>
update for 1.17.3</li>
<li>See full diff in <a
href="https://github.com/hcoles/pitest/compare/1.17.3...1.17.4">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.3&new-version=1.17.4)](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 Jan 13, 2025
1 parent b9321fc commit 9f072c1
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.3</version>
<version>1.17.4</version>
<configuration>
<excludedTestClasses>
<excludedTestClass>*ArchitectureTest</excludedTestClass>
Expand Down

0 comments on commit 9f072c1

Please sign in to comment.