We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2183d6 commit 7067804Copy full SHA for 7067804
pom.xml
@@ -185,8 +185,8 @@
185
<dependency>
186
<groupId>commons-beanutils</groupId>
187
<artifactId>commons-beanutils</artifactId>
188
- <!-- We need to use 1.9.4 (or later) here to address CVE-2014-0114 and CVE-2019-10086. -->
189
- <version>1.9.4</version>
+ <!-- We need to use 1.11.0 (or later) here to address CVE-2014-0114 and CVE-2019-10086. -->
+ <version>1.11.0</version>
190
<!-- NOTE: commons-beanutils uses commons-collections 3.2.2. We use
191
commons-collections 4.2. Package names are different so this shouldn't
192
cause any problems as long as 3.x doesn't have any CVEs. May have to
0 commit comments