From 9540357ada7df1acfefa7b775c82675cd475244c Mon Sep 17 00:00:00 2001 From: Takuya UESHIN Date: Wed, 19 Oct 2016 10:06:43 +0100 Subject: [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 Closes #15548 from ueshin/issues/SPARK-17985. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 7d13c51b2a..aaf7cfa7eb 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ 2.6 - 3.3.2 + 3.5 3.2.10 3.0.0 2.22.2 -- cgit v1.2.3