This repository was archived by the owner on Sep 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +19
-9
lines changed
Expand file tree Collapse file tree 8 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ Version 9.0.9] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.9 ) (2024-01-17)
4+
5+ - fix: for #6374 to delete non-empty directories (#6375 )
6+ - fix: NoSuchMethodError closeQuietly(java.io.Closeable[ ] ) (#6377 )
7+ - chore: close stream to prevent possible resource leak (#6382 )
8+ - docs: Document default for CLI --data (#6359 )
9+ - docs: document gradle build (#6371 )
10+
11+ See the full listing of [ changes] ( https://github.com/jeremylong/DependencyCheck/milestone/79?closed=1 ) .
12+
313## [ Version 9.0.8] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v9.0.8 ) (2024-01-06)
414
515- fix: favor stability over performance (#6349 )
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.9 -SNAPSHOT</version >
23+ <version >9.0.10 -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 >9.0.9 -SNAPSHOT</version >
23+ <version >9.0.10 -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>2024-01-06T12:05:07Z </project .build.outputTimestamp>
30+ <project .build.outputTimestamp>2024-01-17T10:26:49Z </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 >9.0.9 -SNAPSHOT</version >
23+ <version >9.0.10 -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.9 -SNAPSHOT</version >
23+ <version >9.0.10 -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.9 -SNAPSHOT</version >
23+ <version >9.0.10 -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.9 -SNAPSHOT</version >
23+ <version >9.0.10 -SNAPSHOT</version >
2424 <packaging >pom</packaging >
2525
2626 <modules >
@@ -112,7 +112,7 @@ Copyright (c) 2012 - Jeremy Long
112112 </licenses >
113113 <properties >
114114 <!-- reproducible build-->
115- <project .build.outputTimestamp>2024-01-06T12:05:07Z </project .build.outputTimestamp>
115+ <project .build.outputTimestamp>2024-01-17T10:26:49Z </project .build.outputTimestamp>
116116 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
117117 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
118118 <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 >9.0.9 -SNAPSHOT</version >
23+ <version >9.0.10 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-utils</artifactId >
You can’t perform that action at this time.
0 commit comments