mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-01-23 10:59:58 +01:00
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] <support@github.com> * chore: Add missing link to MIT license --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Chepurnoy <artemchep@gmail.com>
This commit is contained in:
parent
35be7daff9
commit
be73e231d3
@ -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")
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user