diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index 78a62472d1c3f4559f4ad1ff3e640600d9320514..0a1b4ae2aa66f830d1691b956faf920f9b33fba2 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -179,7 +179,13 @@
             <plugin>
                 <groupId>org.owasp</groupId>
                 <artifactId>dependency-check-maven</artifactId>
-                <version>6.2.2</version>
+                <version>7.4.4</version>
+                <configuration>
+                    <!-- .Disable Net content-->
+                    <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
+                    <nugetconfAnalyzerEnabled>false</nugetconfAnalyzerEnabled>
+                    <nuspecAnalyzerEnabled>false</nuspecAnalyzerEnabled>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>