From 5a1a9dc53ccfe3378d6e4057ca29496d078f5937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:36:19 +0000 Subject: [PATCH] Bump com.github.nbaztec.coveralls-jacoco from 1.2.16 to 1.2.17 Bumps com.github.nbaztec.coveralls-jacoco from 1.2.16 to 1.2.17. --- updated-dependencies: - dependency-name: com.github.nbaztec.coveralls-jacoco dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4f8170b..b13ab7d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") version "1.9.10" jacoco `jacoco-report-aggregation` - id("com.github.nbaztec.coveralls-jacoco") version "1.2.16" + id("com.github.nbaztec.coveralls-jacoco") version "1.2.17" } val githubUsername by extra { System.getenv("GH_USERNAME") ?: project.findProperty("GH_USERNAME") as String? ?: "cc-jhr" }