From 1de64f20c89626e7ae1c3704dfd23ab05ed6310e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:57:07 +0000 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.2.0 Bumps io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.2.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 49e3541e..218a7bfe 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'base' id 'org.sonarqube' version '4.0.0.2929' - id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' + id 'io.github.gradle-nexus.publish-plugin' version '1.2.0' id 'info.solidsoft.pitest.aggregator' }