Repository: spark
Updated Branches:
  refs/heads/branch-1.3 dd977dfed -> 8c4561984


SPARK-5357: Update commons-codec version to 1.10 (current)

Resolves https://issues.apache.org/jira/browse/SPARK-5357

In commons-codec 1.5, Base64 instances are not thread safe.  That was only true 
from 1.4-1.6.

Author: Matt Whelan <mwhe...@perka.com>

Closes #4153 from MattWhelan/depsUpdate and squashes the following commits:

b4a91f4 [Matt Whelan] SPARK-5357: Update commons-codec version to 1.10 (current)

(cherry picked from commit c01c4ebcfe5c1a4a56a8987af596eca090c2cc2f)
Signed-off-by: Sean Owen <so...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8c456198
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8c456198
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8c456198

Branch: refs/heads/branch-1.3
Commit: 8c4561984e1ed89fbdf7c6803fb76e0cceeb7791
Parents: dd977df
Author: Matt Whelan <mwhe...@perka.com>
Authored: Mon Feb 16 23:05:34 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Mon Feb 16 23:05:43 2015 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8c456198/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2af02b4..34d4d42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.5</version>
+        <version>1.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to