Skip to content

Commit 628a72f

Browse files
punyasrowen
authored andcommitted
[SPARK-6731] Bump version of apache commons-math3
Version 3.1.1 is two years old and the newer version includes approximate percentile statistics (among other things). Author: Punyashloka Biswal <[email protected]> Closes apache#5380 from punya/patch-1 and squashes the following commits: 226622b [Punyashloka Biswal] Bump version of apache commons-math3
1 parent 77eeb10 commit 628a72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<aws.java.sdk.version>1.8.3</aws.java.sdk.version>
148148
<aws.kinesis.client.version>1.1.0</aws.kinesis.client.version>
149149
<commons.httpclient.version>4.2.6</commons.httpclient.version>
150-
<commons.math3.version>3.1.1</commons.math3.version>
150+
<commons.math3.version>3.4.1</commons.math3.version>
151151
<test_classpath_file>${project.build.directory}/spark-test-classpath.txt</test_classpath_file>
152152
<scala.version>2.10.4</scala.version>
153153
<scala.binary.version>2.10</scala.binary.version>

0 commit comments

Comments
 (0)