Skip to content

deps(deps): Bump androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1#824

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/androidx.datastore-datastore-preferences-1.2.1
Open

deps(deps): Bump androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1#824
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/androidx.datastore-datastore-preferences-1.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@sentry
Copy link
Copy Markdown
Contributor

sentry Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@torlando-tech
Copy link
Copy Markdown
Owner

@dependabot rebase

@torlando-tech
Copy link
Copy Markdown
Owner

@greptileai

Bumps androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.datastore:datastore-preferences
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(deps): bump androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1 deps(deps): Bump androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1 Jun 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/androidx.datastore-datastore-preferences-1.2.1 branch from 5efb0cd to 9cb76a8 Compare June 1, 2026 02:46
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 1, 2026

Greptile Summary

This PR bumps androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1 — a minor-version upgrade of the Jetpack DataStore library used throughout the app for settings persistence.

  • The change is isolated to a single version entry (dataStore = "1.2.1") in gradle/libs.versions.toml, which propagates to the one datastore library alias declared at line 71.
  • The PR has been open for over 30 days with automatic rebasing disabled; newer stable patch releases (1.1.3–1.1.7) exist in the 1.1.x series, so teams preferring a more conservative update could target those instead, but 1.2.1 is a legitimate stable release.

Confidence Score: 5/5

Safe to merge — this is a single-line version bump in the version catalog with no API surface changes in the app code itself.

The only change is the dataStore version string in libs.versions.toml. DataStore 1.2.x is a stable, published release with no known breaking changes from 1.1.x for the Preferences API used here. All 18 consumer files remain untouched, and the library alias resolves to the same single artifact.

No files require special attention.

Important Files Changed

Filename Overview
gradle/libs.versions.toml Single-line version bump of dataStore from 1.1.1 to 1.2.1; no other entries modified.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[gradle/libs.versions.toml\ndataStore = 1.2.1] --> B[libraries.datastore\nasx.datastore:datastore-preferences]
    B --> C[SettingsRepository.kt]
    B --> D[ServiceSettingsAccessor.kt]
    B --> E[ColumbaApplication.kt]
    B --> F[Other DataStore consumers\n~18 files total]
Loading

Reviews (1): Last reviewed commit: "deps(deps): Bump androidx.datastore:data..." | Re-trigger Greptile

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