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(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 in /demos #318

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3.

Release notes

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

3.5.3

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 4434650 [maven-release-plugin] prepare release surefire-3.5.3
  • 1270950 use github directly
  • 59f3a1f release tag name backward compatible
  • dfbabe2 assertj-core must be test scope (#826)
  • e1f8119 back to 3.5.3-SNAPSHOT
  • c497559 [maven-release-plugin] prepare for next development iteration
  • 3962112 [maven-release-plugin] prepare release v3.5.3
  • 227c134 surefire shared utils version current version (#825)
  • 1d34c34 Bump org.htmlunit:htmlunit from 4.10.0 to 4.11.1
  • 906b65a Update site descriptors
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 31, 2025
Copy link

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.56%. Comparing base (a7cc196) to head (751a50b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #318      +/-   ##
============================================
- Coverage     98.62%   98.56%   -0.06%     
  Complexity      820      820              
============================================
  Files            22       22              
  Lines          1817     1817              
  Branches        113      113              
============================================
- Hits           1792     1791       -1     
  Misses           18       18              
- Partials          7        8       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oldratlee oldratlee merged commit 06d0913 into main Apr 1, 2025
12 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/maven/demos/org.apache.maven.plugins-maven-surefire-plugin-3.5.3 branch April 1, 2025 06:34
oldratlee pushed a commit that referenced this pull request Apr 5, 2025
bump spotbugs-maven-plugin from 4.9.2.0 to 4.9.3.0 (#312)
bump kotlin.version from 2.1.10 to 2.1.20 in /demos (#313)
bump guava from 33.4.0-jre to 33.4.5-jre (#314)
bump kotlin.version from 2.1.10 to 2.1.20 (#315)
bump guava from 33.4.5-jre to 33.4.6-jre (#316)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#318)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#319)
oldratlee pushed a commit that referenced this pull request Apr 5, 2025
bump spotbugs-maven-plugin from 4.9.2.0 to 4.9.3.0 (#312)
bump kotlin.version from 2.1.10 to 2.1.20 in /demos (#313)
bump guava from 33.4.0-jre to 33.4.5-jre (#314)
bump kotlin.version from 2.1.10 to 2.1.20 (#315)
bump guava from 33.4.5-jre to 33.4.6-jre (#316)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#318)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#319)
bump jacoco-maven-plugin from 0.8.12 to 0.8.13 (#321)
bump jacoco-maven-plugin in /demos from 0.8.12 to 0.8.13 (#322)
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
Development

Successfully merging this pull request may close these issues.

1 participant