Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5
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.2.3 to 3.2.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-surefire/commit/4b3a2719d80613f2ed304fc34144fed81c3043cd"><code>4b3a271</code></a> [maven-release-plugin] prepare release surefire-3.2.5</li>
<li><a href="https://github.com/apache/maven-surefire/commit/eb3f1d946fbb9d1dbaba2fc7113f408f15a60f62"><code>eb3f1d9</code></a> Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0</li>
<li><a href="https://github.com/apache/maven-surefire/commit/430c406756df4e6bfad462426544d71a0d5e5867"><code>430c406</code></a> Bump org.assertj:assertj-core from 3.24.2 to 3.25.1</li>
<li><a href="https://github.com/apache/maven-surefire/commit/2d92f2d422f07e75c188312cd2371127508a8e10"><code>2d92f2d</code></a> [SUREFIRE-2231] JaCoCo 0.8.11 fails with old TestNG releases on Java 17+</li>
<li><a href="https://github.com/apache/maven-surefire/commit/3290740be8d81351331d5cd320e56346713ed2c2"><code>3290740</code></a> Bump org.apache.maven.plugins:maven-docck-plugin from 1.1 to 1.2</li>
<li><a href="https://github.com/apache/maven-surefire/commit/25a9776c0e1d0c445a1ef5dbcb7ee27483bb029d"><code>25a9776</code></a> Bump net.java.dev.javacc:javacc from 7.0.12 to 7.0.13</li>
<li><a href="https://github.com/apache/maven-surefire/commit/7752f7e62bf6710616e231c9a0cf6cd7e574416f"><code>7752f7e</code></a> Bump commons-io:commons-io from 2.15.0 to 2.15.1</li>
<li><a href="https://github.com/apache/maven-surefire/commit/8874add5bb1b32e65eb5022f02d7bb01add9a3a8"><code>8874add</code></a> Revert &quot;Bump jacocoVersion from 0.8.8 to 0.8.11&quot;</li>
<li><a href="https://github.com/apache/maven-surefire/commit/c0f775569b4ddd603a1c5c96e16abc78aa794173"><code>c0f7755</code></a> Fix formatting</li>
<li><a href="https://github.com/apache/maven-surefire/commit/e5f45452728fe78753e713b15ce4743634db01a2"><code>e5f4545</code></a> Bump jacocoVersion from 0.8.8 to 0.8.11</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5">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.2.3&new-version=3.2.5)](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 #305

COPYBARA_INTEGRATE_REVIEW=#305 from google:dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.5 2c67497
PiperOrigin-RevId: 597251412
  • Loading branch information
dependabot[bot] authored and Jimfs Team committed Jan 10, 2024
1 parent 0747ba7 commit d75f9b9
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.2.3</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit d75f9b9

Please sign in to comment.