File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 84
84
<exclusion >
85
85
<groupId >commons-collections</groupId >
86
86
<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 >
88
93
</exclusions >
89
94
</dependency >
90
95
<!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
93
98
<groupId >commons-collections</groupId >
94
99
<artifactId >commons-collections</artifactId >
95
100
<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 >
97
109
<dependency >
98
110
<groupId >commons-io</groupId >
99
111
<artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments