Skip to content

Commit b9f647a

Browse files
fix(deps): update dependency jacoco to v0.8.13
1 parent a48b48f commit b9f647a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/otel.jacoco-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
jacoco {
8-
toolVersion = "0.8.12"
8+
toolVersion = "0.8.13"
99
}
1010

1111
// https://docs.gradle.org/current/samples/sample_jvm_multi_project_with_code_coverage.html

0 commit comments

Comments
 (0)