This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 548ea5b6c64 [FLINK-39483][build] Bump dependency check maven plugin to 
12.2.1
548ea5b6c64 is described below

commit 548ea5b6c64b6bf66912630e681cb53b0f7590cc
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Apr 18 08:12:49 2026 +0200

    [FLINK-39483][build] Bump dependency check maven plugin to 12.2.1
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f27f6a95a68..e89e01f8764 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2452,16 +2452,18 @@ under the License.
                                        <!-- run via "mvn 
org.owasp:dependency-check-maven:aggregate" -->
                                        <groupId>org.owasp</groupId>
                                        
<artifactId>dependency-check-maven</artifactId>
-                                       <version>5.0.0-M2</version>
+                                       <version>12.2.1</version>
                                        <configuration>
                                                <format>ALL</format>
                                                
<skipSystemScope>true</skipSystemScope>
                                                
<skipProvidedScope>true</skipProvidedScope>
                                                <excludes>
+                                                       
<exclude>*flink-architecture-tests*</exclude>
                                                        
<exclude>*flink-docs</exclude>
                                                        
<exclude>*flink-end-to-end-tests</exclude>
                                                        
<exclude>*flink-fs-tests*</exclude>
                                                        
<exclude>*flink-yarn-tests*</exclude>
+                                                       
<exclude>*flink-test*</exclude>
                                                </excludes>
                                        </configuration>
                                </plugin>

Reply via email to