Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump surefire.version from 3.3.1 to 3.5.2 #474

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Bump surefire.version from 3.3.1 to 3.5.2
Bumps `surefire.version` from 3.3.1 to 3.5.2.

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.5.2)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7805bb69f46a8274da2fe417937a1a374b545f1a
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
<packageurl.version>1.5.0</packageurl.version>
<junit-pioneer.version>2.2.0</junit-pioneer.version>

<surefire.version>3.3.1</surefire.version>
<surefire.version>3.5.2</surefire.version>

<artifactsDir>target/distributions</artifactsDir>
<executable-suffix></executable-suffix>