Skip to content

Commit 96ea3c0

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency jacoco to v0.8.12
1 parent 6e58d4b commit 96ea3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build-logic/verification/src/main/kotlin/build-logic.jacoco.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
jacoco {
24-
toolVersion = "0.8.11"
24+
toolVersion = "0.8.12"
2525
providers.gradleProperty("jacoco.version")
2626
.takeIf { it.isPresent }
2727
?.let { toolVersion = it.get() }

0 commit comments

Comments
 (0)