From 4abc54587c5f06af6c09ec93ea9ae3ec7c677a9a Mon Sep 17 00:00:00 2001 From: Shawn Sherwood Date: Wed, 19 Oct 2022 11:18:37 -0700 Subject: [PATCH] Bumped dependency-check-gradle version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c050ce10f..42a53da99 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ buildscript { } dependencies { - classpath "org.owasp:dependency-check-gradle:7.2.1" + classpath "org.owasp:dependency-check-gradle:7.3.0" classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5" } }