From 3fde3c1bbe59aec078f1b159edd98cdf8a634635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 15:01:37 +0000 Subject: [PATCH] Bump com.github.nbaztec.coveralls-jacoco from 1.2.13 to 1.2.14 Bumps com.github.nbaztec.coveralls-jacoco from 1.2.13 to 1.2.14. --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60688ace6..05239eba9 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ buildscript { plugins { id "io.spring.dependency-management" version "1.0.11.RELEASE" - id "com.github.nbaztec.coveralls-jacoco" version "1.2.13" + id "com.github.nbaztec.coveralls-jacoco" version "1.2.14" id "com.github.spotbugs" version "4.7.9" id "com.diffplug.spotless" version "5.17.1" }