From c7f415e5811a513338155d4b54c610e10f686d12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 02:14:47 +0000 Subject: [PATCH] Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0 Bumps gradle-nexus-staging-plugin from 0.21.2 to 0.22.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 e486523e..f17b998b 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ buildscript { classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.13' classpath 'net.ltgt.gradle:gradle-apt-plugin:0.21' - classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }