From 2989a7345185aa856f3c3e81e6f4781dc9e3d1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 23:26:18 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.2.0 to 1.2.1 Bumps com.gradle.plugin-publish from 1.2.0 to 1.2.1. --- 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 aa28bf9..df0fc9c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.plugin-publish" version "1.2.0" + id "com.gradle.plugin-publish" version "1.2.1" id "java-gradle-plugin" }