Skip to content

Commit

Permalink
chore(deps): update plugin sentry to v5 (#5217)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.sentry.android.gradle](https://redirect.github.com/getsentry/sentry-android-gradle-plugin)
| `4.14.1` -> `5.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/4.14.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/4.14.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>getsentry/sentry-android-gradle-plugin
(io.sentry.android.gradle)</summary>

###
[`v5.0.0`](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#500)

[Compare
Source](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/compare/4.14.1...5.0.0)

##### Intro

Version 5.0 of the `sentry-android-gradle-plugin` uses the latest major
version of the Java/Android SDK (`8.0.0`).
We plan to do another major release within the next few months, which
will contain more functional changes.
You can see what exactly we're planning and track progress in
[#&#8203;825](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/825).

##### Fixes

- Ensure DexGuard flavor/buildtype mapping files are respected as well
([#&#8203;822](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/822))

##### Dependencies

- Bump CLI from v2.39.1 to v2.41.1
([#&#8203;818](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/818))
-
[changelog](https://redirect.github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2411)
-
[diff](https://redirect.github.com/getsentry/sentry-cli/compare/2.39.1...2.41.1)
- Bump Android SDK from v7.18.0 to v8.0.0
([#&#8203;817](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/817))
-
[changelog](https://redirect.github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#800)
-
[diff](https://redirect.github.com/getsentry/sentry-java/compare/7.18.0...8.0.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sasikanth Miriyampalli <[email protected]>
  • Loading branch information
renovate[bot] and msasikanth authored Jan 29, 2025
1 parent bcec06d commit 68a1c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
- Bump RootBeer to 0.1.1
- Update `CVDRisk` table `riskScore` to range from string
- Bump Mobius to v2.1.1
- Bump Sentry Gradle plugin to v4.14.1
- Bump AndroidX Camera View to v1.4.1
- Bump Coroutines to v1.10.1
- Bump Lint to v31.8.0
Expand All @@ -53,6 +52,7 @@
- Add statin v1 translations for Tamil (Sri Lanka) and Sinhala
- Bump Sentry Android to v8.0.0
- Bump Gradle to v8.12.1
- Bump Sentry Gradle plugin to v5

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
sentry = { id = "io.sentry.android.gradle", version = "4.14.1" }
sentry = { id = "io.sentry.android.gradle", version = "5.0.0" }
datadog = { id = "com.datadoghq.dd-sdk-android-gradle-plugin", version = "1.15.0" }

[bundles]
Expand Down

0 comments on commit 68a1c42

Please sign in to comment.