From 487307b4313f899934322c2e56b152a79fd487d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 06:55:44 -0700 Subject: [PATCH] Update plugin mavenPublish to v0.30.0 (#1898) 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 671a3c5..996693b 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 = "1.9.20" } japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.4" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } -mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } spotless = { id = "com.diffplug.spotless", version = "6.25.0" }