Bump addressable from 2.8.9 to 2.9.0#1715
Merged
Merged
Conversation
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.9 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.8.9...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
ajpallares
approved these changes
Apr 8, 2026
Merged
RCGitBot
pushed a commit
that referenced
this pull request
Apr 15, 2026
## RevenueCat SDK > [!WARNING] > If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrect as consumables, RevenueCat will consume these purchases. This means that customers won't be able to restore them from version 10.0.0 onward. > Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions. Please see more information in our [docs](https://www.revenuecat.com/docs/known-store-issues/play-billing-library/restore-consumable-purchases-bc8) ### 💥 Breaking Changes This release updates to Billing Library 8.3.0 with min SDK supported of Android 6 (API 23), previously min was 21. It also removes a previous workaround used to be able to restore consumed one time products which is not available anymore. * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.0.0 (#1720) via RevenueCat Git Bot (@RCGitBot) * [Android 10.1.2](https://github.com/RevenueCat/purchases-android/releases/tag/10.1.2) * [Android 10.1.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.1.1) * [Android 10.1.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.1.0) * [Android 10.0.2](https://github.com/RevenueCat/purchases-android/releases/tag/10.0.2) * [Android 10.0.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.0.1) * [Android 9.29.1](https://github.com/RevenueCat/purchases-android/releases/tag/9.29.1) * [Android 10.0.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.0.0) * [iOS 5.67.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.67.2) ### 🔄 Other Changes * Bump fastlane-plugin-revenuecat_internal from `894bb1b` to `20911d1` (#1719) via dependabot[bot] (@dependabot[bot]) * Update CODEOWNERS default owner to @RevenueCat/sdk (#1717) via Antonio Pallares (@ajpallares) * Bump fastlane-plugin-revenuecat_internal from `ceecf91` to `894bb1b` (#1718) via dependabot[bot] (@dependabot[bot]) * Bump addressable from 2.8.9 to 2.9.0 (#1715) via dependabot[bot] (@dependabot[bot]) * Bump fastlane-plugin-revenuecat_internal from `6289be1` to `ceecf91` (#1713) via dependabot[bot] (@dependabot[bot]) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Mostly a release/version bump, but it ships a major `10.0.0` update that advertises breaking behavior changes tied to Play Billing 8.3.0 and one-time purchase restore/consumption behavior, which could impact apps on upgrade. > > **Overview** > Publishes **v10.0.0** across the Flutter plugin and RevenueCatUI plugin by updating package/pod/Gradle versions and the runtime-reported plugin version strings. > > Updates release documentation (`CHANGELOG(-LATEST).md`, `VERSIONS.md`) to describe the **breaking changes** for 10.0.0 (Play Billing 8.3.0/min Android API 23 and removal of a consumed one-time-purchase restore workaround) and bumps `purchases-hybrid-common` to `18.0.0`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b5a29b5. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps addressable from 2.8.9 to 2.9.0.
Changelog
Sourced from addressable's changelog.
Commits
0c3e858Revving version and changelog91915c1Fixing additional vulnerable pathsa091e39Add many more adversarial test cases to ensure we don't have any ReDoS regres...463a819Regenerate gemspec on newer rubygems0afcb0bImprove from O(n^2) to O(n)c87f768Fix a ReDoS vulnerability in URI template matchingDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Low risk lockfile-only dependency bump; behavior changes are limited to
addressableupdates (notably a security fix), with minimal impact unless code relies on URI template matching edge cases.Overview
Updates the bundled Ruby dependency
addressablefrom2.8.9to2.9.0inGemfile.lock(pulling in upstream fixes, including ReDoS mitigation in URI template matching).Reviewed by Cursor Bugbot for commit 1540e58. Bugbot is set up for automated code reviews on this repo. Configure here.