Skip to content

Commit fcc270b

Browse files
dependabot[bot]Jimfs Team
authored andcommitted
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 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.5.4 to 3.5.5 <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.5.5</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Replace runing external process and parsing output with simple ProcessHandle if available (Java9+) (<a href="https://redirect.github.com/apache/maven-surefire/pull/3252">#3252</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li> <li>Pass slf4j context to spawned thread (<a href="https://redirect.github.com/apache/maven-surefire/pull/3241">#3241</a>) <a href="https://github.com/scottrw93"><code>@​scottrw93</code></a></li> <li><a href="https://issues.apache.org/jira/browse/SUREFIRE-3239">[SUREFIRE-3239]</a> - allow override of statistics file checksum (<a href="https://redirect.github.com/apache/maven-surefire/pull/3247">#3247</a>) <a href="https://github.com/XN137"><code>@​XN137</code></a></li> <li>Reduce log level for skipped tests result to info (<a href="https://redirect.github.com/apache/maven-surefire/pull/3232">#3232</a>) <a href="https://github.com/strangelookingnerd"><code>@​strangelookingnerd</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Use PowerShell instead of WMIC for detecting zombie process on Windows (<a href="https://redirect.github.com/apache/maven-surefire/pull/3258">#3258</a>) <a href="https://github.com/jbliznak"><code>@​jbliznak</code></a>. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)</li> <li>Properly work with test failures caused during beforeAll phase (<a href="https://redirect.github.com/apache/maven-surefire/pull/3194">#3194</a>) <a href="https://github.com/Frawless"><code>@​Frawless</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Clarify how late placeholder replacement (@{...}) deals with (<a href="https://redirect.github.com/apache/maven-surefire/pull/3208">#3208</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Fix Jenkin badges in README (<a href="https://redirect.github.com/apache/maven-surefire/pull/3254">#3254</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Use JUnit5 in failsafe ITs (<a href="https://redirect.github.com/apache/maven-surefire/pull/3251">#3251</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Remove long-deprecated unused encoding property from VerifyMojo (<a href="https://redirect.github.com/apache/maven-surefire/pull/3198">#3198</a>) <a href="https://github.com/Tomlincoln"><code>@​Tomlincoln</code></a></li> <li>Add IT and deal with corner cases of handling beforeAll failures (<a href="https://redirect.github.com/apache/maven-surefire/pull/3200">#3200</a>) <a href="https://github.com/Frawless"><code>@​Frawless</code></a></li> <li>Revert PR <a href="https://redirect.github.com/apache/maven-surefire/issues/3194">#3194</a> that handle beforeAll failures to follow proper contributing rules (<a href="https://redirect.github.com/apache/maven-surefire/pull/3211">#3211</a>) <a href="https://github.com/Frawless"><code>@​Frawless</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>Missing many files in the GH Artifacts of CI ex-post. (<a href="https://redirect.github.com/apache/maven-surefire/pull/3219">#3219</a>) <a href="https://github.com/Tibor17"><code>@​Tibor17</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3209">#3209</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.1 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3260">#3260</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump parent from 44 to 47 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3253">#3253</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump org.assertj:assertj-core from 3.16.1 to 3.27.7 in /surefire-its/src/test/resources/surefire-1733-testng (<a href="https://redirect.github.com/apache/maven-surefire/pull/3246">#3246</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3245">#3245</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3243">#3243</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3236">#3236</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3235">#3235</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3 in /surefire-its/src/test/resources/surefire-1659-stream-corruption (<a href="https://redirect.github.com/apache/maven-surefire/pull/3234">#3234</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3228">#3228</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.18.0 to 4.19.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3224">#3224</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3223">#3223</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3221">#3221</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3220">#3220</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump commons-io:commons-io from 2.20.0 to 2.21.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3217">#3217</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3214">#3214</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3218">#3218</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.htmlunit:htmlunit from 4.16.0 to 4.18.0 (<a href="https://redirect.github.com/apache/maven-surefire/pull/3213">#3213</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-surefire/commit/968cb38271efdee0cbe3abcd4c130fd67eb1f047"><code>968cb38</code></a> [maven-release-plugin] prepare release surefire-3.5.5</li> <li><a href="https://github.com/apache/maven-surefire/commit/8e7dc4106bab204cdc01b48b46a83e49e3feca9a"><code>8e7dc41</code></a> Reapply &quot;Replace runing external process and parsing output with simple Proce...</li> <li><a href="https://github.com/apache/maven-surefire/commit/4ced57c058bee5c68fd1313a401a018c9d0303bb"><code>4ced57c</code></a> Revert &quot;Replace runing external process and parsing output with simple Proces…&quot;</li> <li><a href="https://github.com/apache/maven-surefire/commit/8496d9a6bf96ead941b8e2948c9fac222247e4f3"><code>8496d9a</code></a> Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (<a href="https://redirect.github.com/apache/maven-surefire/issues/3209">#3209</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/68265e56ebf609da2447bde7eebd3c7dbd4f7826"><code>68265e5</code></a> Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (<a href="https://redirect.github.com/apache/maven-surefire/issues/3260">#3260</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/0b190142a3df4cb3dda52825e7fedda59591cbc8"><code>0b19014</code></a> Replace runing external process and parsing output with simple ProcessHandle ...</li> <li><a href="https://github.com/apache/maven-surefire/commit/688f8c46390a0d495a0c4169c873389b9c9b21b6"><code>688f8c4</code></a> Use PowerShell instead of WMIC for detecting zombie process on Windows (<a href="https://redirect.github.com/apache/maven-surefire/issues/3258">#3258</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/e5c01a6985bc4fcb8ea9e1b43baee3ce08523dfe"><code>e5c01a6</code></a> Build only by the latest Maven on Jenkins (<a href="https://redirect.github.com/apache/maven-surefire/issues/3255">#3255</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/9c99e979d29329c7cf0c7a110cf12b0eeb8a331a"><code>9c99e97</code></a> Fix Jenkin badges in README (<a href="https://redirect.github.com/apache/maven-surefire/issues/3254">#3254</a>)</li> <li><a href="https://github.com/apache/maven-surefire/commit/20930ead8197a10f1e9272c2ec68388355b3c077"><code>20930ea</code></a> Bump parent from 44 to 47 (<a href="https://redirect.github.com/apache/maven-surefire/issues/3253">#3253</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.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.5.4&new-version=3.5.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 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 #466 COPYBARA_INTEGRATE_REVIEW=#466 from google:dependabot/maven/dependencies-190f324d1e f5e0278 PiperOrigin-RevId: 874052394
1 parent f1d1e2e commit fcc270b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
</plugin>
199199
<plugin>
200200
<artifactId>maven-surefire-plugin</artifactId>
201-
<version>3.5.4</version>
201+
<version>3.5.5</version>
202202
</plugin>
203203
<plugin>
204204
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)