From 360d567b8690ea307530802b8acd85ea25b0fda0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:19:04 -0700 Subject: [PATCH] Update plugin japicmp to v0.4.4 (#1895) 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 89eed28..f2c79b6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ ksp = "2.0.20-1.0.25" [plugins] dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } -japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.3" } +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" } mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }