Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3…
Browse files Browse the repository at this point in the history
….1 in the dependencies group

Bumps the dependencies group with 1 update: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire).

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-surefire/commit/7e4562036f88ba082ea5a58008d799e354e4fc1e"><code>7e45620</code></a> [maven-release-plugin] prepare release surefire-3.3.1</li>
<li><a href="https://github.com/apache/maven-surefire/commit/561b4ca356e6fae53f0f16f4862fdd22305852fb"><code>561b4ca</code></a> [SUREFIRE-2250] Surefire Test Report Schema properties element is not consist...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/6aaea8a6dfed1f8f5b803dc202fefa5a47f14bb7"><code>6aaea8a</code></a> [SUREFIRE-1360] Ability to disable properties for successfully passed tests</li>
<li><a href="https://github.com/apache/maven-surefire/commit/c17b92bf79d33b34bf5c6e3bab1128e8ee1c8f01"><code>c17b92b</code></a> Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24</li>
<li><a href="https://github.com/apache/maven-surefire/commit/748d9dcbf43eaf91dace4009d1aa2cc669953c91"><code>748d9dc</code></a> Fix typos</li>
<li><a href="https://github.com/apache/maven-surefire/commit/f8092e99c0d3e4439e8e74ffd1df49f256373a35"><code>f8092e9</code></a> Improve time units</li>
<li><a href="https://github.com/apache/maven-surefire/commit/c670335783cfcb43cfba7042b90748708eb299ce"><code>c670335</code></a> [SUREFIRE-1934] Ability to disable system-out/system-err for successfully pas...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/bce1b39b042f8cd696c2bc9b9205303aff6409ae"><code>bce1b39</code></a> Improve docs of linkXRef</li>
<li><a href="https://github.com/apache/maven-surefire/commit/3c49ebdd6a2df6da992d8b2b6b7e7843e948fb21"><code>3c49ebd</code></a> Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0</li>
<li><a href="https://github.com/apache/maven-surefire/commit/6ff0f83ea1c9427a88d42b3a8c1b7bdb9e5e3fcb"><code>6ff0f83</code></a> [SUREFIRE-2242] Plain test report does not include names of the skipped tests</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.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.3.0&new-version=3.3.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #355

COPYBARA_INTEGRATE_REVIEW=#355 from google:dependabot/maven/dependencies-4a62b4df57 8535c30
PiperOrigin-RevId: 652465102
  • Loading branch information
dependabot[bot] authored and Jimfs Team committed Jul 15, 2024
1 parent c5d53a7 commit 5d74c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 5d74c3a

Please sign in to comment.