GP-6504: Upgrading jacoco to 0.8.14

This commit is contained in:
Ryan Kurtz
2026-02-27 05:17:22 -05:00
parent ddd94b932c
commit 631597c386
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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.
+4 -4
View File
@@ -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'
}
/*********************************************************************************