From 06dd508a1a138af0015cede4d8a8f687c4756e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 10:35:06 +0000 Subject: [PATCH] Bump publish-plugin from 1.0.0 to 1.1.0 Bumps [publish-plugin](https://github.com/gradle-nexus/publish-plugin) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/gradle-nexus/publish-plugin/releases) - [Commits](https://github.com/gradle-nexus/publish-plugin/compare/v1.0.0...v1.1.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 b1cae5cd0..84d5b1ff1 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { classpath "org.codehaus.groovy.modules.http-builder:http-builder:0.7.2" - classpath "io.github.gradle-nexus:publish-plugin:1.0.0" + classpath "io.github.gradle-nexus:publish-plugin:1.1.0" classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1' classpath "io.github.groovylang.groovydoc:groovydoc-gradle-plugin:1.0.1" classpath "org.grails:grails-gradle-plugin:$grailsVersion"