From be3bf0085bbe99721c2a5d4723cab2847b3c15c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:31:10 +0000 Subject: [PATCH] fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.9.1 --- 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 c7544453e0..669da36c04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ plugin-android-cache-fix = { module = "org.gradle.android.cache-fix:org.gradle.a plugin-androidgradleplugin = { module = "com.android.tools.build:gradle", version.ref = "androidgradleplugin" } plugin-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.10" } plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } -plugin-licensee = { module = "app.cash.licensee:licensee-gradle-plugin", version = "1.9.0" } +plugin-licensee = { module = "app.cash.licensee:licensee-gradle-plugin", version = "1.9.1" } plugin-metalava = { module = "me.tylerbwong.gradle.metalava:plugin", version = "0.3.5" } plugin-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.27.0" } robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }