Skip to content

Conversation

@tramline-github
Copy link
Contributor

A new release train Release is starting. The master branch has to be merged into sandbox branch.

renovate bot and others added 5 commits January 16, 2026 14:11
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[com.github.chuckerteam.chucker:library-no-op](https://redirect.github.com/ChuckerTeam/chucker)
| `4.2.0` → `4.3.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.chuckerteam.chucker:library-no-op/4.3.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.chuckerteam.chucker:library-no-op/4.2.0/4.3.0?slim=true)
|
|
[com.github.chuckerteam.chucker:library](https://redirect.github.com/ChuckerTeam/chucker)
| `4.2.0` → `4.3.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.chuckerteam.chucker:library/4.3.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.chuckerteam.chucker:library/4.2.0/4.3.0?slim=true)
|

---

### Release Notes

<details>
<summary>ChuckerTeam/chucker
(com.github.chuckerteam.chucker:library-no-op)</summary>

###
[`v4.3.0`](https://redirect.github.com/ChuckerTeam/chucker/blob/HEAD/CHANGELOG.md#Version-430--2026-01-10-)

[Compare
Source](https://redirect.github.com/ChuckerTeam/chucker/compare/4.2.0...4.3.0)

##### Fixed

- Fixed share of `curl` when URL contains spaces
\[[#&#8203;1464](https://redirect.github.com/ChuckerTeam/chucker/issues/1464)]
- Remove unused wake lock permission
([#&#8203;1498](https://redirect.github.com/ChuckerTeam/chucker/issues/1498))

##### Dependency Updates

- Target and Compile SDK to 36
- OkHTTP to 5.3.0
- Kotlin to 2.3.0
- AGP to 8.13.1
- Material to 1.13.0

</details>

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sagarwal <sagarwal@rtsl.org>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[org.mockito.kotlin:mockito-kotlin](https://redirect.github.com/mockito/mockito-kotlin)
| `6.1.0` → `6.2.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito.kotlin:mockito-kotlin/6.2.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito.kotlin:mockito-kotlin/6.1.0/6.2.0?slim=true)
|

---

### Release Notes

<details>
<summary>mockito/mockito-kotlin
(org.mockito.kotlin:mockito-kotlin)</summary>

###
[`v6.2.0`](https://redirect.github.com/mockito/mockito-kotlin/releases/tag/v6.2.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle
Plugin](https://redirect.github.com/shipkit/shipkit-changelog)*</sup></sup>

##### 6.2.0

- 2026-01-14 - [27
commit(s)](https://redirect.github.com/mockito/mockito-kotlin/compare/v6.1.0...v6.2.0)
by Joshua Selbo, Mark Koops, Tim van der Lippe
- Improving stubbing support for suspend functions and value classes
[(#&#8203;569)](https://redirect.github.com/mockito/mockito-kotlin/pull/569)
- Update PR template to run formatting
[(#&#8203;568)](https://redirect.github.com/mockito/mockito-kotlin/pull/568)
- Ignore ktfmt formatting revision in git blame
[(#&#8203;567)](https://redirect.github.com/mockito/mockito-kotlin/pull/567)
- Enable Spotless formatting check in CI
[(#&#8203;566)](https://redirect.github.com/mockito/mockito-kotlin/pull/566)
- Apply ktfmt formatting
[(#&#8203;565)](https://redirect.github.com/mockito/mockito-kotlin/pull/565)
- Add tooling for Spotless + ktfmt
[(#&#8203;562)](https://redirect.github.com/mockito/mockito-kotlin/pull/562)
- Follow-up on primitive value classes
[(#&#8203;561)](https://redirect.github.com/mockito/mockito-kotlin/pull/561)
- Update MockSettings usage
[(#&#8203;560)](https://redirect.github.com/mockito/mockito-kotlin/pull/560)
- Fix anyOrNull matcher with value class wrapping primitive type
[(#&#8203;557)](https://redirect.github.com/mockito/mockito-kotlin/pull/557)
- Enhance/unify and document stubbing API, more groundwork towards
implementing improved suspend function support
[(#&#8203;556)](https://redirect.github.com/mockito/mockito-kotlin/pull/556)
- Add wrappers for mockStatic, mockConstruction
[(#&#8203;551)](https://redirect.github.com/mockito/mockito-kotlin/pull/551)
- Add MockedStatic.verify extension fun with lambda last
[(#&#8203;549)](https://redirect.github.com/mockito/mockito-kotlin/pull/549)
- Extending/organizing MatchersTest.kt
[(#&#8203;548)](https://redirect.github.com/mockito/mockito-kotlin/pull/548)
- Adding value class support to KArgumentCaptor.
[(#&#8203;547)](https://redirect.github.com/mockito/mockito-kotlin/pull/547)
- Fix the output directory for the dokka Javadoc plugin
[(#&#8203;546)](https://redirect.github.com/mockito/mockito-kotlin/pull/546)
-
[#&#8203;544](https://redirect.github.com/mockito/mockito-kotlin/issues/544)
Adding value class support to the eq() argument matcher.
[(#&#8203;545)](https://redirect.github.com/mockito/mockito-kotlin/pull/545)
- eq() argument matcher does not support for value class type arguments
[(#&#8203;544)](https://redirect.github.com/mockito/mockito-kotlin/issues/544)
- Add note about releasing tags via GitHub UI
[(#&#8203;543)](https://redirect.github.com/mockito/mockito-kotlin/pull/543)

</details>

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sagarwal <sagarwal@rtsl.org>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [androidx.compose:compose-bom](https://developer.android.com/jetpack)
| `2025.12.01` → `2026.01.00` |
![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2026.01.00?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.compose:compose-bom/2025.12.01/2026.01.00?slim=true)
|

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sagarwal <sagarwal@rtsl.org>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[io.sentry:sentry-android](https://redirect.github.com/getsentry/sentry-java)
| `8.29.0` → `8.30.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-android/8.30.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-android/8.29.0/8.30.0?slim=true)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-java (io.sentry:sentry-android)</summary>

###
[`v8.30.0`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#8300)

[Compare
Source](https://redirect.github.com/getsentry/sentry-java/compare/8.29.0...8.30.0)

##### Fixes

- Fix ANRs when collecting device context
([#&#8203;4970](https://redirect.github.com/getsentry/sentry-java/pull/4970))
- **IMPORTANT:** This disables collecting external storage size
(total/free) by default, to enable it back
use `options.isCollectExternalStorageContext = true` or `<meta-data
android:name="io.sentry.external-storage-context" android:value="true"
/>`
- Fix `NullPointerException` when reading ANR marker
([#&#8203;4979](https://redirect.github.com/getsentry/sentry-java/pull/4979))
- Report discarded log in batch processor as `log_byte`
([#&#8203;4971](https://redirect.github.com/getsentry/sentry-java/pull/4971))

##### Improvements

- Expose `MAX_EVENT_SIZE_BYTES` constant in SentryOptions
([#&#8203;4962](https://redirect.github.com/getsentry/sentry-java/pull/4962))
- Discard envelopes on `4xx` and `5xx` response
([#&#8203;4950](https://redirect.github.com/getsentry/sentry-java/pull/4950))
- This aims to not overwhelm Sentry after an outage or load shedding
(including HTTP 429) where too many events are sent at once

##### Feature

- Add a Tombstone integration that detects native crashes without
relying on the NDK integration, but instead using
`ApplicationExitInfo.REASON_CRASH_NATIVE` on Android 12+.
([#&#8203;4933](https://redirect.github.com/getsentry/sentry-java/pull/4933))
  - Currently exposed via options as an *internal* API only.
- If enabled alongside the NDK integration, crashes will be reported as
two separate events. Users should enable only one; deduplication between
both integrations will be added in a future release.
- Add Sentry Metrics to Java SDK
([#&#8203;5026](https://redirect.github.com/getsentry/sentry-java/pull/5026))
  - Metrics are enabled by default
  - APIs are namespaced under `Sentry.metrics()`
  - We offer the following APIs:
    - `count`: A metric that increments counts
    - `gauge`: A metric that tracks a value that can go up or down
- `distribution`: A metric that tracks the statistical distribution of
values
- For more details, see the Metrics documentation:
<https://docs.sentry.io/product/explore/metrics/getting-started/>

</details>

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sagarwal <sagarwal@rtsl.org>
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [com.android.lint](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
`8.13.2` → `9.0.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.lint:com.android.lint.gradle.plugin/9.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.lint:com.android.lint.gradle.plugin/8.13.2/9.0.0?slim=true)
|
| [com.android.library](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
`8.13.2` → `9.0.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.library:com.android.library.gradle.plugin/9.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.library:com.android.library.gradle.plugin/8.13.2/9.0.0?slim=true)
|
| [com.android.application](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
`8.13.2` → `9.0.0` |
![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.application:com.android.application.gradle.plugin/9.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.application:com.android.application.gradle.plugin/8.13.2/9.0.0?slim=true)
|

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sagarwal <sagarwal@rtsl.org>
@tramline-github tramline-github bot merged commit 24bbb77 into sandbox Jan 16, 2026
@simple-services simple-services requested review from a team and siddh1004 and removed request for a team January 16, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant