From 58643d33d4f711f2fa317f628ce5fc3022dff49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:07:25 -0400 Subject: [PATCH] Update plugin licensee to v1.12.0 (#1732) 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 07b5d3156..a66271ce5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -67,7 +67,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = kotlin-plugin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } -licensee = { id = "app.cash.licensee", version = "1.11.0" } +licensee = { id = "app.cash.licensee", version = "1.12.0" } moshix = { id = "dev.zacsweers.moshix", version.ref = "moshix" } playPublisher = { id = "com.github.triplet.play", version = "3.11.0" } redacted = { id = "dev.zacsweers.redacted", version = "1.10.0" }