Skip to content

build(deps): bump dependency-check-maven from 8.1.0 to 8.1.2 #1391

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps dependency-check-maven from 8.1.0 to 8.1.2.

Release notes

Sourced from dependency-check-maven's releases.

Version 8.1.2

Fixed

  • Fix NullPointerException in the Jar Analyzer introduced in 8.1.1 (#5512)

Version 8.1.1

Fixed

  • allow hosted suppressions file to be disabled (#5509)
  • Several FPs not suitable for our automation (#5504)
  • Fix incorrect defaults for nexus and central-analyzer in gradle plugin documentation (#5503)
  • Erroneous error-log for deprecated CLI flag usage when using properyfile based disablement of Node Audit Analyzer (#5487)
  • Prefer pom.properties G/A/V over pom.xml G/A/V to resolve GAV interpolation issues (#5473)
  • Node package dependencies ending up as related dependency of the wrong version of the package (#5479)
  • do not throw error if pyproject.toml is in node_modules (#5470)

See the full listing of changes.

Changelog

Sourced from dependency-check-maven's changelog.

Version 8.1.2 (2023-02-28)

Fixed

  • Fix NullPointerException in the Jar Analyzer introduced in 8.1.1 (#5512)

See the full listing of changes.

Version 8.1.1 (2023-02-27)

Fixed

  • allow hosted suppressions file to be disabled (#5509)
  • Several FPs not suitable for our automation (#5504)
  • Fix incorrect defaults for nexus and central-analyzer in gradle plugin documentation (#5503)
  • Erroneous error-log for deprecated CLI flag usage when using properyfile based disablement of Node Audit Analyzer (#5487)
  • Prefer pom.properties G/A/V over pom.xml G/A/V to resolve GAV interpolation issues (#5473)
  • Node package dependencies ending up as related dependency of the wrong version of the package (#5479)
  • do not throw error if pyproject.toml is in node_modules (#5470)

See the full listing of changes.

Commits
  • 3582a9d build:prepare release v8.1.2
  • afc6922 docs: prepare release
  • 7106a08 build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#5513)
  • 7bab876 build(deps): bump maven-plugin-plugin from 3.7.1 to 3.8.1 (#5514)
  • 6e080bd build(deps): bump maven-plugin-annotations from 3.7.1 to 3.8.1 (#5515)
  • 905f74f fix: Ensure retrievePomProperties always returns non-null (#5512)
  • c5a64d3 build(deps): bump maven-plugin-annotations from 3.7.1 to 3.8.1
  • f7dbe3f build(deps): bump maven-plugin-plugin from 3.7.1 to 3.8.1
  • 9556b19 build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0
  • 7591497 style: Make checkstyle happy
  • 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 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)

@dependabot dependabot bot requested review from andrewazores and ebaron as code owners March 6, 2023 01:25
@dependabot dependabot bot added chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test labels Mar 6, 2023
@dependabot dependabot bot requested a review from a team March 6, 2023 01:25
@github-actions github-actions bot added the needs-triage Needs thorough attention from code reviewers label Mar 6, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2023

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1391-417eff0107f669b2a73b24c1239a2df8aad0101f sh smoketest.sh

@ebaron ebaron removed the needs-triage Needs thorough attention from code reviewers label Mar 6, 2023
Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.1.0 to 8.1.2.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v8.1.0...v8.1.2)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.owasp-dependency-check-maven-8.1.2 branch from 417eff0 to a66fa2a Compare March 6, 2023 20:53
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2023

Test image available:

$ CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat:pr-1391-a66fa2a526948141e06e7cfe74060b19d40b5252 sh smoketest.sh

@ebaron ebaron merged commit 7552a56 into main Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.owasp-dependency-check-maven-8.1.2 branch March 6, 2023 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant