Skip to content

Commit 07d7987

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -540,14 +540,14 @@
540540
<dependency>
541541
<groupId>commons-collections</groupId>
542542
<artifactId>commons-collections</artifactId>
543-
<version>3.2.1</version>
543+
<version>3.2.2</version>
544544
<type>jar</type>
545545
<scope>compile</scope>
546546
</dependency>
547547
<dependency>
548548
<groupId>org.apache.commons</groupId>
549549
<artifactId>commons-collections4</artifactId>
550-
<version>4.0</version>
550+
<version>4.1</version>
551551
<type>jar</type>
552552
<scope>compile</scope>
553553
</dependency>

0 commit comments

Comments
 (0)