From c72ecc20b84893b83dd6196bbf4a4bb3f3267fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 20:55:42 +0000 Subject: [PATCH] Update plugin mavenPublish to v0.25.0 --- 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 2bc003b..30b17f0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ ktlint = "0.48.2" dokka = { id = "org.jetbrains.dokka", version = "1.7.20" } japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.1" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } -mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.24.0" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.0.0" } spotless = { id = "com.diffplug.spotless", version = "6.17.0" }