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 {