From 3f1b558dd3e3e5e296b26e7bad010564ff90fe7e Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 31 Mar 2024 07:35:40 -0400 Subject: [PATCH] docs: prepare release 9.1.0 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- SECURITY.md | 2 +- ant/pom.xml | 2 +- archetype/pom.xml | 2 +- cli/pom.xml | 2 +- core/pom.xml | 2 +- maven/pom.xml | 2 +- pom.xml | 2 +- utils/pom.xml | 2 +- 10 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 733e07823a9..07fcb995a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [Version 9.1.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v9.1.0) (2024-03-31) + +- feat: Add v2 support for maven_install.json (#6528) +- build(deps): bump open-vulnerability-client (#6554) + - resolves update issues due to CVSS Metrics 4.0 +- build(deps): bump jackson.version from 2.16.0 to 2.16.1 (#6353) +- build(deps): bump org.jsoup:jsoup from 1.16.2 to 1.17.2 (#6362) +- build(deps): bump golang from 1.21.5-alpine to 1.22.1-alpine (#6506) + ## [Version 9.0.10](https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.10) (2024-03-15) - fix: #4321 Suppress redis server CVEs for client libraries (#4321) (#6489) diff --git a/README.md b/README.md index db68da84001..58faaf7a960 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ the transitive dependencies of dependency-check to specific versions. For exampl dependencies { constraints { // org.owasp.dependencycheck needs at least this version of jackson. Other plugins pull in older versions.. - add("implementation", "com.fasterxml.jackson:jackson-bom:2.16.0") + add("implementation", "com.fasterxml.jackson:jackson-bom:2.16.1") // org.owasp.dependencycheck needs these versions. Other plugins pull in older versions.. add("implementation", "org.apache.commons:commons-lang3:3.14.0") @@ -356,7 +356,7 @@ Dependency-Check makes use of several other open source libraries. Please see th This product uses the NVD API but is not endorsed or certified by the NVD. -Copyright (c) 2012-2023 Jeremy Long. All Rights Reserved. +Copyright (c) 2012-2024 Jeremy Long. All Rights Reserved. [wiki]: https://github.com/jeremylong/DependencyCheck/wiki [notices]: https://github.com/jeremylong/DependencyCheck/blob/main/NOTICE.txt diff --git a/SECURITY.md b/SECURITY.md index a1b9d65547e..089e555cbde 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | | ---------|--------------------| -| 9.0.0+ | :white_check_mark: | +| 9.1.0+ | :white_check_mark: | | <= 8.4.3 | :x: | ## Reporting a Vulnerability diff --git a/ant/pom.xml b/ant/pom.xml index 479d283ee67..13d6752a850 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 9.0.11-SNAPSHOT + 9.1.0-SNAPSHOT dependency-check-ant diff --git a/archetype/pom.xml b/archetype/pom.xml index 690c94657af..cefc597b02e 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 9.0.11-SNAPSHOT + 9.1.0-SNAPSHOT dependency-check-plugin Dependency-Check Plugin Archetype diff --git a/cli/pom.xml b/cli/pom.xml index 7f7588c2c82..24c44db7be2 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 9.0.11-SNAPSHOT + 9.1.0-SNAPSHOT dependency-check-cli diff --git a/core/pom.xml b/core/pom.xml index 406cab0eb44..33e767ef45a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 9.0.11-SNAPSHOT + 9.1.0-SNAPSHOT dependency-check-core diff --git a/maven/pom.xml b/maven/pom.xml index 5bec2e11736..bac84cc581c 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 9.0.11-SNAPSHOT + 9.1.0-SNAPSHOT dependency-check-maven maven-plugin diff --git a/pom.xml b/pom.xml index 227eea8edf1..1f6b6b7c77c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 9.0.11-SNAPSHOT + 9.1.0-SNAPSHOT pom diff --git a/utils/pom.xml b/utils/pom.xml index 4ca5b7c10b8..2af5dbe1bf4 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 9.0.11-SNAPSHOT + 9.1.0-SNAPSHOT dependency-check-utils