File tree Expand file tree Collapse file tree 8 files changed +20
-10
lines changed
Expand file tree Collapse file tree 8 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ Version 12.1.0] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v12.1.0 ) (2025-02-16)
4+
5+ - build(deps): bump open-vulnerability-client to 7.2.2 (#7407 )
6+ - resolves issue with downloading data from the NVD (#7406 )
7+ - fix: Improve thread safety issue #7338 alternative (#7367 )
8+ - feat: Implement Yarn Berry Analyser (#7319 )
9+
10+ See the full listing of [ changes] (https://github.com/jeremylong/DependencyCheck/milestone/94?closed=1
11+
312## [ Version 12.0.2] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.2 ) (2025-01-29)
413
514- fix: correct JSON report error (#7350 )
@@ -29,7 +38,8 @@ See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/
2938
3039## [ Version 12.0.0] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.0 ) (2025-01-11)
3140
32- - feat: report on CVSS v4 (#7204 )
41+ - BREAKING CHANGE: report on CVSS v4 (#7204 )
42+ - the schema has been updated to include CVSS v4 for JSON and XML reports
3343- feat: show from which dependency the CVE comes in failure report (#7224 )
3444- feat: Use Maven settings decryption API for decrypting secrets from settings.xml (#7284 )
3545- feat: Extend authentication to support Bearer token for many resources (#7277 )
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 >12.0.3 -SNAPSHOT</version >
23+ <version >12.1.1 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-ant</artifactId >
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.0.3 -SNAPSHOT</version >
23+ <version >12.1.1 -SNAPSHOT</version >
2424 </parent >
2525 <artifactId >dependency-check-plugin</artifactId >
2626 <name >Dependency-Check Plugin Archetype</name >
2727 <packaging >jar</packaging >
2828 <properties >
2929 <!-- reproducible build-->
30- <project .build.outputTimestamp>2025-01-30T12:25:47Z </project .build.outputTimestamp>
30+ <project .build.outputTimestamp>2025-02-16T14:08:32Z </project .build.outputTimestamp>
3131 </properties >
3232 <scm >
3333 <connection >scm:git:https://github.com/jeremylong/DependencyCheck.git</connection >
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 >12.0.3 -SNAPSHOT</version >
23+ <version >12.1.1 -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 >12.0.3 -SNAPSHOT</version >
23+ <version >12.1.1 -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 >12.0.3 -SNAPSHOT</version >
23+ <version >12.1.1 -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 >12.0.3 -SNAPSHOT</version >
23+ <version >12.1.1 -SNAPSHOT</version >
2424 <packaging >pom</packaging >
2525
2626 <modules >
@@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long
113113 <properties >
114114 <maven .compiler.release>11</maven .compiler.release>
115115 <!-- reproducible build-->
116- <project .build.outputTimestamp>2025-01-30T12:25:47Z </project .build.outputTimestamp>
116+ <project .build.outputTimestamp>2025-02-16T14:08:32Z </project .build.outputTimestamp>
117117 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
118118 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
119119 <github .global.server>github</github .global.server>
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 >12.0.3 -SNAPSHOT</version >
23+ <version >12.1.1 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-utils</artifactId >
You can’t perform that action at this time.
0 commit comments