Skip to content

Commit 79f4480

Browse files
author
jefffischer
committed
BroadleafCommerce/QA#1585 - Upgrade Apache Commons Collections to mitigate security vulnerability
(cherry picked from commit 62ecc11) (cherry picked from commit 75f10bd)
1 parent 0679987 commit 79f4480

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
@@ -598,14 +598,14 @@
598598
<dependency>
599599
<groupId>commons-collections</groupId>
600600
<artifactId>commons-collections</artifactId>
601-
<version>3.2.1</version>
601+
<version>3.2.2</version>
602602
<type>jar</type>
603603
<scope>compile</scope>
604604
</dependency>
605605
<dependency>
606606
<groupId>org.apache.commons</groupId>
607607
<artifactId>commons-collections4</artifactId>
608-
<version>4.0</version>
608+
<version>4.1</version>
609609
<type>jar</type>
610610
<scope>compile</scope>
611611
</dependency>

0 commit comments

Comments
 (0)