File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 8484 <exclusion >
8585 <groupId >commons-collections</groupId >
8686 <artifactId >commons-collections</artifactId >
87- </exclusion >
87+ </exclusion >
88+ <!-- Fix to exclude commons-beanutils 1.7 due to security vulnerability and bring in 1.9.4-->
89+ <exclusion >
90+ <groupId >commons-beanutils</groupId >
91+ <artifactId >commons-beanutils</artifactId >
92+ </exclusion >
8893 </exclusions >
8994 </dependency >
9095 <!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
9398 <groupId >commons-collections</groupId >
9499 <artifactId >commons-collections</artifactId >
95100 <version >3.2.2</version >
96- </dependency >
101+ </dependency >
102+ <!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
103+ <!-- 1.9.4 fixes vulnerability -->
104+ <dependency >
105+ <groupId >commons-beanutils</groupId >
106+ <artifactId >commons-beanutils</artifactId >
107+ <version >1.9.4</version >
108+ </dependency >
97109 <dependency >
98110 <groupId >commons-io</groupId >
99111 <artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments