From 7cf96c100969ad881c340e0e8318bfb1d2d6f2ab Mon Sep 17 00:00:00 2001 From: Marcin Arciszewski Date: Fri, 17 Oct 2025 16:06:45 +0100 Subject: [PATCH] feat: upgrade jacoco to 0.8.14 --- buildLogic/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildLogic/gradle/libs.versions.toml b/buildLogic/gradle/libs.versions.toml index 77661018..6a8cacf2 100644 --- a/buildLogic/gradle/libs.versions.toml +++ b/buildLogic/gradle/libs.versions.toml @@ -7,7 +7,7 @@ android-gradle = "8.8.1" # https://developer.android.com/studio/releases/gradle- buildconfig-gradle = "5.6.7" # https://github.com/gmazzo/gradle-buildconfig-plugin/releases detekt = "1.23.8" # https://github.com/detekt/detekt/releases hamcrest = "3.0" -jacoco-tool = "0.8.13" # https://github.com/jacoco/jacoco/releases +jacoco-tool = "0.8.14" # https://github.com/jacoco/jacoco/releases junit = "5.13.4" # https://github.com/junit-team/junit5/releases ktlint-gradle = "12.2.0" # https://github.com/JLLeitschuh/ktlint-gradle/releases ktlint-cli = "1.5.0" # https://github.com/pinterest/ktlint/releases