From 1e6431e778acfce344aec36d8409390eee3aacfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 00:57:34 +0000 Subject: [PATCH] deps: bump com.gradle.plugin-publish from 1.2.1 to 1.3.1 Bumps com.gradle.plugin-publish from 1.2.1 to 1.3.1. --- 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 daebbdd..bcb89fd 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'java-gradle-plugin' id 'maven-publish' - id 'com.gradle.plugin-publish' version '1.2.1' + id 'com.gradle.plugin-publish' version '1.3.1' id 'org.cadixdev.licenser' version '0.6.1' id 'org.ajoberstar.grgit' version '5.3.0' }