From 36d8ac4c6007f0ef2ff67cf4416ae8ffeb0bdc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:26:32 +0200 Subject: [PATCH] Bump app.cash.licensee from 1.11.0 to 1.12.0 (#404) --- 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 fd2bd81..d52f540 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,6 +22,6 @@ android = { id = "com.android.application", version = "8.7.0" } binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" } publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } -licensee = { id = "app.cash.licensee", version = "1.11.0" } +licensee = { id = "app.cash.licensee", version = "1.12.0" } kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" } detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.7"}