Skip to content

build(deps-dev): bump org.owasp:dependency-check-maven from 12.1.0 to 13.0.0 - #67

Merged
rahilsh merged 1 commit into
mainfrom
dependabot/maven/org.owasp-dependency-check-maven-13.0.0
Aug 8, 2026
Merged

build(deps-dev): bump org.owasp:dependency-check-maven from 12.1.0 to 13.0.0#67
rahilsh merged 1 commit into
mainfrom
dependabot/maven/org.owasp-dependency-check-maven-13.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps org.owasp:dependency-check-maven from 12.1.0 to 13.0.0.

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 13.0.0

What's Changed

... (truncated)

Changelog

Sourced from org.owasp:dependency-check-maven's changelog.

Change Log

For versions 13.0.0 and above, please see the the GitHub Releases page for the change log.

Version 12.2.2 (2026-05-03)

NOTE: The database schema was updated to fix #8466 - if using an external database the update scripts must be run!

  • feat: improve Sonatype Guide / OSS Index cache handling and insufficient credits error reporting (#8451)
  • feat: support and prefer githubID vuln identifiers from RetireJS (#8419)
  • fix(db): widen reference URL column to handle long Mozilla CVE URLs (#8467)
  • fix: add corepack to docker image (#8386)
  • fix: bump open-vulnerability-clients to resolve NVD timestamp parsing errors (#8427)
  • fix: de-duplicate and sort both includedBy and projectReferences in reports (#8440)
  • fix: migrate default OSS Index API URL to Sonatype Guide; supporting optional username (#8404)
  • docs: correct missing documentation for Gradle plugin (#8431)
  • docs: tweak docs site structure; documenting missing analyzers (#8462)
  • chore: remove spurious bundle-audit log line when there are no errors (#8454)
  • chore: tidy CHANGELOG formatting (#8414)
  • chore(fp): remove duplicate log4j FP suppressions (#8468)
  • build(deps): bump apache.ant.version from 1.10.16 to 1.10.17 (#8416)
  • build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 (#8465)
  • build(deps): bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre (#8420)
  • build(deps): bump com.mysql:mysql-connector-j from 9.6.0 to 9.7.0 (#8445)
  • build(deps): bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#8453)
  • build(deps): bump commons-io:commons-io from 2.21.0 to 2.22.0 (#8448)
  • build(deps): bump httpcomponents.client.version from 5.6 to 5.6.1 (#8432)
  • build(deps): bump joda-time:joda-time from 2.14.1 to 2.14.2 (#8464)
  • build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.1 to 3.10.0 (#8452)
  • build(deps): bump org.jsoup:jsoup from 1.22.1 to 1.22.2 (#8437)
  • build(deps): bump org.postgresql:postgresql from 42.7.10 to 42.7.11 (#8463)
  • build(deps): bump the actions-deps group with 8 updates (#8472)

See the full listing of changes

Version 12.2.1 (2026-04-11)

  • fix(core): correct xml schema validation handling without needing external access (#8272)
  • fix(deps): upgrade slf4j and logback (#8306)
  • fix(test): disable pnpm analyzer during test (#8305)
  • fix: Correct published/hosted suppressions namespace header and indent (#8258)
  • fix: Suppress noisy WARN logging from Apache Lucene within Maven and Ant plugins (#8248)
  • fix: #8140 AssemblyAnalyzer version resolution issue (#8352)
  • fix: #8140 fix version resolution
  • fix: #8140 hint azure_identity_library_for_.net
  • fix: #8356 narrow down VersionFilterAnalyzer scope to JAR files (#8358)
  • fix: correct parsing for CVSSv4 strings with Provider Urgency (#8377)
  • fix: evidence source in Retire JS analyzer (#8303)
  • fix: exclude deprecations from Yarn Berry audit results (#8380)
  • fix: improve PEAnalyzer reliability by migrating to maintained PE/COFF 4J library fork (#8245)

... (truncated)

Commits
  • 4aacdb1 build: prepare release v13.0.0
  • ea6c70d docs: move changelog to github releases
  • d10333c build(deps): bump logback from 1.5.32 to 1.5.34 (#8698)
  • ef5fba7 build(deps): bump open-vulnerability-clients from 9.0.5 to 9.0.6 (#8697)
  • 1547a6f chore!: drop deprecated configuration, integration options & Nexus V2 Search ...
  • cddad18 build(deps): bump org.apache.groovy:groovy-ant from 5.0.6 to 5.0.8 (#8692)
  • 78dfd95 build(deps): bump org.jsoup:jsoup from 1.22.2 to 1.23.1 (#8693)
  • 2d3be64 build(deps): bump com.fasterxml.jackson:jackson-bom from 2.22.0 to 2.22.1 (#8...
  • 57f6189 build(deps): bump httpcomponents.client.version from 5.6.2 to 5.6.3 (#8695)
  • 30af761 build(deps): bump commons-codec:commons-codec from 1.22.0 to 1.22.1 (#8696)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 8, 2026
@dependabot
dependabot Bot requested a review from rahilsh as a code owner August 8, 2026 09:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 8, 2026
Bumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.0 to 13.0.0.
- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)
- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](dependency-check/DependencyCheck@v12.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/org.owasp-dependency-check-maven-13.0.0 branch from 3504a6f to d8ad210 Compare August 8, 2026 11:17
@rahilsh
rahilsh merged commit 4d631b6 into main Aug 8, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/maven/org.owasp-dependency-check-maven-13.0.0 branch August 8, 2026 13:37
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