diff --git a/.classpath b/.classpath
index 09782c9055..b668ce8c03 100644
--- a/.classpath
+++ b/.classpath
@@ -34,7 +34,7 @@
-
+
diff --git a/build.gradle b/build.gradle
index b71bf66cf2..e1904925ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -92,7 +92,7 @@ subprojects {
version = '4.1.3-SNAPSHOT'
ext {
- commonsCodecVersion = '1.13'
+ commonsCodecVersion = '1.14'
commonsCompressVersion = '1.20'
commonsMathVersion = '3.6.1'
japicmpversion = '4.1.2'
diff --git a/build.xml b/build.xml
index bf3b349329..7b54e82ce3 100644
--- a/build.xml
+++ b/build.xml
@@ -172,9 +172,9 @@ under the License.
-
+
+ value="${repository.m2}/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.jar"/>
@@ -655,6 +655,7 @@ under the License.
+
diff --git a/maven/poi.pom b/maven/poi.pom
index 87a4371715..367d308120 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -76,7 +76,7 @@
commons-codec
commons-codec
- 1.13
+ 1.14
org.apache.commons
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index 19c7b79430..37ab22980d 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -123,7 +123,7 @@
commons-codec
commons-codec
- 1.13
+ 1.14
com.zaxxer