From 9c4b0cff389bdd71356a91da5e13aeafd6e7a19b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:17:09 +0000 Subject: [PATCH 1/4] Update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.9.4 (#5577) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.lifecycle:lifecycle-livedata-ktx](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.8.7` -> `2.9.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.lifecycle:lifecycle-livedata-ktx/2.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.lifecycle:lifecycle-livedata-ktx/2.8.7/2.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bb810faf5..f6ae7bb0aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Internal - Bump Sentry to v8.21.1 +- Bump AndroidX Lifecycle to v2.9.4 ## 2025.09.09 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 502d647e31f..1eb9d5167cb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-room = "2.7.2" androidx-work = "2.10.3" androidx-security-crypto = "1.1.0-alpha07" androidx-viewmodel = "2.9.3" -androidx-lifecycle = "2.8.7" +androidx-lifecycle = "2.9.4" androidx-activity = "1.10.1" chucker = "4.2.0" From 82d27d0a0626b8080c599500ab1da541107e501c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:53:41 +0000 Subject: [PATCH 2/4] Update dependency androidx.test:runner to v1.7.0 (#5581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.test:runner](https://developer.android.com/testing) | `1.6.2` -> `1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test:runner/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.test:runner/1.6.2/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ae7bb0aa9..31b8508a964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Internal - Bump Sentry to v8.21.1 - Bump AndroidX Lifecycle to v2.9.4 +- Bump AndroidX Test Runner to v1.7.0 ## 2025.09.09 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1eb9d5167cb..7be092bad88 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -81,7 +81,7 @@ androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "an androidx-test-junit = "androidx.test.ext:junit:1.2.1" androidx-test-rules = "androidx.test:rules:1.6.1" -androidx-test-runner = "androidx.test:runner:1.6.2" +androidx-test-runner = "androidx.test:runner:1.7.0" androidx-work-runtime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" } androidx-work-rxjava = { module = "androidx.work:work-rxjava2", version.ref = "androidx-work" } From 8059de34e4a6587ac0d549a7ccd130845394bc09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:27:13 +0000 Subject: [PATCH 3/4] Update dependency androidx.test:rules to v1.7.0 (#5579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.test:rules](https://developer.android.com/testing) | `1.6.1` -> `1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test:rules/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.test:rules/1.6.1/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b8508a964..14734d23c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Bump Sentry to v8.21.1 - Bump AndroidX Lifecycle to v2.9.4 - Bump AndroidX Test Runner to v1.7.0 +- Bump AndroidX Test Rules to v1.7.0 ## 2025.09.09 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7be092bad88..0b90a6dd79f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -80,8 +80,8 @@ androidx-room-testing = { module = "androidx.room:room-testing", version.ref = " androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "androidx-room" } androidx-test-junit = "androidx.test.ext:junit:1.2.1" -androidx-test-rules = "androidx.test:rules:1.6.1" androidx-test-runner = "androidx.test:runner:1.7.0" +androidx-test-rules = "androidx.test:rules:1.7.0" androidx-work-runtime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" } androidx-work-rxjava = { module = "androidx.work:work-rxjava2", version.ref = "androidx-work" } From 4ea5641b0d0806edb304c38b69846ca27ff5df7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:51:33 +0000 Subject: [PATCH 4/4] Update dependency androidx.test.ext:junit to v1.3.0 (#5582) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.test.ext:junit](https://developer.android.com/testing) | `1.2.1` -> `1.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test.ext:junit/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.test.ext:junit/1.2.1/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14734d23c1d..ea7e1149ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Bump AndroidX Lifecycle to v2.9.4 - Bump AndroidX Test Runner to v1.7.0 - Bump AndroidX Test Rules to v1.7.0 +- Bump AndroidX JUnit to v1.3.0 ## 2025.09.09 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b90a6dd79f..8a8f8c7ccbf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -79,7 +79,7 @@ androidx-room-rx2 = { module = "androidx.room:room-rxjava2", version.ref = "andr androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "androidx-room" } androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "androidx-room" } -androidx-test-junit = "androidx.test.ext:junit:1.2.1" +androidx-test-junit = "androidx.test.ext:junit:1.3.0" androidx-test-runner = "androidx.test:runner:1.7.0" androidx-test-rules = "androidx.test:rules:1.7.0"