Repository: spark
Updated Branches:
  refs/heads/master bb05982dd -> c01c4ebcf


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)


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

Branch: refs/heads/master
Commit: c01c4ebcfe5c1a4a56a8987af596eca090c2cc2f
Parents: bb05982
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:34 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/c01c4ebc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6810d71..bb355bf 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