From f56ae566d24841c78adeceaf8ff22102490390a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:58:44 +0000 Subject: [PATCH] Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.3.0 Bumps [io.github.gradle-nexus:publish-plugin](https://github.com/gradle-nexus/publish-plugin) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/gradle-nexus/publish-plugin/releases) - [Commits](https://github.com/gradle-nexus/publish-plugin/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: io.github.gradle-nexus:publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67e222fe794..e341bd70c56 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath "com.netflix.nebula:gradle-extra-configurations-plugin:2.2.0" - classpath "io.github.gradle-nexus:publish-plugin:1.1.0" + classpath "io.github.gradle-nexus:publish-plugin:1.3.0" classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1' classpath "io.github.groovylang.groovydoc:groovydoc-gradle-plugin:1.0.1" }