Skip to content

Commit 0828753

Browse files
committed
Update to Commons Collections 3.2.2 to avoid any potential remote code execution vulnerability
1 parent 42de525 commit 0828753

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
<!-- commons-httpclient/commons-httpclient-->
163163
<httpclient.classic.version>3.1</httpclient.classic.version>
164164
<commons.math3.version>3.4.1</commons.math3.version>
165+
<!-- managed up from 3.2.1 for SPARK-11652 -->
166+
<commons.collections.version>3.2.2</commons.collections.version>
165167
<scala.version>2.10.5</scala.version>
166168
<scala.binary.version>2.10</scala.binary.version>
167169
<jline.version>${scala.version}</jline.version>
@@ -475,6 +477,11 @@
475477
<artifactId>commons-math3</artifactId>
476478
<version>${commons.math3.version}</version>
477479
</dependency>
480+
<dependency>
481+
<groupId>org.apache.commons</groupId>
482+
<artifactId>commons-collections</artifactId>
483+
<version>${commons.collections.version}</version>
484+
</dependency>
478485
<dependency>
479486
<groupId>org.apache.ivy</groupId>
480487
<artifactId>ivy</artifactId>

0 commit comments

Comments
 (0)