From 218eae49ec6d9a0732cda9693f4a690b024965d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:19:00 +0000 Subject: [PATCH] build(deps): bump com.gradle.plugin-publish from 0.21.0 to 1.2.2 Bumps com.gradle.plugin-publish from 0.21.0 to 1.2.2. --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c209d66..94ff047 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { `java-gradle-plugin` `maven-publish` id("org.darrylmiles.repack.org.unbroken-dome.test-sets") // version "$testSetsVersion" - id("com.gradle.plugin-publish") version "0.21.0" + id("com.gradle.plugin-publish") version "1.2.2" }