We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b658f commit 91a3382Copy full SHA for 91a3382
Formula/d/dependency-check.rb
@@ -1,8 +1,8 @@
1
class DependencyCheck < Formula
2
desc "OWASP dependency-check"
3
homepage "https://owasp.org/www-project-dependency-check/"
4
- url "https://github.com/jeremylong/DependencyCheck/releases/download/v11.1.0/dependency-check-11.1.0-release.zip"
5
- sha256 "c5b5b9e592682b700e17c28f489fe50644ef54370edeb2c53d18b70824de1e22"
+ url "https://github.com/jeremylong/DependencyCheck/releases/download/v11.1.1/dependency-check-11.1.1-release.zip"
+ sha256 "16f1c9de836a4e7353646d839cce36f0cfaf8db8d834b9eff9976b0854c9c423"
6
license "Apache-2.0"
7
head "https://github.com/jeremylong/DependencyCheck.git", branch: "main"
8
0 commit comments