Skip to content

Bump licensee from 1.13.0 to 1.14.1#1325

Merged
lihenggui merged 1 commit into
mainfrom
dependabot/gradle/licensee-1.14.1
Oct 15, 2025
Merged

Bump licensee from 1.13.0 to 1.14.1#1325
lihenggui merged 1 commit into
mainfrom
dependabot/gradle/licensee-1.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 14, 2025

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from app.cash.licensee: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.

Changelog

Sourced from app.cash.licensee: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

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.

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.13.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.

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

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.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.13.0 to 1.14.1.

Updates `app.cash.licensee:licensee-gradle-plugin` from 1.13.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.13.0...1.14.1)

Updates `app.cash.licensee` from 1.13.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.13.0...1.14.1)

---
updated-dependencies:
- dependency-name: app.cash.licensee: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>
@lihenggui lihenggui merged commit e0b2a7b into main Oct 15, 2025
4 checks passed
@lihenggui lihenggui deleted the dependabot/gradle/licensee-1.14.1 branch October 15, 2025 23:36
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.

1 participant