diff --git a/build.gradle b/build.gradle index acdbf823ca..6c18840908 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ project('main') { sourceSets.test.java.srcDirs = ['../../src/testcases'] dependencies { - compile 'commons-codec:commons-codec:1.10' + compile 'commons-codec:commons-codec:1.11' compile 'commons-logging:commons-logging:1.2' compile 'org.apache.commons:commons-collections4:4.1' compile 'org.apache.commons:commons-math3:3.6.1' diff --git a/build.xml b/build.xml index 407d4ab11a..793cc6e3ea 100644 --- a/build.xml +++ b/build.xml @@ -150,9 +150,9 @@ under the License. - + + value="${repository.m2}/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar"/> diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 57e42e400e..2ed5514aef 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -123,7 +123,7 @@ commons-codec commons-codec - 1.10 + 1.11 commons-logging