dependency-check: Update to version 6.4.1

This commit is contained in:
Richard Kuhnt 2021-10-11 22:00:30 +00:00
parent 49b92d678b
commit 546456aa1b

View File

@ -1,5 +1,5 @@
{ {
"version": "6.4.0", "version": "6.4.1",
"description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.", "description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.",
"homepage": "https://owasp.org/www-project-dependency-check/", "homepage": "https://owasp.org/www-project-dependency-check/",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,8 +9,8 @@
"java/openjdk" "java/openjdk"
] ]
}, },
"url": "https://github.com/jeremylong/DependencyCheck/releases/download/v6.4.0/dependency-check-6.4.0-release.zip", "url": "https://github.com/jeremylong/DependencyCheck/releases/download/v6.4.1/dependency-check-6.4.1-release.zip",
"hash": "584ed061b71727844697301ec27839b6a4830221d7c3a2dfcdb436dd4833b9e0", "hash": "d7eb3169bebc7f0235cc8c44e1cb342fb685cfab99dbe8ce58740f171f7890aa",
"extract_dir": "dependency-check", "extract_dir": "dependency-check",
"bin": "bin\\dependency-check.bat", "bin": "bin\\dependency-check.bat",
"checkver": { "checkver": {