Skip to content

Commit f4ea5b9

Browse files
Merge pull request #362 from computer-science-engineering/renovate/jacoco-0.x
Update dependency jacoco to v0.8.13
2 parents 1c75f46 + 8ea4d42 commit f4ea5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.12'
36+
toolVersion = '0.8.13'
3737
}
3838
jacocoTestCoverageVerification {
3939
violationRules {

0 commit comments

Comments
 (0)