Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from…
Browse files Browse the repository at this point in the history
… 3.3.1 to 3.4.0 (#475)

Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.3.1 to 3.4.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-surefire/commit/3ae062d690a07f4cfeb9fe3e53fc28cb1b8d6cff"><code>3ae062d</code></a>
[maven-release-plugin] prepare release surefire-3.4.0</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/f0de8c0e0fbf2efcc485b82f989f9537d212d71e"><code>f0de8c0</code></a>
Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/817695ad3584149d4f025acaedfa434db39c0f81"><code>817695a</code></a>
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/675c02ae9b03243f151640751c9959fccfbb08b6"><code>675c02a</code></a>
Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/4bd36a12a9cf7e848e2e2d9d36032f0db66cfe74"><code>4bd36a1</code></a>
[SUREFIRE-1385] Add new parameter
&quot;promoteUserPropertiesToSystemProperties&quot; (...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/1d19ec8a0c92ff7f2ac68f474ae8c44f5d18fe1d"><code>1d19ec8</code></a>
[Doc] Failsafe Verify goal should mention failsafe</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/a93783a631b14513f6dbaf69c57bae32f37351a0"><code>a93783a</code></a>
[SUREFIRE-2251] [REGRESSION] java.lang.NoSuchMethodException:
org.apache.mave...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/daa011b85b9449f7cfe5f658455cefb2b76073b9"><code>daa011b</code></a>
Bump org.assertj:assertj-core from 3.26.0 to 3.26.3</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/805f6b74a0e7fa890ae2e55f2f4bdfed3e52310b"><code>805f6b7</code></a>
Improve internal field order</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/26ae10d68e08206bd185e97513d2a2eff5b019f1"><code>26ae10d</code></a>
Remove outdated invoker conditions</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0">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.1&new-version=3.4.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent a87889a commit a298b81
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 @@ -93,7 +93,7 @@
<maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version>

<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.8.0</maven-javadoc-plugin.version>
Expand Down

0 comments on commit a298b81

Please sign in to comment.