You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
+
## Changes from 4.0.0 to 5.0.0
2
+
3
+
* Update `dependency-check-core` to the 12.x series ([12.1.0](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md#version-1210-2025-02-16))
4
+
* This upgrade required dropping support for Java 8, so nvd-clojure will no longer work with Java 8.
5
+
1
6
## Changes from 3.6.0 to 4.0.0
2
7
3
-
* Update `dependency-check-core` to the 9.x series ([9.0.8](https://github.com/jeremylong/DependencyCheck/blob/v9.0.8/CHANGELOG.md))
8
+
* Update `dependency-check-core` to the 9.x series ([9.0.8](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md#version-908-2024-01-06))
4
9
* This **requires** nvd-clojure users to request a NVD API key and configure it correctly.
5
10
* You can [obtain an API key](https://nvd.nist.gov/developers/request-an-api-key) in a few minutes - it's an automated process.
6
11
* Then, you can configure it in nvd-clojure by setting it in the `:nvd-api :key` path, or as a `NVD_API_TOKEN` environment variable.
0 commit comments