Skip to content

Commit 0e0cd58

Browse files
authored
fix: remove vulnerable transitive dependency - beanutils (#7705)
1 parent e49d28d commit 0e0cd58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,12 @@ Copyright (c) 2012 - Jeremy Long
992992
<groupId>commons-validator</groupId>
993993
<artifactId>commons-validator</artifactId>
994994
<version>1.9.0</version>
995+
<exclusions>
996+
<exclusion>
997+
<groupId>commons-beanutils</groupId>
998+
<artifactId>commons-beanutils</artifactId>
999+
</exclusion>
1000+
</exclusions>
9951001
</dependency>
9961002
<dependency>
9971003
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)