After upgrading to version 11.0.0, the dependency check is failing with the following error. I am using Java 11 and have executed mvn org.owasp:dependency-check-maven:9.0.0:purge as suggested
here
org.owasp.dependencycheck.data.nvdcve.DatabaseException: Unable to connect to the database - if this error persists it may be due to a corrupt database. Consider running `purge` to delete the existing database
at org.owasp.dependencycheck.Engine.throwFatalDatabaseException(Engine.java:751)
at org.owasp.dependencycheck.Engine.initializeAndUpdateDatabase(Engine.java:730)
at org.owasp.dependencycheck.Engine.analyzeDependencies(Engine.java:637)
After upgrading to version 11.0.0, the dependency check is failing with the following error. I am using Java 11 and have executed
mvn org.owasp:dependency-check-maven:9.0.0:purgeas suggestedhere