Skip to content

Commit ae547f3

Browse files
Merge pull request #333 from computer-science-engineering/renovate/jacoco-0.x
Update dependency jacoco to v0.8.12
2 parents 8e045e5 + 7009c17 commit ae547f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'application'
3333
// https://stackoverflow.com/questions/46233314/gradle-android-jacoco-and-junit5
3434
apply plugin: 'jacoco'
3535
jacoco {
36-
toolVersion = '0.8.11'
36+
toolVersion = '0.8.12'
3737
}
3838
jacocoTestCoverageVerification {
3939
violationRules {

0 commit comments

Comments
 (0)