Skip to content

Commit 4fb0832

Browse files
Update dependency jacoco to v0.8.13
1 parent 852d8ea commit 4fb0832

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)