From 577c3eaf41b7b34d108ce99150858b658e06616a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:25:11 +0000 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 1.0.0 to 1.1.0 Bumps io.github.gradle-nexus.publish-plugin from 1.0.0 to 1.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 066bee9..227404a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.sonarqube") version "3.4.0.2513" id("pl.allegro.tech.build.axion-release") version "1.13.2" id("com.adarshr.test-logger") version "3.2.0" - id("io.github.gradle-nexus.publish-plugin") version "1.0.0" + id("io.github.gradle-nexus.publish-plugin") version "1.1.0" } repositories {