From 187f9f03b8f2e7e5f6f9f75ad85e6c0a152f6a70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 18:38:10 -0500 Subject: [PATCH] Update plugin mavenPublish to v0.24.0 (#1618) --- 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 8f1a23c..532cc38 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ ktlint = "0.45.2" dokka = { id = "org.jetbrains.dokka", version = "1.7.20" } japicmp = { id = "me.champeau.gradle.japicmp", version = "0.2.9" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } -mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.20.0" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.24.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } spotless = { id = "com.diffplug.spotless", version = "6.7.1" }