From 0258e51f3e78893513c838b6df5a5cfb8283423e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:51:09 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 Bumps com.gradle.plugin-publish from 1.2.1 to 1.2.2. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index af09110..f2f3fd6 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java-gradle-plugin' // for publishing to plugin portal - id 'com.gradle.plugin-publish' version '1.2.1' + id 'com.gradle.plugin-publish' version '1.2.2' // for publishing snapshots id 'maven-publish'