Skip to content

Commit 548ea5b

Browse files
authored
[FLINK-39483][build] Bump dependency check maven plugin to 12.2.1
1 parent f33b821 commit 548ea5b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2452,16 +2452,18 @@ under the License.
24522452
<!-- run via "mvn org.owasp:dependency-check-maven:aggregate" -->
24532453
<groupId>org.owasp</groupId>
24542454
<artifactId>dependency-check-maven</artifactId>
2455-
<version>5.0.0-M2</version>
2455+
<version>12.2.1</version>
24562456
<configuration>
24572457
<format>ALL</format>
24582458
<skipSystemScope>true</skipSystemScope>
24592459
<skipProvidedScope>true</skipProvidedScope>
24602460
<excludes>
2461+
<exclude>*flink-architecture-tests*</exclude>
24612462
<exclude>*flink-docs</exclude>
24622463
<exclude>*flink-end-to-end-tests</exclude>
24632464
<exclude>*flink-fs-tests*</exclude>
24642465
<exclude>*flink-yarn-tests*</exclude>
2466+
<exclude>*flink-test*</exclude>
24652467
</excludes>
24662468
</configuration>
24672469
</plugin>

0 commit comments

Comments
 (0)