From 23776ec9b8852ea6b9bd4f35b267d930849ee77e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:20:21 +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 fcc5c0a..19d5312 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' id 'groovy' id 'jacoco'