From 6a82373446cbb8356faa1d934935aa7e8a5c6351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:59:09 +0000 Subject: [PATCH] Bump com.gradle.publish:plugin-publish-plugin from 0.14.0 to 1.2.0 Bumps com.gradle.publish:plugin-publish-plugin from 0.14.0 to 1.2.0. --- updated-dependencies: - dependency-name: com.gradle.publish:plugin-publish-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6227206..860d7cf 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { classpath 'net.wooga.gradle:github:[3,4[' classpath 'net.wooga.gradle:github-release-notes:[2,3[' classpath 'net.wooga.gradle:version:[2,3[' - classpath 'com.gradle.publish:plugin-publish-plugin:0.14.0' + classpath 'com.gradle.publish:plugin-publish-plugin:1.2.0' classpath 'org.ajoberstar.grgit:grgit-gradle:[4.1.1,5[' classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0' classpath 'org.apache.maven:maven-artifact:[3,4[' @@ -89,7 +89,7 @@ dependencies { implementation 'net.wooga.gradle:github:[3,4[' implementation 'net.wooga.gradle:github-release-notes:[2,3[' implementation 'net.wooga.gradle:version:[2,3[' - implementation 'com.gradle.publish:plugin-publish-plugin:0.14.0' + implementation 'com.gradle.publish:plugin-publish-plugin:1.2.0' implementation 'org.ajoberstar.grgit:grgit-gradle:[4.1.1,5[' implementation 'org.ajoberstar.grgit:grgit-core:[4.1.1,5[' implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0'