From da277d124e58d4e5201038156c8942893b3bc68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:08:54 -0700 Subject: [PATCH] Bump com.github.johnrengelman.shadow from 6.0.0 to 6.1.0 (#1167) Bumps com.github.johnrengelman.shadow from 6.0.0 to 6.1.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- servicetalk-benchmarks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicetalk-benchmarks/build.gradle b/servicetalk-benchmarks/build.gradle index dc2ce8f336..b587dde9f3 100644 --- a/servicetalk-benchmarks/build.gradle +++ b/servicetalk-benchmarks/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id "com.github.johnrengelman.shadow" version "6.0.0" + id "com.github.johnrengelman.shadow" version "6.1.0" id "me.champeau.gradle.jmh" version "0.5.2" }