From ba84def5275aacedd00a90378162e32a031d77d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 13 Sep 2018 01:14:21 +0000 Subject: [PATCH] Bump jacocoVersion from 0.7.4.201502262128 to 0.8.2 Bumps `jacocoVersion` from 0.7.4.201502262128 to 0.8.2. Updates `org.jacoco.ant` from 0.7.4.201502262128 to 0.8.2 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2) Updates `org.jacoco.agent` from 0.7.4.201502262128 to 0.8.2 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2) Updates `org.jacoco.core` from 0.7.4.201502262128 to 0.8.2 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2) Updates `org.jacoco.report` from 0.7.4.201502262128 to 0.8.2 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8e3c2ecff1..24aa741345 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ configurations.all { ext { supportLibraryVersion = '27.1.1' - jacocoVersion = "0.7.4.201502262128" + jacocoVersion = "0.8.2" travisBuild = System.getenv("TRAVIS") == "true"