diff --git a/.classpath b/.classpath
index d3744e86e8..a5a9fbdb83 100644
--- a/.classpath
+++ b/.classpath
@@ -34,14 +34,14 @@
-
+
-
+
diff --git a/build.gradle b/build.gradle
index 346d0774c8..2c8b15ff65 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.12'
+ compile 'commons-codec:commons-codec:1.13'
compile 'commons-logging:commons-logging:1.2'
compile 'org.apache.commons:commons-collections4:4.3'
compile 'org.apache.commons:commons-math3:3.6.1'
@@ -188,7 +188,7 @@ project('main') {
compile 'javax.activation:activation:1.1.1'
testCompile 'junit:junit:4.12'
- testCompile 'org.mockito:mockito-core:2.23.4'
+ testCompile 'org.mockito:mockito-core:3.0.0'
testCompile 'org.reflections:reflections:0.9.11'
}
diff --git a/build.xml b/build.xml
index 301249cc6c..8604752e5a 100644
--- a/build.xml
+++ b/build.xml
@@ -172,9 +172,9 @@ under the License.
-
+
+ value="${repository.m2}/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar"/>
@@ -188,12 +188,12 @@ under the License.
-
-
-
-
-
-
+
+
+
+
+
+
@@ -649,6 +649,7 @@ under the License.
+
@@ -677,16 +678,14 @@ under the License.
-
-
-
-
+
+
+
-
diff --git a/maven/poi.pom b/maven/poi.pom
index a99f1962fb..f53e22cb37 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -76,7 +76,7 @@
commons-codec
commons-codec
- 1.12
+ 1.13
org.apache.commons
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index 9fd676da09..0e368f00f4 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -123,7 +123,7 @@
commons-codec
commons-codec
- 1.12
+ 1.13
commons-logging