Skip to content

Commit 1f67fd7

Browse files
fix(deps): update dependency jacoco to v0.8.12
1 parent 1c61c87 commit 1f67fd7

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.11"
74+
toolVersion = "0.8.12"
7575
}
7676

7777
tasks.jacocoTestReport {

0 commit comments

Comments
 (0)