From e06aeb12f6ff7c1e1be4c401926e0594b1aee8d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:20:43 +0000 Subject: [PATCH] fix(deps): update dependency jacoco to v0.8.13 --- conventions/src/main/kotlin/otel.jacoco-conventions.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conventions/src/main/kotlin/otel.jacoco-conventions.gradle.kts b/conventions/src/main/kotlin/otel.jacoco-conventions.gradle.kts index 7ba6c17bcc38..f619f260c69a 100644 --- a/conventions/src/main/kotlin/otel.jacoco-conventions.gradle.kts +++ b/conventions/src/main/kotlin/otel.jacoco-conventions.gradle.kts @@ -3,7 +3,7 @@ plugins { } jacoco { - toolVersion = "0.8.12" + toolVersion = "0.8.13" } tasks {