This is an automated email from the ASF dual-hosted git repository.
sanjaydutt pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new e87e8fbb676 Bump OWASP Dependency-Check to 12.1.3 (#3492)
e87e8fbb676 is described below
commit e87e8fbb676f3f420fd751004ecb41bdba690c55
Author: Sanjay Dutt <[email protected]>
AuthorDate: Sat Aug 23 17:13:57 2025 +0530
Bump OWASP Dependency-Check to 12.1.3 (#3492)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 21deff5900e..1ed79c9095c 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.16.0'
- id 'org.owasp.dependencycheck' version '9.0.8'
+ id 'org.owasp.dependencycheck' version '12.1.3'
id 'ca.cutterslade.analyze' version '1.10.0'
id 'de.thetaphi.forbiddenapis' version '3.9' apply false
id 'de.undercouch.download' version '5.5.0' apply false