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: README.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,29 @@ Documentation and links to production binary releases can be found on the [githu
12
12
13
13
This product uses the NVD API but is not endorsed or certified by the NVD.
14
14
15
+
## Mandatory Upgrade to 12.1.0+
16
+
17
+
Due to NVD API compatiiblity changes, an upgrade is mandatory. See [#7463](https://github.com/dependency-check/DependencyCheck/issues/7463) for more information.
15
18
16
19
## Breaking Changes in 11.0.0
17
20
18
-
- Java 11 is now required to run dependency-check 11.0.0 or higher
21
+
- Java 11 is now required to run dependency-check `11.0.0` or higher
19
22
- H2 database upgrade
20
23
21
-
11.0.0 contains breaking changes using the local H2 database. A full download
24
+
`11.0.0` contains breaking changes using the local H2 database. A full download
22
25
of the NVD data will occur. Note that if you are using a shared data directory
23
26
the h2 database file is not compatible with older versions of dependency-check.
24
27
If you run into problems you may need to run a purge:
0 commit comments