From 153d5cb9c3f886f326694f45f69285c5d9fa67c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:18:30 +0000 Subject: [PATCH] Update plugin mavenPublish to v0.28.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 e681fb1..ad6437a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ ksp = "1.9.23-1.0.19" dokka = { id = "org.jetbrains.dokka", version = "1.9.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.27.0" } +mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } spotless = { id = "com.diffplug.spotless", version = "6.25.0" }