Skip to content

Commit cfe2127

Browse files
renovate[bot]sagarwal
andauthored
Update dependency io.sentry:sentry-android to v8.21.1 (#5599)
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 | |---|---|---|---| | [io.sentry:sentry-android](https://redirect.github.com/getsentry/sentry-java) | `8.20.0` -> `8.21.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-android/8.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-android/8.20.0/8.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-java (io.sentry:sentry-android)</summary> ### [`v8.21.1`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#8211) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/8.21.0...8.21.1) ##### Fixes - Use Kotlin stdlib 1.9.24 dependency instead of 2.2.0 for all Android modules ([#&#8203;4707](https://redirect.github.com/getsentry/sentry-java/pull/4707)) - This fixes compile time issues if your app is using Kotlin < 2.x ### [`v8.21.0`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#8210) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/8.20.0...8.21.0) ##### Fixes - Only set log template for logging integrations if formatted message differs from template ([#&#8203;4682](https://redirect.github.com/getsentry/sentry-java/pull/4682)) ##### Features - Add support for Spring Boot 4 and Spring 7 ([#&#8203;4601](https://redirect.github.com/getsentry/sentry-java/pull/4601)) - NOTE: Our `sentry-opentelemetry-agentless-spring` is not working yet for Spring Boot 4. Please use `sentry-opentelemetry-agent` until OpenTelemetry has support for Spring Boot 4. - Replace `UUIDGenerator` implementation with Apache licensed code ([#&#8203;4662](https://redirect.github.com/getsentry/sentry-java/pull/4662)) - Replace `Random` implementation with MIT licensed code ([#&#8203;4664](https://redirect.github.com/getsentry/sentry-java/pull/4664)) - Add support for `vars` attribute in `SentryStackFrame` ([#&#8203;4686](https://redirect.github.com/getsentry/sentry-java/pull/4686)) - **Breaking change**: The type of the `vars` attribute has been changed from `Map<String, String>` to `Map<String, Object>`. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <[email protected]>
1 parent d1266d7 commit cfe2127

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Next Release
44

5+
### Internal
6+
- Bump Sentry to v8.21.1
7+
58
## 2025.09.09
69

710
### Internal

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21"
179179
rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0"
180180
rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1"
181181

182-
sentry-android = "io.sentry:sentry-android:8.20.0"
182+
sentry-android = "io.sentry:sentry-android:8.21.1"
183183

184184
signaturepad = "com.github.gcacace:signature-pad:1.3.1"
185185

0 commit comments

Comments
 (0)