Skip to content

Commit a1783f2

Browse files
Bump org.pitest:pitest-maven from 1.15.3 to 1.15.4 (#816)
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.15.3 to 1.15.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.15.4</h2> <ul> <li><a href="https://github.com/hcoles/pitest/issues/1288">#1288</a> - New extension point to allow custom coverage export formats</li> <li><a href="https://github.com/hcoles/pitest/issues/1289">#1289</a> - Parse argline configuration from surefire configuration</li> <li><a href="https://github.com/hcoles/pitest/issues/1274">#1274</a> Follow invoke dynamic calls when detecting static initializer only methods</li> </ul> <p>Note, maven users who have previously needed to duplicate argline parameters between surefire and pitest's jvmArgs and argline parameters may need to adjust their configuration when upgrading. Entries supplied to surefire will now automatically be added to pitest.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hcoles/pitest/commit/6166a7c5e89458830f97b355e9793e24514c684d"><code>6166a7c</code></a> update readme for 1.15.4</li> <li><a href="https://github.com/hcoles/pitest/commit/6bb2416eb372ce5c1b31dfbbeccdbb502dcb5f5a"><code>6bb2416</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1289">#1289</a> from hcoles/feature/parse_surefire_argline</li> <li><a href="https://github.com/hcoles/pitest/commit/28045a088baa9df905b3ccdc720439372b020e7b"><code>28045a0</code></a> parse surefire argline</li> <li><a href="https://github.com/hcoles/pitest/commit/3cd8d17ee024b0eb45114c30ef118ebb16a5426c"><code>3cd8d17</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1288">#1288</a> from hcoles/feature/pluggable_coverage</li> <li><a href="https://github.com/hcoles/pitest/commit/1ea5e1eeca726a4b8a966af8c5518b1b29d8fb04"><code>1ea5e1e</code></a> activate coverage with features</li> <li><a href="https://github.com/hcoles/pitest/commit/960f2c3d7361a613506b4fd2b19cce6242cafcfb"><code>960f2c3</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1281">#1281</a> from hcoles/dependabot/maven/pitest-maven/ch.qos.log...</li> <li><a href="https://github.com/hcoles/pitest/commit/f68e214839257b0397d41e9b8b98d81ede5011b7"><code>f68e214</code></a> Bump ch.qos.logback:logback-classic in /pitest-maven</li> <li><a href="https://github.com/hcoles/pitest/commit/ffd3fa6b0c5caf288209e7fb16ce72d04651cb8f"><code>ffd3fa6</code></a> remove dead method</li> <li><a href="https://github.com/hcoles/pitest/commit/917b9ceca1d357a168ccdbd8f53db1de35cd5494"><code>917b9ce</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1274">#1274</a> from hcoles/feature/invoke_dynamic_static_initializer</li> <li><a href="https://github.com/hcoles/pitest/commit/9e456f4683c924a82ec37e2ea376eb814762c0ac"><code>9e456f4</code></a> consider invoke dynamic calls when detecting static initializer only methods</li> <li>Additional commits viewable in <a href="https://github.com/hcoles/pitest/compare/1.15.3...1.15.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.15.3&new-version=1.15.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>
1 parent f71ed24 commit a1783f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.pitest</groupId>
140140
<artifactId>pitest-maven</artifactId>
141-
<version>1.15.3</version>
141+
<version>1.15.4</version>
142142
<configuration>
143143
<excludedTestClasses>
144144
<excludedTestClass>*ArchitectureTest</excludedTestClass>

0 commit comments

Comments
 (0)