chore(deps): update plugin licensee to v1.11.0

(cherry picked from commit a030290ec242a469d5610c85e2faa1c26ed2535f)
This commit is contained in:
renovate[bot] 2024-03-29 16:37:39 +00:00 committed by Harsh Shandilya
parent df7868de2d
commit feae5d2630
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ licensee {
ignoreDependencies("com.michael-bull.kotlin-result") { because("kotlin-result is ISC licensed") }
ignoreDependencies("org.commonmark") { because("Commonmark is BSD licensed") }
allowUrl("https://jsoup.org/license") { because("Jsoup is MIT licensed") }
allowUrl("https://opensource.org/licenses/MIT") { because("That's the MIT license text") }
}
moduleGraphAssert {

View file

@ -116,7 +116,7 @@ anvil = "com.squareup.anvil:2.5.0-beta04"
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = "com.google.devtools.ksp:1.9.23-1.0.19"
licensee = "app.cash.licensee:1.10.0"
licensee = "app.cash.licensee:1.11.0"
modulegraphassert = "com.jraska.module.graph.assertion:2.5.0"
poko = "dev.drewhamilton.poko:0.15.2"
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }