Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.1 to 3.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-surefire/releases">org.apache.maven.plugins:maven-surefire-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.2</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2205">[SUREFIRE-2205]</a> - Use maven-plugin-report-plugin only in plugins modules (<a href="https://redirect.github.com/apache/maven-surefire/pull/681">#681</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2206">[SUREFIRE-2206]</a> - Downgrade plexus-xml to 3.0.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/675">#675</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2208">[SUREFIRE-2208]</a> - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/682">#682</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-2206">[SUREFIRE-2206]</a> - Downgrade plexus-xml to 3.0.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/675">#675</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>Use Maven 3.x.x and 3.6.3 on Jenkins (<a href="https://redirect.github.com/apache/maven-surefire/pull/674">#674</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-surefire/commit/2d7675397e884b18d59a596c004e73982368ee7c"><code>2d76753</code></a> [maven-release-plugin] prepare release surefire-3.2.2</li> <li><a href="https://github.com/apache/maven-surefire/commit/dd640bf8d0ed536249243b6c29afa25386c877dc"><code>dd640bf</code></a> [SUREFIRE-2208] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (<a href="https://redirect.github.com/apache/maven-surefire/issues/682">#682</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/dd2fcfd5d816ad30c54eb742f691d6015d87d428"><code>dd2fcfd</code></a> [SUREFIRE-2205] Use maven-plugin-report-plugin only in plugins modules</li> <li><a href="https://github.com/apache/maven-surefire/commit/03c71d18231566850c57c03185290ee92313395e"><code>03c71d1</code></a> [SUREFIRE-2206] Downgrade plexus-xml to 3.0.0</li> <li><a href="https://github.com/apache/maven-surefire/commit/c3c3c8486fe14fdb4da157d80c2863b37bb4c0a3"><code>c3c3c84</code></a> Use Maven 3.x.x and 3.6.3 on Jenkins</li> <li><a href="https://github.com/apache/maven-surefire/commit/a540ef4a95bfd78f9487b282fa04efa9c48ccd3e"><code>a540ef4</code></a> [SUREFIRE-2205] Mojo documentation links are broken</li> <li><a href="https://github.com/apache/maven-surefire/commit/3a58f2933f352853892d660204a6aad1649a66e4"><code>3a58f29</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.2">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.1&new-version=3.2.2)](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 #1191 COPYBARA_INTEGRATE_REVIEW=#1191 from google:dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.2 6ce329d PiperOrigin-RevId: 580157681
- Loading branch information