Skip to content

Commit a6042ef

Browse files
chore(deps): bump org.pitest:pitest-junit5-plugin from 1.2.2 to 1.2.3 in /cds-feature-advanced-event-mesh (#49)
Bumps [org.pitest:pitest-junit5-plugin](https://github.com/pitest/pitest-junit5-plugin) from 1.2.2 to 1.2.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/e05e0f1126e808a0c9f04b39c511916baa211e74"><code>e05e0f1</code></a> Merge pull request <a href="https://redirect.github.com/pitest/pitest-junit5-plugin/issues/111">#111</a> from pitest/bug/quarkus_3_22_x</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/f9cf268915f9a294c36f701ac3a4084306df5b86"><code>f9cf268</code></a> update for central publishing</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/c4b264264a7e4427cb3cb37af311efa6c36cbcd7"><code>c4b2642</code></a> support quarkus 3.22.x</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/00210dfb65bab8c3234487f455c1eee2effcf421"><code>00210df</code></a> remove duplication</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/8e14b9d871fc77b33c57e8c6cdc05d2b1667bde3"><code>8e14b9d</code></a> Merge pull request <a href="https://redirect.github.com/pitest/pitest-junit5-plugin/issues/99">#99</a> from Wolf2323/emptyGroups</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/90104888086401eb4d560e01c9de956559318ea7"><code>9010488</code></a> Merge branch 'master' into emptyGroups</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/1b6cf24ca0d9a116a1cb4201dd3c394bd2d565f4"><code>1b6cf24</code></a> bump version numbers</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/a67b85cb195ffc27bc367552f244b7cf979cf5e9"><code>a67b85c</code></a> update for 1.2.2</li> <li><a href="https://github.com/pitest/pitest-junit5-plugin/commit/73e306995abf0ea16c874b84573b65b5ffea08ef"><code>73e3069</code></a> fix issue where an empty group cause an exception and let pitest fail</li> <li>See full diff in <a href="https://github.com/pitest/pitest-junit5-plugin/compare/1.2.2...1.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.pitest:pitest-junit5-plugin&package-manager=maven&previous-version=1.2.2&new-version=1.2.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>
1 parent 510e1ae commit a6042ef

File tree

1 file changed

+1
-1
lines changed
  • cds-feature-advanced-event-mesh

1 file changed

+1
-1
lines changed

cds-feature-advanced-event-mesh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.pitest</groupId>
132132
<artifactId>pitest-junit5-plugin</artifactId>
133-
<version>1.2.2</version>
133+
<version>1.2.3</version>
134134
</dependency>
135135
</dependencies>
136136
</plugin>

0 commit comments

Comments
 (0)