Skip to content

Commit 27c29c8

Browse files
fix(deps): update dependency jacoco to v0.8.13
1 parent a91dadc commit 27c29c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/whitefox.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tasks.check {
7171
// region setup test coverage
7272

7373
jacoco {
74-
toolVersion = "0.8.12"
74+
toolVersion = "0.8.13"
7575
}
7676

7777
tasks.jacocoTestReport {

0 commit comments

Comments
 (0)