This updates the project's dependencies, including:
switching from tools.deps.alpha to tools.deps
updating the dependency checker from 7.4.4 to 9.0.4
The latter change is breaking: dependency checker 9.0.x requires an API key from NIST and introduces a number of new properties that are replacements for previous properties.
I've been testing this locally with my own API key. I think clj-watson could include a default key but there really needs to be a way to specify and override the dependency-check.properties settings. Perhaps a local, optional properties file could be looked for and merged in? Or perhaps JVM options could be supported?
While I have the nvd.api.delay set to 2000 which should be the default for the API usage, some people have indicated they have needed to set higher values. It also seemed that omitting it did not work correctly, despite the DC library setting its own default.
This updates the project's dependencies, including:
tools.deps.alpha
totools.deps
The latter change is breaking: dependency checker 9.0.x requires an API key from NIST and introduces a number of new properties that are replacements for previous properties.
I've been testing this locally with my own API key. I think clj-watson could include a default key but there really needs to be a way to specify and override the
dependency-check.properties
settings. Perhaps a local, optional properties file could be looked for and merged in? Or perhaps JVM options could be supported?While I have the
nvd.api.delay
set to2000
which should be the default for the API usage, some people have indicated they have needed to set higher values. It also seemed that omitting it did not work correctly, despite the DC library setting its own default.