From 87d6e9e3dae674d8434bfe9bef8666b0429ad8bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 15:09:41 +0000 Subject: [PATCH] Update dependency jacoco to v0.8.10 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9955af69..14f6a780 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,7 +99,7 @@ subprojects { // Only run Jacoco in the test phase, not the integration test phase jacoco { - toolVersion = "0.8.8" + toolVersion = "0.8.10" } }