From 861bade3625dab72d905bd7a316c6f9f4086d65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 12:03:19 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 0.18.0 to 0.19.0 Bumps com.gradle.plugin-publish from 0.18.0 to 0.19.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index ae5bbbecbd..7e073e923b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,7 @@ pluginManagement { plugins { id 'com.diffplug.spotless' version '6.1.0' // https://plugins.gradle.org/plugin/com.gradle.plugin-publish - id 'com.gradle.plugin-publish' version '0.18.0' + id 'com.gradle.plugin-publish' version '0.19.0' // https://github.com/gradle-nexus/publish-plugin/releases id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' // https://github.com/spotbugs/spotbugs-gradle-plugin/releases