From d2781d59c2842570a10bf1ea55f991894140c883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 21:26:16 +0000 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.2.0 Bumps io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.2.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a334fd1fa..fd2663154 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ // License https://www.backblaze.com/using_b2_code.html plugins { - id("io.github.gradle-nexus.publish-plugin") version "1.1.0" + id("io.github.gradle-nexus.publish-plugin") version "1.2.0" } nexusPublishing {