From ac8a5bb0d4b272adf08c2cf7922330b9a7c44b7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 04:33:01 +0000 Subject: [PATCH] Bump gradle-nexus-staging-plugin from 0.21.1 to 0.21.2 Bumps [gradle-nexus-staging-plugin](https://github.com/Codearte/gradle-nexus-staging-plugin) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/Codearte/gradle-nexus-staging-plugin/releases) - [Changelog](https://github.com/Codearte/gradle-nexus-staging-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/Codearte/gradle-nexus-staging-plugin/compare/release/0.21.1...release/0.21.2) 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 1f7112c..df7676a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { repositories.gradlePluginPortal() - dependencies.classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1" + dependencies.classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2" } apply plugin: 'java-library'