GP-4262: Upgrading jacoco to 0.8.11

This commit is contained in:
Ryan Kurtz 2024-01-30 10:13:21 -05:00
parent b3c19de3dd
commit 8520cce82d
2 changed files with 4 additions and 4 deletions

View File

@ -31,8 +31,8 @@
apply plugin:'jacoco'
dependencies {
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.8'
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.8'
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.11'
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.11'
}
// Clean any jacoco files that may have been left behind previously.

View File

@ -18,8 +18,8 @@ import groovy.io.FileType;
apply plugin:'jacoco'
dependencies {
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.8'
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.8'
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.11'
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.11'
}
/*********************************************************************************