Skip to content

Commit 6204e2c

Browse files
fix(deps): update dependency jacoco to v0.8.14 (#7746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74802e8 commit 6204e2c

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.13"
8+
toolVersion = "0.8.14"
99
}
1010

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

0 commit comments

Comments
 (0)