From d7ff9ff76c722adf65fc0afd27a419e484c9d657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:54:01 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.3.1 to 2.1.0 Bumps com.gradle.plugin-publish from 1.3.1 to 2.1.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-version: 2.1.0 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 2fe0209..74f2b3b 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.1.0" id "java-gradle-plugin" }