diff --git a/.classpath b/.classpath
index 7dfedc818c..b953470841 100644
--- a/.classpath
+++ b/.classpath
@@ -34,7 +34,7 @@
-
+
diff --git a/build.gradle b/build.gradle
index 66d800bbe2..04341a114f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -178,7 +178,7 @@ project('main') {
sourceSets.test.java.srcDirs = ['../../src/testcases']
dependencies {
- compile 'commons-codec:commons-codec:1.11'
+ compile 'commons-codec:commons-codec:1.12'
compile 'commons-logging:commons-logging:1.2'
compile 'org.apache.commons:commons-collections4:4.3'
compile 'org.apache.commons:commons-math3:3.6.1'
diff --git a/build.xml b/build.xml
index 8bfd20a69d..72c79fb566 100644
--- a/build.xml
+++ b/build.xml
@@ -172,9 +172,9 @@ under the License.
-
+
+ value="${repository.m2}/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.jar"/>
@@ -645,6 +645,7 @@ under the License.
+
diff --git a/maven/poi.pom b/maven/poi.pom
index b276b2aecc..04dfa8cb9f 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -76,7 +76,7 @@
commons-codec
commons-codec
- 1.11
+ 1.12
org.apache.commons
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index 6391d55ef7..a0e689f39b 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -123,7 +123,7 @@
commons-codec
commons-codec
- 1.11
+ 1.12
commons-logging