Skip to content

build(deps-dev): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.5#10

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.5
Closed

build(deps-dev): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.5#10
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.5.

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.5

🚀 New features and improvements

🐛 Bug Fixes

  • Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258) @​jbliznak. 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)
  • Properly work with test failures caused during beforeAll phase (#3194) @​Frawless

📝 Documentation updates

  • Clarify how late placeholder replacement (@{...}) deals with (#3208) @​kwin

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • 968cb38 [maven-release-plugin] prepare release surefire-3.5.5
  • 8e7dc41 Reapply "Replace runing external process and parsing output with simple Proce...
  • 4ced57c Revert "Replace runing external process and parsing output with simple Proces…"
  • 8496d9a Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209)
  • 68265e5 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#3260)
  • 0b19014 Replace runing external process and parsing output with simple ProcessHandle ...
  • 688f8c4 Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)
  • e5c01a6 Build only by the latest Maven on Jenkins (#3255)
  • 9c99e97 Fix Jenkin badges in README (#3254)
  • 20930ea Bump parent from 44 to 47 (#3253)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.5.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.5)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 23, 2026
peo-machine added a commit that referenced this pull request Apr 23, 2026
JUnit Jupiter 6 requires JDK 17+, so Java 11 has to leave the test matrix
before we can pick up dependabot's 5.10.2 → 6.0.3 bump and the matching
maven-surefire-plugin 3.5.5 bump (dependabot PR #10, which stalled on the
Java 11 job). Bundling these three together since they are the same
breaking change.

- `.github/workflows/test.yml`: matrix `['11', '17', '21', '25']` → `['17', '21', '25']`
- `pom.xml`: `maven.compiler.source/target/release` 11 → 17
- `pom.xml`: `junit-jupiter` 5.10.2 → 6.0.3
- `pom.xml`: `maven-surefire-plugin` 3.2.5 → 3.5.5
- `README.md`: "Requires JDK 11+" → "Requires JDK 17+"
- `CHANGELOG.md`: add `[Unreleased]` section explaining the floor bump

Co-authored-by: Andrian Budantsov <a@hypersequent.com>
@peo-machine
Copy link
Copy Markdown
Collaborator

Closing: superseded by #11, which bumps maven-surefire-plugin 3.2.5 → 3.5.5 together with the JUnit 6 bump and the Java 11 drop that those two required.

@peo-machine peo-machine deleted the dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.5 branch April 23, 2026 04:21
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant