From 10851628549acf2dba78ca2add204f70f778db37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:04:53 +0200 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 (#574) Bumps io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cd775795..82143578 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ org-restlet-jse-org-restlet-ext-simple = "2.4.3" org-slf4j-slf4j-api = "2.0.9" org-testng-testng = "7.9.0" com-benjaminsproule-license = "0.16.2" -io-github-gradle-nexus-publish-plugin = "1.3.0" +io-github-gradle-nexus-publish-plugin = "2.0.0" [libraries] com-eatthepath-pushy = { module = "com.eatthepath:pushy", version.ref = "com-eatthepath-pushy" }