Skip to content

Commit 0fa05d9

Browse files
committed
Updating apache commons codec to the latest version.
1 parent f8ece35 commit 0fa05d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ds3-sdk-integration/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dependencies {
2+
compile 'commons-codec:commons-codec:1.10'
3+
}

ds3-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ artifacts {
4040

4141
dependencies {
4242
compile 'org.apache.httpcomponents:httpclient:4.3.2'
43-
compile 'commons-codec:commons-codec:1.8'
43+
compile 'commons-codec:commons-codec:1.10'
4444
compile 'commons-io:commons-io:2.1'
4545
compile 'org.codehaus.woodstox:woodstox-core-asl:4.2.0'
4646
compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.5.0'

0 commit comments

Comments
 (0)