From b754735950e2211920a5e6d1e5b9ebb9fb5aa511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:29:28 +0000 Subject: [PATCH] Bump io.github.gradle-nexus:publish-plugin from 2.0.0-rc-1 to 2.0.0 Bumps [io.github.gradle-nexus:publish-plugin](https://github.com/gradle-nexus/publish-plugin) from 2.0.0-rc-1 to 2.0.0. - [Release notes](https://github.com/gradle-nexus/publish-plugin/releases) - [Commits](https://github.com/gradle-nexus/publish-plugin/compare/v2.0.0-rc-1...v2.0.0) --- updated-dependencies: - dependency-name: io.github.gradle-nexus:publish-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b7774f84a..9cc1c10c1d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath 'gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1' classpath 'net.ltgt.gradle:gradle-errorprone-plugin:3.1.0' - classpath "io.github.gradle-nexus:publish-plugin:2.0.0-rc-1" + classpath "io.github.gradle-nexus:publish-plugin:2.0.0" classpath 'org.shipkit:shipkit-changelog:2.0.1' classpath 'org.shipkit:shipkit-auto-version:2.0.6'