From ee8cf3b954597a1dc653dd355b57dda9f616b395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:15:31 +0000 Subject: [PATCH] Bump com.github.nbaztec.coveralls-jacoco from 1.2.5 to 1.2.19 Bumps com.github.nbaztec.coveralls-jacoco from 1.2.5 to 1.2.19. --- 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 b37eab3..dcc35a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ plugins { id("jacoco") `maven-publish` signing - id("com.github.nbaztec.coveralls-jacoco") version "1.2.5" + id("com.github.nbaztec.coveralls-jacoco") version "1.2.19" id("org.jmailen.kotlinter") version "3.3.0" id("io.gitlab.arturbosch.detekt") version "1.16.0" id("io.github.gradle-nexus.publish-plugin") version "1.3.0"