Skip to content

Commit c01c4eb

Browse files
Matt Whelansrowen
authored andcommitted
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 <mwhelan@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)
1 parent bb05982 commit c01c4eb

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
@@ -404,7 +404,7 @@
404404
<dependency>
405405
<groupId>commons-codec</groupId>
406406
<artifactId>commons-codec</artifactId>
407-
<version>1.5</version>
407+
<version>1.10</version>
408408
</dependency>
409409
<dependency>
410410
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)