summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Arshad <arshad@apache.org>2022-05-05 08:25:19 +0200
committerEnrico Olivelli <eolivelli@apache.org>2022-05-05 08:25:35 +0200
commitaac008475b43772af980aa9a82162d64795826a5 (patch)
treef426f0f3373834aa0d9b0a9271ba037d7968be28
parent3f0810be303ee31cc458f3cb68d67fc3a8500117 (diff)
downloadzookeeper-aac008475b43772af980aa9a82162d64795826a5.tar.gz
ZOOKEEPER-4510: dependency-check:check failing - reload4j-1.2.19.jar: CVE-2020-9493, CVE-2022-23307
Upgraded dependency-check-maven plugin from 6.5.3 to 7.1.0 Author: Mohammad Arshad <arshad@apache.org> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Mate Szalay-Beko <symat@apache.org>, ZhangJian He <shoothzj@apache.org> Closes #1872 from arshadmohammad/ZOOKEEPER-4510-upgrade (cherry picked from commit 24073884e114c6d6a14d559dd74d219bc259792b) Signed-off-by: Enrico Olivelli <eolivelli@apache.org>
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 313755f2c..036ee0e4d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -798,7 +798,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>6.5.3</version>
+ <version>7.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>