From f98fdaec48fb43507daa5459b81f7f03a8a7e50b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:14:53 +0000 Subject: [PATCH] Update plugin com.github.nbaztec.coveralls-jacoco to v1.2.20 --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index eb6c55b..faa280d 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -16,7 +16,7 @@ plugins { // For Code coverage metrics jacoco - id("com.github.nbaztec.coveralls-jacoco") version "1.2.19" + id("com.github.nbaztec.coveralls-jacoco") version "1.2.20" } repositories {