From 377227f8d6718af3e68068b583c96ef0bc9ff162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:08:10 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.2.2 to 1.3.0 Bumps com.gradle.plugin-publish from 1.2.2 to 1.3.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-minor ... 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 d219645..abb1277 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.plugin-publish" version "1.2.2" + id "com.gradle.plugin-publish" version "1.3.0" id "java-gradle-plugin" }