This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 8075bff Bump owasp-dependencycheck to 6.4.1.1 (#381)
8075bff is described below
commit 8075bff55eb5f13992876900879915c8d9cf5206
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Nov 3 00:10:17 2021 +0100
Bump owasp-dependencycheck to 6.4.1.1 (#381)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 88d730c..1847a4b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ import java.time.format.DateTimeFormatter
plugins {
id "base"
id "com.palantir.consistent-versions" version "2.0.0"
- id "org.owasp.dependencycheck" version "5.3.0"
+ id "org.owasp.dependencycheck" version "6.4.1.1"
id 'de.thetaphi.forbiddenapis' version '3.2' apply false
id "de.undercouch.download" version "4.0.2" apply false
id "net.ltgt.errorprone" version "2.0.2" apply false