Commit 201ff41
authored
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 (#268)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
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 "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 "Replace runing external process and parsing output with
simple Proces…"</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 />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d46b410 commit 201ff41
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments