dependency-check: Update to version 12.1.3 (Close #6926)

This commit is contained in:
HUMORCE 2025-07-05 00:39:02 +00:00
parent 15b5564f60
commit 6fc71aa7d6
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -1,20 +1,19 @@
{ {
"version": "12.1.0", "version": "12.1.3",
"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",
"suggest": { "suggest": {
"JDK": "java/openjdk" "JDK": "java/openjdk"
}, },
"url": "https://github.com/jeremylong/DependencyCheck/releases/download/v12.1.0/dependency-check-12.1.0-release.zip", "url": "https://github.com/dependency-check/DependencyCheck/releases/download/v12.1.3/dependency-check-12.1.3-release.zip",
"hash": "0e5ba6ae58e753d5841048c6c8e495dbc4c7a4ea921a2b14daeac65195700532", "hash": "c79149ab46ce24b2c69d4734caa1afa4e62f128eec719733bb8f0eb406bdd0d6",
"extract_dir": "dependency-check", "extract_dir": "dependency-check",
"bin": "bin\\dependency-check.bat", "bin": "bin\\dependency-check.bat",
"checkver": { "checkver": {
"url": "https://jeremylong.github.io/DependencyCheck/current.txt", "github": "https://github.com/dependency-check/DependencyCheck"
"regex": "(.+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/jeremylong/DependencyCheck/releases/download/v$version/dependency-check-$version-release.zip" "url": "https://github.com/dependency-check/DependencyCheck/releases/download/v$version/dependency-check-$version-release.zip"
} }
} }