Skip to content

Commit d222f4e

Browse files
author
jefffischer
committed
BroadleafCommerce#1559 - Upgrade Apache Commons Collections versions to mitigate security flaws
(cherry picked from commit a10a127)
1 parent 4d88880 commit d222f4e

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
@@ -504,14 +504,14 @@
504504
<dependency>
505505
<groupId>commons-collections</groupId>
506506
<artifactId>commons-collections</artifactId>
507-
<version>3.2.1</version>
507+
<version>3.2.2</version>
508508
<type>jar</type>
509509
<scope>compile</scope>
510510
</dependency>
511511
<dependency>
512512
<groupId>org.apache.commons</groupId>
513513
<artifactId>commons-collections4</artifactId>
514-
<version>4.0</version>
514+
<version>4.1</version>
515515
<type>jar</type>
516516
<scope>compile</scope>
517517
</dependency>

0 commit comments

Comments
 (0)