From dbc1bc65862ed3ffe34a7c2e7d9fb2889987473c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:29:04 +0000 Subject: [PATCH] Bump com.github.kt3k.coveralls from 2.8.2 to 2.11.0 Bumps com.github.kt3k.coveralls from 2.8.2 to 2.11.0. 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..1d2a4de 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.11.0' id 'com.github.spotbugs' version '1.6.5' id 'net.researchgate.release' version '2.6.0' }