Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from…
Browse files Browse the repository at this point in the history
… 3.5.0 to 3.5.1 (#1232)

Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.5.0 to 3.5.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-surefire/commit/a69b0f87309c5b8111b73687db56b62055d7626c"><code>a69b0f8</code></a>
[maven-release-plugin] prepare release surefire-3.5.1</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/ccc54d093afe361dfbce802461947148281a2ee2"><code>ccc54d0</code></a>
[SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (<a
href="https://redirect.github.com/apache/maven-surefire/issues/784">#784</a>)</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/ab77c35c7fc788ae1aab5af525721afc881cc8ed"><code>ab77c35</code></a>
[SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
- JD...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/93317ff07a4709bb1b0bd7690459fa81630fa3d4"><code>93317ff</code></a>
[SUREFIRE-2269] Allow fail during clean in surefire-its</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/d7f4dbb7cc99a08a911066afbab3e01273dbbdc0"><code>d7f4dbb</code></a>
[SUREFIRE-2270] Use JUnit5 in surefire-shadefire</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/7a98850b99b8f00c3928904992188e2fa3eceab3"><code>7a98850</code></a>
Drop comment from jira integration</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/b2aa8a6c93d201bf90e5199274750c1ea3e9091c"><code>b2aa8a6</code></a>
[SUREFIRE-2267] Packages for commons-codec should be relocated in
surefire-sh...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/a9282552d2086299a400a27781509e2b942a743d"><code>a928255</code></a>
[SUREFIRE-1737] Fix disable in statelessTestsetReporter</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/4584ebbff97a383ddbd6d1d8ce6122e7f7d0d6b0"><code>4584ebb</code></a>
[SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/5aa3515c77075dd5b316ef5d6cc96f679aa2ccf4"><code>5aa3515</code></a>
[SUREFIRE-2266] Execute ITs in parallel</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-surefire-plugin&package-manager=maven&previous-version=3.5.0&new-version=3.5.1)](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 Oct 8, 2024
1 parent 9091305 commit f468a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<failIfNoTests>true</failIfNoTests>
</configuration>
Expand Down

0 comments on commit f468a08

Please sign in to comment.