Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2025

This PR contains the following updates:

Package Change Age Confidence
app.cash.licensee 1.12.0 -> 1.14.1 age confidence

Release Notes

cashapp/licensee (app.cash.licensee)

v1.14.1

Compare Source

Changed

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

v1.14.0

Compare Source

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.

v1.13.0

Compare Source

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 assets/app/cash/licensee/artifacts.json path).

    licensee {
      bundleAndroidAsset = true
    }
    
  • Update SPDX database to version 3.26 (2024-12-30).

Changed

  • Removed Kotlin stdlib dependency. This is provided by the enclosing Gradle classpath in which the plugin is running.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from guicamest as a code owner March 20, 2025 20:00
@renovate renovate bot added the dependency label Mar 20, 2025
@renovate renovate bot changed the title build(app.cash.licensee): update plugin to v1.13.0 build(app.cash.licensee): update plugin to v1.14.0 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/app.cash.licensee-1.x branch from 6cd7bb3 to ff3f6f8 Compare October 7, 2025 18:48
@renovate renovate bot force-pushed the renovate/app.cash.licensee-1.x branch from ff3f6f8 to 30ac060 Compare October 9, 2025 06:49
@renovate renovate bot changed the title build(app.cash.licensee): update plugin to v1.14.0 build(app.cash.licensee): update plugin to v1.14.1 Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants