From 8bd19269243b684ba54703f66484ce9eeefcf579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:29:51 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 0.12.0 to 1.2.1 Bumps com.gradle.plugin-publish from 0.12.0 to 1.2.1. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 13a2331..e0a513d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'eclipse' id 'java-gradle-plugin' id 'maven-publish' // used for publishing to local maven repository - id 'com.gradle.plugin-publish' version '0.12.0' + id 'com.gradle.plugin-publish' version '1.2.1' id 'com.github.johnrengelman.shadow' version '5.0.0' id 'com.github.ben-manes.versions' version '0.51.0' }