Skip to content

Commit 79232da

Browse files
build(deps): bump org.pitest:pitest-maven from 1.24.1 to 1.25.0 (#493)
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.24.1 to 1.25.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.25.0</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/hcoles/pitest/issues/1470">#1470</a> make history available to interceptors</li> <li><a href="https://redirect.github.com/hcoles/pitest/issues/1471">#1471</a> introduce equivalent status</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hcoles/pitest/commit/0205c097062c9cb6f273fafb1c9ab22f5e061fbb"><code>0205c09</code></a> Merge pull request <a href="https://redirect.github.com/hcoles/pitest/issues/1471">#1471</a> from hcoles/feature/equivalents</li> <li><a href="https://github.com/hcoles/pitest/commit/dfb7e0dadb63462c7b49d837ac924dd518eddbee"><code>dfb7e0d</code></a> introduce equivalent status</li> <li><a href="https://github.com/hcoles/pitest/commit/222a7847001e31f86fa9834aad756f8366d64b1d"><code>222a784</code></a> Merge pull request <a href="https://redirect.github.com/hcoles/pitest/issues/1470">#1470</a> from hcoles/feature/interceptor_history</li> <li><a href="https://github.com/hcoles/pitest/commit/d8f7f868e9c412c718b08182e84de06cf3eca505"><code>d8f7f86</code></a> make history available to interceptors</li> <li>See full diff in <a href="https://github.com/hcoles/pitest/compare/1.24.1...1.25.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.24.1&new-version=1.25.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 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> Co-authored-by: Adva Oren <aoren@redhat.com>
1 parent 159765c commit 79232da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
5454
<junit-platform-maven-plugin.version>1.1.8</junit-platform-maven-plugin.version>
5555
<license-maven-plugin.version>5.0.0</license-maven-plugin.version>
56-
<pitest-maven.version>1.24.1</pitest-maven.version>
56+
<pitest-maven.version>1.25.0</pitest-maven.version>
5757
<pitest-junit5-plugin.version>1.2.3</pitest-junit5-plugin.version>
5858
<versions-maven-plugin.version>2.21.0</versions-maven-plugin.version>
5959
<maven-failsafe-plugin.version>3.5.5</maven-failsafe-plugin.version>

0 commit comments

Comments
 (0)