Skip to content

Commit 36872a0

Browse files
authored
Merge pull request ESAPI#513 from kwwall/issue-512
Close issue ESAPI#512 by updating to 1.9.4 of Commons Beans Util.
2 parents b76f726 + 694c97b commit 36872a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171
<dependency>
172172
<groupId>commons-beanutils</groupId>
173173
<artifactId>commons-beanutils</artifactId>
174-
<!-- We need to use 1.9.2 (or later) here to address CVE-2014-0114. -->
175-
<version>1.9.3</version>
174+
<!-- We need to use 1.9.4 (or later) here to address CVE-2014-0114 and CVE-2019-10086. -->
175+
<version>1.9.4</version>
176176
<!-- NOTE: commons-beanutils uses commons-collections 3.2.2. We use
177177
commons-collections 4.2. Package names are different so this shouldn't
178178
cause any problems as long as 3.x doesn't have any CVEs. May have to

0 commit comments

Comments
 (0)