Skip to content

Commit 6c3a8fb

Browse files
fix(deps): update dependency jacoco to v0.8.14
1 parent a91dadc commit 6c3a8fb

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.14"
7575
}
7676

7777
tasks.jacocoTestReport {

0 commit comments

Comments
 (0)