Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-surefire/commit/df9f657cb241c1f55ddde884249588080facffe3"><code>df9f657</code></a> [maven-release-plugin] prepare release surefire-3.2.1</li>
<li><a href="https://github.com/apache/maven-surefire/commit/0910b750c5d8cfa41e27a7c586d17012b7efcb1f"><code>0910b75</code></a> Fix formatting</li>
<li><a href="https://github.com/apache/maven-surefire/commit/97c84a1f9b83d1ac318d53d8ba8fba87b1c5462a"><code>97c84a1</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/maven-surefire/commit/ad0639f1f59aee4647641fd0681c416dd46ac484"><code>ad0639f</code></a> [maven-release-plugin] prepare release surefire-3.2.0</li>
<li><a href="https://github.com/apache/maven-surefire/commit/edfb96515553c548fddc58d2745d3e4c8e1367d3"><code>edfb965</code></a> [SUREFIRE-2196] maven-surefire-report-plugin:failsafe-report-only failed: Unm...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/0a5dba8a3678aca1682a518e79f39502ef3935ea"><code>0a5dba8</code></a> [SUREFIRE-2188] Upgrade to Parent 40</li>
<li><a href="https://github.com/apache/maven-surefire/commit/5a0943805f7ef3da691bd4f39660346bfc7283d6"><code>5a09438</code></a> [SUREFIRE-2202] NullPointerException if super class meets specific condition</li>
<li><a href="https://github.com/apache/maven-surefire/commit/176937dea760e602d5fddd65b88d83974ed06a4b"><code>176937d</code></a> Simplify temp dir creation</li>
<li><a href="https://github.com/apache/maven-surefire/commit/9b79bdab7180aa00642e2d9dd85167e0fcaa662d"><code>9b79bda</code></a> [SUREFIRE-1124] Support forkNumber in environment variables</li>
<li><a href="https://github.com/apache/maven-surefire/commit/296696441dbabfdb8b25f58c30330974f9b04c8a"><code>2966964</code></a> Fix TestNG web site URL</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.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.1.2&new-version=3.2.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>

Fixes #1186

COPYBARA_INTEGRATE_REVIEW=#1186 from google:dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.1 cb7aba8
PiperOrigin-RevId: 576090198
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Oct 24, 2023
1 parent de69497 commit a12d848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -297,7 +297,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit a12d848

Please sign in to comment.