Skip to content

Commit a10a127

Browse files
author
jefffischer
committed
BroadleafCommerce#1559 - Upgrade Apache Commons Collections versions to mitigate security flaws
1 parent 68559c7 commit a10a127

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
@@ -479,14 +479,14 @@
479479
<dependency>
480480
<groupId>commons-collections</groupId>
481481
<artifactId>commons-collections</artifactId>
482-
<version>3.2.1</version>
482+
<version>3.2.2</version>
483483
<type>jar</type>
484484
<scope>compile</scope>
485485
</dependency>
486486
<dependency>
487487
<groupId>org.apache.commons</groupId>
488488
<artifactId>commons-collections4</artifactId>
489-
<version>4.0</version>
489+
<version>4.1</version>
490490
<type>jar</type>
491491
<scope>compile</scope>
492492
</dependency>

0 commit comments

Comments
 (0)