From 2427c9b6e6ff3af57e6a6fc84fe127e216e9d7db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 05:24:16 +0000 Subject: [PATCH] Bump com.github.kt3k.coveralls from 2.8.2 to 2.10.1 Bumps com.github.kt3k.coveralls from 2.8.2 to 2.10.1. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f8848d8..2c132e7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'jacoco' - id 'com.github.kt3k.coveralls' version '2.8.2' + id 'com.github.kt3k.coveralls' version '2.10.1' id 'com.github.spotbugs' version '1.6.5' id 'net.researchgate.release' version '2.6.0' }