Commit cfe2127
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
([#​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
([#​4682](https://redirect.github.com/getsentry/sentry-java/pull/4682))
##### Features
- Add support for Spring Boot 4 and Spring 7
([#​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
([#​4662](https://redirect.github.com/getsentry/sentry-java/pull/4662))
- Replace `Random` implementation with MIT licensed code
([#​4664](https://redirect.github.com/getsentry/sentry-java/pull/4664))
- Add support for `vars` attribute in `SentryStackFrame`
([#​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
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments