From 7cb7077d7f1616dfda2c0efa224e5e578d759932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:05:32 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.3.1 to 2.2.1 Bumps com.gradle.plugin-publish from 1.3.1 to 2.2.1. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 55a6901..333f915 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.plugin-publish" version "1.3.1" + id "com.gradle.plugin-publish" version "2.2.1" id "java-gradle-plugin" id "maven-publish" }