diff --git a/build.gradle b/build.gradle index 7aa362a90..ed3c55224 100644 --- a/build.gradle +++ b/build.gradle @@ -138,7 +138,7 @@ subprojects { } jacoco { - toolVersion = '0.7.9' + toolVersion = '0.8.2' } // ensure the build-dir exists diff --git a/build.xml b/build.xml index 46ac73cb9..e630ce39e 100644 --- a/build.xml +++ b/build.xml @@ -220,8 +220,8 @@ under the License. value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar"/> - - + + @@ -617,6 +617,7 @@ under the License. + @@ -629,6 +630,7 @@ under the License. + diff --git a/sonar/pom.xml b/sonar/pom.xml index 388cabd0d..b14770962 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -141,7 +141,7 @@ org.jacoco jacoco-maven-plugin - 0.7.8 + 0.8.2