From b52a23f5a7cfb9ef55cf6fd0e7618e87c1ffe4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:54:37 +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 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] --- 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 b90ba7568..ed9b6639b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,5 +68,5 @@ android-library = { id = "com.android.library", version.ref = "androidGradlePlug kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } -nexusPlugin = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } +nexusPlugin = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" } \ No newline at end of file