Skip to content

Commit 3f1b558

Browse files
committed
docs: prepare release 9.1.0
1 parent c364269 commit 3f1b558

File tree

10 files changed

+19
-10
lines changed

10 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [Version 9.1.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v9.1.0) (2024-03-31)
4+
5+
- feat: Add v2 support for maven_install.json (#6528)
6+
- build(deps): bump open-vulnerability-client (#6554)
7+
- resolves update issues due to CVSS Metrics 4.0
8+
- build(deps): bump jackson.version from 2.16.0 to 2.16.1 (#6353)
9+
- build(deps): bump org.jsoup:jsoup from 1.16.2 to 1.17.2 (#6362)
10+
- build(deps): bump golang from 1.21.5-alpine to 1.22.1-alpine (#6506)
11+
312
## [Version 9.0.10](https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.10) (2024-03-15)
413

514
- fix: #4321 Suppress redis server CVEs for client libraries (#4321) (#6489)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the transitive dependencies of dependency-check to specific versions. For exampl
5151
dependencies {
5252
constraints {
5353
// org.owasp.dependencycheck needs at least this version of jackson. Other plugins pull in older versions..
54-
add("implementation", "com.fasterxml.jackson:jackson-bom:2.16.0")
54+
add("implementation", "com.fasterxml.jackson:jackson-bom:2.16.1")
5555
5656
// org.owasp.dependencycheck needs these versions. Other plugins pull in older versions..
5757
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
356356

357357
This product uses the NVD API but is not endorsed or certified by the NVD.
358358

359-
Copyright (c) 2012-2023 Jeremy Long. All Rights Reserved.
359+
Copyright (c) 2012-2024 Jeremy Long. All Rights Reserved.
360360

361361
[wiki]: https://github.com/jeremylong/DependencyCheck/wiki
362362
[notices]: https://github.com/jeremylong/DependencyCheck/blob/main/NOTICE.txt

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Supported |
66
| ---------|--------------------|
7-
| 9.0.0+ | :white_check_mark: |
7+
| 9.1.0+ | :white_check_mark: |
88
| <= 8.4.3 | :x: |
99

1010
## Reporting a Vulnerability

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>9.0.11-SNAPSHOT</version>
23+
<version>9.1.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-ant</artifactId>

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>9.0.11-SNAPSHOT</version>
23+
<version>9.1.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-plugin</artifactId>
2626
<name>Dependency-Check Plugin Archetype</name>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>9.0.11-SNAPSHOT</version>
23+
<version>9.1.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>9.0.11-SNAPSHOT</version>
23+
<version>9.1.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-core</artifactId>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>9.0.11-SNAPSHOT</version>
23+
<version>9.1.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-maven</artifactId>
2626
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
2020

2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>9.0.11-SNAPSHOT</version>
23+
<version>9.1.0-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>9.0.11-SNAPSHOT</version>
23+
<version>9.1.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-utils</artifactId>

0 commit comments

Comments
 (0)