This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new beefa2a300 NIFI-13588 bumped maven-dependency-check to 10.0.3 (#9118)
beefa2a300 is described below
commit beefa2a3001d066c005743f5e270ce09274eda6d
Author: Joe Witt <[email protected]>
AuthorDate: Sat Jul 27 06:47:33 2024 -0700
NIFI-13588 bumped maven-dependency-check to 10.0.3 (#9118)
Signed-off-by: David Handermann <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index db22b4db48..dd18e7a957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1082,7 +1082,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>10.0.1</version>
+ <version>10.0.3</version>
<executions>
<execution>
<inherited>false</inherited>