File tree Expand file tree Collapse file tree 10 files changed +19
-10
lines changed
Expand file tree Collapse file tree 10 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ the transitive dependencies of dependency-check to specific versions. For exampl
5151dependencies {
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
357357This 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments