Skip to content

Commit

Permalink
GP-4262: Upgrading jacoco to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Jan 30, 2024
1 parent b3c19de commit 8520cce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/jacocoProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions gradle/root/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

/*********************************************************************************
Expand Down

0 comments on commit 8520cce

Please sign in to comment.