From 68a1c4240f20d63d41562869c31c566aed8ed1b5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 29 Jan 2025 03:03:30 +0000
Subject: [PATCH] chore(deps): update plugin sentry to v5 (#5217)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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
getsentry/sentry-android-gradle-plugin
(io.sentry.android.gradle)
###
[`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
[#825](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/issues/825).
##### Fixes
- Ensure DexGuard flavor/buildtype mapping files are respected as well
([#822](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/822))
##### Dependencies
- Bump CLI from v2.39.1 to v2.41.1
([#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
([#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)
---
### 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.
---
- [ ] 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).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sasikanth Miriyampalli
---
CHANGELOG.md | 2 +-
gradle/libs.versions.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15c9a770ae8..e64d52f12ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -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
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4cfc5c7ebb1..191fdde5d5e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -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]