From d30ff4d445f9796fe25a98e30437360f667e556c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:44:11 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.2.1 to 2.0.0 Bumps com.gradle.plugin-publish from 1.2.1 to 2.0.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/build.gradle.kts | 2 +- kordex/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/build.gradle.kts b/docker/build.gradle.kts index 6d8baa2..d029762 100644 --- a/docker/build.gradle.kts +++ b/docker/build.gradle.kts @@ -9,7 +9,7 @@ plugins { `signed-plugin` } - id("com.gradle.plugin-publish") version "1.2.1" + id("com.gradle.plugin-publish") version "2.0.0" } repositories { diff --git a/kordex/build.gradle.kts b/kordex/build.gradle.kts index 933bedf..55c4d03 100644 --- a/kordex/build.gradle.kts +++ b/kordex/build.gradle.kts @@ -8,7 +8,7 @@ plugins { `signed-plugin` } - id("com.gradle.plugin-publish") version "1.2.1" + id("com.gradle.plugin-publish") version "2.0.0" } repositories {