chore(deps): update Java SDK to v8.36.0#5036
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CS8767 errors due to ISensorEventListener expecting nullable parameters. The class is unused in this codebase. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Breaking Changes 🛠
Features ✨
Fixes 🐛
Dependencies ⬆️Deps
🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5036 +/- ##
=======================================
Coverage 73.94% 73.94%
=======================================
Files 499 499
Lines 18026 18026
Branches 3529 3529
=======================================
Hits 13330 13330
Misses 3832 3832
Partials 864 864 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| <!-- A light-weight replacement for protobuf-javalite (see https://github.com/getsentry/sentry-java/pull/5157) --> | ||
| <ItemGroup> | ||
| <AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.0" Bind="false" /> | ||
| <AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.1" Bind="false" /> |
There was a problem hiding this comment.
question: Breaking Change
Is this a breaking change.
I guess we shouldn't hold off on updating the Java SDK either way,
but perhaps something to note in the CHANGELOG entry.
There was a problem hiding this comment.
Surely an upgrade from 0.1.0 to 0.1.1 wouldn't be a breaking change... unless semver is being ignored completely?
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet) from 6.3.0 to 6.3.1. <details> <summary>Release notes</summary> _Sourced from [Sentry.AspNetCore's releases](https://github.com/getsentry/sentry-dotnet/releases)._ ## 6.3.1 ### Fixes 🐛 - fix: Workaround FileNotFoundException on Android when recovering sessions by @jamescrosswell in [#5084](getsentry/sentry-dotnet#5084) - fix: `CaptureFeedback` now supports multiple attachments correctly by @bitsandfoxes in [#5077](getsentry/sentry-dotnet#5077) ### Dependencies ⬆️ #### Deps - chore(deps): update Native SDK to v0.13.5 by @github-actions in [#5119](getsentry/sentry-dotnet#5119) - chore(deps): update CLI to v3.3.5 by @github-actions in [#5093](getsentry/sentry-dotnet#5093) - chore(deps): update Native SDK to v0.13.4 by @github-actions in [#5081](getsentry/sentry-dotnet#5081) - chore(deps): update Java SDK to v8.37.1 by @github-actions in [#5071](getsentry/sentry-dotnet#5071) - chore(deps): update CLI to v3.3.4 by @github-actions in [#5068](getsentry/sentry-dotnet#5068) - chore(deps): update Java SDK to v8.37.0 by @github-actions in [#5069](getsentry/sentry-dotnet#5069) - chore(deps): update Cocoa SDK to v9.8.0 by @github-actions in [#5044](getsentry/sentry-dotnet#5044) - chore(deps): update Java SDK to v8.36.0 by @github-actions in [#5036](getsentry/sentry-dotnet#5036) - chore(deps): update epitaph to 0.1.1 by @github-actions in [#5036](getsentry/sentry-dotnet#5036) ### Other - chore: Update validate-pr workflow by @stephanie-anderson in [#5108](getsentry/sentry-dotnet#5108) - ci: fix workflows that always fail for fork PRs by @jamescrosswell in [#5065](getsentry/sentry-dotnet#5065) Commits viewable in [compare view](getsentry/sentry-dotnet@6.3.0...6.3.1). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | patch | `6.3.0` -> `6.3.1` | --- ### Release Notes <details> <summary>getsentry/sentry-dotnet (Sentry.Maui)</summary> ### [`v6.3.1`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#631) [Compare Source](getsentry/sentry-dotnet@6.3.0...6.3.1) ##### Fixes 🐛 - fix: Workaround FileNotFoundException on Android when recovering sessions by [@​jamescrosswell](https://github.com/jamescrosswell) in [#​5084](getsentry/sentry-dotnet#5084) - fix: `CaptureFeedback` now supports multiple attachments correctly by [@​bitsandfoxes](https://github.com/bitsandfoxes) in [#​5077](getsentry/sentry-dotnet#5077) ##### Dependencies ⬆️ ##### Deps - chore(deps): update Native SDK to v0.13.5 by [@​github-actions](https://github.com/github-actions) in [#​5119](getsentry/sentry-dotnet#5119) - chore(deps): update CLI to v3.3.5 by [@​github-actions](https://github.com/github-actions) in [#​5093](getsentry/sentry-dotnet#5093) - chore(deps): update Native SDK to v0.13.4 by [@​github-actions](https://github.com/github-actions) in [#​5081](getsentry/sentry-dotnet#5081) - chore(deps): update Java SDK to v8.37.1 by [@​github-actions](https://github.com/github-actions) in [#​5071](getsentry/sentry-dotnet#5071) - chore(deps): update CLI to v3.3.4 by [@​github-actions](https://github.com/github-actions) in [#​5068](getsentry/sentry-dotnet#5068) - chore(deps): update Java SDK to v8.37.0 by [@​github-actions](https://github.com/github-actions) in [#​5069](getsentry/sentry-dotnet#5069) - chore(deps): update Cocoa SDK to v9.8.0 by [@​github-actions](https://github.com/github-actions) in [#​5044](getsentry/sentry-dotnet#5044) - chore(deps): update Java SDK to v8.36.0 by [@​github-actions](https://github.com/github-actions) in [#​5036](getsentry/sentry-dotnet#5036) - chore(deps): update epitaph to 0.1.1 by [@​github-actions](https://github.com/github-actions) in [#​5036](getsentry/sentry-dotnet#5036) ##### Other - chore: Update validate-pr workflow by [@​stephanie-anderson](https://github.com/stephanie-anderson) in [#​5108](getsentry/sentry-dotnet#5108) - ci: fix workflows that always fail for fork PRs by [@​jamescrosswell](https://github.com/jamescrosswell) in [#​5065](getsentry/sentry-dotnet#5065) </details> --- ### Configuration 📅 **Schedule**: Branch...

Bumps scripts/update-java.ps1 from 8.35.0 to 8.36.0.
Auto-generated by a dependency updater.
Changelog
8.36.0
Features
options.getFeedbackOptions().setUseShakeGesture(true)or manifest meta-dataio.sentry.feedback.use-shake-gestureFixes
Dependencies
com.abovevacant:epitaphto0.1.1to avoid old D8/R8 dexing crashes in downstream Android builds on old AGP versions such as 7.4.x. (#5200)Changelog Entry