From 57165dfff2cd8846b766ad89e162815b17a30938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:08:18 +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 8ec8fb1..39f8933 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.plugin-publish" version "1.2.1" + id "com.gradle.plugin-publish" version "1.2.2" id "java-gradle-plugin" }