From fa7225cf282c2996da26fc047f3287f1a3055b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:10:56 +0000 Subject: [PATCH] Bump app.cash.licensee from 1.11.0 to 1.12.0 Bumps [app.cash.licensee](https://github.com/cashapp/licensee) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/cashapp/licensee/releases) - [Changelog](https://github.com/cashapp/licensee/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/cashapp/licensee/compare/1.11.0...1.12.0) --- updated-dependencies: - dependency-name: app.cash.licensee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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"}