f-lopes / spring-mvc-test-utils

Test library aimed to ease Spring MVC form validation tests. Easily post an entire form to a given url.
MIT License
19 stars 8 forks source link

build(deps): bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 #234

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 year ago

Bumps spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5.

Release notes

Sourced from spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.7.3.5

Supports spotbugs 4.7.3

Changes

  • Groovy 4.0.12
  • General Library Updates
  • Minor groovy code cleanup
  • Due to spotbugs failing to be released for some time, we are not overriding safe levels of libraries to clear CVEs. These include gson to 2.10.1, bcel to 6.6.1, jaxon 2.0.0, guava 32.0.1-jre
  • Cleanup exclusions throughout pom
  • Exclude plexus-container-default fixing #589

Build

  • Add support to run integration tests against maven 4.0.0-alpha4
  • Dropped legacy changes.xml file as we do not use that since version 4 and instead use github releases
  • Drop versionTest.groovy as not used
  • Auto license files
  • Remove old dependency check skip and pdf change as no longer necessary
  • Use latest extra enforcer rule 1.7.0
Commits
  • ae262ba [maven-release-plugin] prepare release spotbugs-maven-plugin-4.7.3.5
  • 7f24ea2 Merge pull request #609 from hazendaz/spotbugs
  • d78ff3f [pom] Exclude plexus container default
  • a979713 [GHA] Drop to maven 4 alpha 4 to see if issue is a regression
  • baaa1c4 Merge pull request #607 from hazendaz/spotbugs
  • bf74494 [pom] Override extra enforcer rules to 1.7.0
  • 26e9f01 [pom] Drop bcel back to 6.6.1 as it breaks doxia on site
  • b67e234 [pom] Fix guava tagging
  • 33ff593 [pom] Override guava to 32.0.1-jre
  • 486dda8 Merge pull request #606 from hazendaz/spotbugs
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

This change is Reviewable

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.32%. Comparing base (984167b) to head (890acc3). Report is 3 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #234 +/- ## ========================================== Coverage 96.32% 96.32% Complexity 53 53 ========================================== Files 1 1 Lines 136 136 Branches 26 26 ========================================== Hits 131 131 Partials 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.