From c007d72862bca4e44c7cafad3ef455e7205f7da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 2 Jan 2021 13:49:21 +0100 Subject: [PATCH] dependency-check: Update to version 6.0.4 --- bucket/dependency-check.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dependency-check.json b/bucket/dependency-check.json index 2d18354fee..3009d03276 100644 --- a/bucket/dependency-check.json +++ b/bucket/dependency-check.json @@ -1,10 +1,10 @@ { - "homepage": "https://www.owasp.org/index.php/OWASP_Dependency_Check", + "version": "6.0.4", "description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.", + "homepage": "https://www.owasp.org/index.php/OWASP_Dependency_Check", "license": "Apache-2.0", - "version": "6.0.3", - "url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.3-release.zip", - "hash": "ca3787b523541c500df8b8fbb0d44df34613a15a9729bb9abd1e76b7be976c51", + "url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.4-release.zip", + "hash": "18b2a408aae5ff5fc9c00e471451e604fa0338cc8f8b535aba36b9dbce48426e", "extract_dir": "dependency-check", "bin": "bin\\dependency-check.bat", "suggest": { @@ -15,7 +15,7 @@ }, "checkver": { "url": "https://jeremylong.github.io/DependencyCheck/current.txt", - "re": "(.+)" + "regex": "(.+)" }, "autoupdate": { "url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-$version-release.zip",