aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTakuya UESHIN <ueshin@happy-camper.st>2016-10-19 10:06:43 +0100
committerSean Owen <sowen@cloudera.com>2016-10-19 10:06:43 +0100
commit9540357ada7df1acfefa7b775c82675cd475244c (patch)
tree5c33040d3cdde8555b57fad79a79c3b0a2e67e3d /pom.xml
parentf39852e59883c214b0d007faffb406570ea3084b (diff)
downloadspark-9540357ada7df1acfefa7b775c82675cd475244c.tar.gz
spark-9540357ada7df1acfefa7b775c82675cd475244c.tar.bz2
spark-9540357ada7df1acfefa7b775c82675cd475244c.zip
[SPARK-17985][CORE] Bump commons-lang3 version to 3.5.
## What changes were proposed in this pull request? `SerializationUtils.clone()` of commons-lang3 (<3.5) has a bug that breaks thread safety, which gets stack sometimes caused by race condition of initializing hash map. See https://issues.apache.org/jira/browse/LANG-1251. ## How was this patch tested? Existing tests. Author: Takuya UESHIN <ueshin@happy-camper.st> Closes #15548 from ueshin/issues/SPARK-17985.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7d13c51b2a..aaf7cfa7eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
<!-- org.apache.commons/commons-lang/-->
<commons-lang2.version>2.6</commons-lang2.version>
<!-- org.apache.commons/commons-lang3/-->
- <commons-lang3.version>3.3.2</commons-lang3.version>
+ <commons-lang3.version>3.5</commons-lang3.version>
<datanucleus-core.version>3.2.10</datanucleus-core.version>
<janino.version>3.0.0</janino.version>
<jersey.version>2.22.2</jersey.version>