From 54c6197e99483edf9b30f13ddfadeff8965dacab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:41:06 +0000 Subject: [PATCH] Bump io.github.gradle-nexus:publish-plugin from 1.3.0 to 2.0.0 Bumps [io.github.gradle-nexus:publish-plugin](https://github.com/gradle-nexus/publish-plugin) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/gradle-nexus/publish-plugin/releases) - [Commits](https://github.com/gradle-nexus/publish-plugin/compare/v1.3.0...v2.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] --- 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 b5a99cd..c01adda 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ detekt = "1.23.6" diktat = "1.2.5" reckon = "0.18.3" spotless = "6.25.0" -publish = "1.3.0" +publish = "2.0.0" download = "5.6.0" sarif4k = "0.6.0" github-publish = "1.3.0"