From be73e231d3854f6bfe04597fcaa279769abf61e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:37:09 +0300 Subject: [PATCH] build(deps): Bump app.cash.licensee from 1.10.0 to 1.11.0 (#242) * build(deps): Bump app.cash.licensee from 1.10.0 to 1.11.0 Bumps [app.cash.licensee](https://github.com/cashapp/licensee) from 1.10.0 to 1.11.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.10.0...1.11.0) --- updated-dependencies: - dependency-name: app.cash.licensee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: Add missing link to MIT license --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Chepurnoy --- build.gradle.kts | 3 +++ gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1fa58699..a50cb1d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,6 +74,9 @@ subprojects { allowUrl("https://spdx.org/licenses/MIT.txt") { because("MIT License, but self-hosted copy of the license") } + allowUrl("https://opensource.org/licenses/MIT") { + because("MIT License, but self-hosted copy of the license") + } allowUrl("https://opensource.org/licenses/mit-license.php") { because("MIT License, but self-hosted copy of the license") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d62277a3..e1c8b06a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -94,7 +94,7 @@ ktor = "2.3.10" # https://github.com/skydoves/landscapist landscapist = "2.3.2" # https://github.com/cashapp/licensee -licenseCheckPlugin = "1.10.0" +licenseCheckPlugin = "1.11.0" # https://github.com/tony19/logback-android logback = "3.0.0" # https://developers.google.com/android/guides/setup