diff --git a/gradle/jacocoProject.gradle b/gradle/jacocoProject.gradle index 2154200101..a953c86d40 100644 --- a/gradle/jacocoProject.gradle +++ b/gradle/jacocoProject.gradle @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -31,8 +31,8 @@ apply plugin:'jacoco' dependencies { - jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.11' - jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.11' + jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.14' + jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.14' } // Clean any jacoco files that may have been left behind previously. diff --git a/gradle/root/jacoco.gradle b/gradle/root/jacoco.gradle index f821464391..5031bc8279 100644 --- a/gradle/root/jacoco.gradle +++ b/gradle/root/jacoco.gradle @@ -4,9 +4,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,8 +18,8 @@ import groovy.io.FileType; apply plugin:'jacoco' dependencies { - jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.11' - jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.11' + jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.14' + jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.14' } /*********************************************************************************