Skip to content

chore: bump licensee from 1.7.0 to 1.14.1#3310

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/licensee-1.14.1
Open

chore: bump licensee from 1.7.0 to 1.14.1#3310
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/licensee-1.14.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps licensee from 1.7.0 to 1.14.1.
Updates app.cash.licensee:app.cash.licensee.gradle.plugin from 1.7.0 to 1.14.1

Release notes

Sourced from app.cash.licensee:app.cash.licensee.gradle.plugin's releases.

1.14.1

Changed

  • The minimum-supported Gradle version is now (tested as) 8.12. What was it before? Entirely unspecified!

1.14.0

New

  • Support overriding artifacts.json report path bundled into your Android APK (under assets/ path).

    licensee {
      bundleAndroidAsset = true
      androidAssetReportPath = "example/licenses.json"
    }
    
  • Update SPDX database to version 3.27 (2025-07-01).

Changed

  • In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.

  • Limit the plugin used Kotlin language version to 1.8 to ensure support for Gradle 8.

    This is the last release with Gradle 8 support.

1.13.0

New

  • DSL now has a type-safe version of allow which accepts a SpdxId constant.

    licensee {
      allow(SpdxId.Apache_20)
    }
    
  • The artifacts.json report can now be automatically bundled into your Android APK (at app/cash/licensee/artifacts.json path).

    licensee {
      bundleAndroidAsset = true
    }
    

... (truncated)

Changelog

Sourced from app.cash.licensee:app.cash.licensee.gradle.plugin's changelog.

1.14.1 - 2025-10-08

Changed

  • The minimum-supported Gradle version is now (tested as) 8.12. What was it before? Entirely unspecified!

1.14.0 - 2025-10-07

Added

  • Support overriding artifacts.json report path bundled into your Android APK (under assets/ path).

    licensee {
      bundleAndroidAsset = true
      androidAssetReportPath = "example/licenses.json"
    }
    
  • Update SPDX database to version 3.27 (2025-07-01).

Changed

  • In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.

  • Limit the plugin used Kotlin language version to 1.8 to ensure support for Gradle 8.

    This is the last release with Gradle 8 support.

1.13.0 - 2025-03-20

Added

  • DSL now has a type-safe version of allow which accepts a SpdxId constant.

    licensee {
      allow(SpdxId.Apache_20)
    }
    
  • The artifacts.json report can now be automatically bundled into your Android APK (at assets/app/cash/licensee/artifacts.json path).

    licensee {
      bundleAndroidAsset = true
    

... (truncated)

Commits
  • 4d7633a Prepare version 1.14.1
  • c015c1e Manual revert of compatibility back to Gradle 8.12 (#500)
  • b160af8 Test supported Gradle range (#499)
  • 2635c83 Use the GRADLE_PLUGIN_API_VERSION_ATTRIBUTE to set the required minimum versi...
  • 5579868 Bump minimum-supported Gradle version to 9 (#495)
  • 574b80e Prepare next development version
  • 2c434c3 Prepare version 1.14.0
  • 2bc44c2 Update gradle/actions action to v5 (#493)
  • e093efe Update plugin spotless to v8 (#492)
  • ceb08e9 Update license JSON (#491)
  • Additional commits viewable in compare view

Updates app.cash.licensee from 1.7.0 to 1.14.1

Release notes

Sourced from app.cash.licensee's releases.

1.14.1

Changed

  • The minimum-supported Gradle version is now (tested as) 8.12. What was it before? Entirely unspecified!

1.14.0

New

  • Support overriding artifacts.json report path bundled into your Android APK (under assets/ path).

    licensee {
      bundleAndroidAsset = true
      androidAssetReportPath = "example/licenses.json"
    }
    
  • Update SPDX database to version 3.27 (2025-07-01).

Changed

  • In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.

  • Limit the plugin used Kotlin language version to 1.8 to ensure support for Gradle 8.

    This is the last release with Gradle 8 support.

1.13.0

New

  • DSL now has a type-safe version of allow which accepts a SpdxId constant.

    licensee {
      allow(SpdxId.Apache_20)
    }
    
  • The artifacts.json report can now be automatically bundled into your Android APK (at app/cash/licensee/artifacts.json path).

    licensee {
      bundleAndroidAsset = true
    }
    

... (truncated)

Changelog

Sourced from app.cash.licensee's changelog.

1.14.1 - 2025-10-08

Changed

  • The minimum-supported Gradle version is now (tested as) 8.12. What was it before? Entirely unspecified!

1.14.0 - 2025-10-07

Added

  • Support overriding artifacts.json report path bundled into your Android APK (under assets/ path).

    licensee {
      bundleAndroidAsset = true
      androidAssetReportPath = "example/licenses.json"
    }
    
  • Update SPDX database to version 3.27 (2025-07-01).

Changed

  • In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.

  • Limit the plugin used Kotlin language version to 1.8 to ensure support for Gradle 8.

    This is the last release with Gradle 8 support.

1.13.0 - 2025-03-20

Added

  • DSL now has a type-safe version of allow which accepts a SpdxId constant.

    licensee {
      allow(SpdxId.Apache_20)
    }
    
  • The artifacts.json report can now be automatically bundled into your Android APK (at assets/app/cash/licensee/artifacts.json path).

    licensee {
      bundleAndroidAsset = true
    

... (truncated)

Commits
  • 4d7633a Prepare version 1.14.1
  • c015c1e Manual revert of compatibility back to Gradle 8.12 (#500)
  • b160af8 Test supported Gradle range (#499)
  • 2635c83 Use the GRADLE_PLUGIN_API_VERSION_ATTRIBUTE to set the required minimum versi...
  • 5579868 Bump minimum-supported Gradle version to 9 (#495)
  • 574b80e Prepare next development version
  • 2c434c3 Prepare version 1.14.0
  • 2bc44c2 Update gradle/actions action to v5 (#493)
  • e093efe Update plugin spotless to v8 (#492)
  • ceb08e9 Update license JSON (#491)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `licensee` from 1.7.0 to 1.14.1.

Updates `app.cash.licensee:app.cash.licensee.gradle.plugin` from 1.7.0 to 1.14.1
- [Release notes](https://github.com/cashapp/licensee/releases)
- [Changelog](https://github.com/cashapp/licensee/blob/trunk/CHANGELOG.md)
- [Commits](cashapp/licensee@1.7.0...1.14.1)

Updates `app.cash.licensee` from 1.7.0 to 1.14.1
- [Release notes](https://github.com/cashapp/licensee/releases)
- [Changelog](https://github.com/cashapp/licensee/blob/trunk/CHANGELOG.md)
- [Commits](cashapp/licensee@1.7.0...1.14.1)

---
updated-dependencies:
- dependency-name: app.cash.licensee:app.cash.licensee.gradle.plugin
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: app.cash.licensee
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 28, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 28, 2026 18:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant