This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 688c69c19 ZOOKEEPER-4721: Upgrade OWASP Dependency Check to 8.3.1
688c69c19 is described below
commit 688c69c19dc64836e91dc9ae97aeaeaf462f0556
Author: Andor Molnar <[email protected]>
AuthorDate: Tue Jul 18 15:34:22 2023 +0200
ZOOKEEPER-4721: Upgrade OWASP Dependency Check to 8.3.1
Author: Andor Molnar <[email protected]>
Reviewers: [email protected]
Closes #2035 from anmolnar/ZOOKEEPER-4721
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 07a6460c0..01cf9bc92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -882,7 +882,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>7.1.0</version>
+ <version>8.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>