From 96d28448494e302723e4af108fb4208ddc89a2d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 18:56:04 +0000 Subject: [PATCH] Update plugin mavenPublish to v0.32.0 (#1959) Co-authored-by: renovate[bot] <29139614+renovate[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 c2ee22a..67ef769 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ ksp = "2.0.21-1.0.25" dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.6" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } -mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.31.0" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.32.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } spotless = { id = "com.diffplug.spotless", version = "7.0.3" }