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

commit fe90baae8ceb669e1c42c0a1f16d8d18187543c8
Author: Joseph Witt <joew...@apache.org>
AuthorDate: Wed May 8 22:43:26 2024 -0700

    NIFI-13188 Upgraded dependency-check plugin from 8.4.3 to 9.1.0
    
    This closes #8784
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 71db4df5e5..89660403d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1194,7 +1194,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>8.4.3</version>
+                        <version>9.1.0</version>
                         <executions>
                             <execution>
                                 <inherited>false</inherited>

Reply via email to