From ae910ced185fb3c1eeca7766394648a1e19975bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:02:27 -0500 Subject: [PATCH] Update dependency io.sentry.android.gradle to v4.14.1 (#291) 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.13.0` -> `4.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/4.14.1?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/4.14.1?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.13.0/4.14.1?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.13.0/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
getsentry/sentry-android-gradle-plugin (io.sentry.android.gradle) ### [`v4.14.1`](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#4141) [Compare Source](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/compare/4.14.0...4.14.1) ##### Dependencies - Bump CLI from v2.39.0 to v2.39.1 ([#​792](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/792)) - [changelog](https://redirect.github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391) - [diff](https://redirect.github.com/getsentry/sentry-cli/compare/2.39.0...2.39.1) ### [`v4.14.0`](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#4140) [Compare Source](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/compare/4.13.0...4.14.0) ##### Features - Add AutoInstallStrategy for graphql-22 ([#​781](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/781)) - New experimental option to upload proguard mappings chunked. Set the env variable to try it out: `export SENTRY_EXPERIMENTAL_PROGUARD_CHUNK_UPLOAD=1` - This should prevent intermittent `502: Bad Gateway` errors when uploading proguard mappings ##### Dependencies - Bump CLI from v2.38.0 to v2.39.0 ([#​786](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/786), [#​791](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/791)) - [changelog](https://redirect.github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2390) - [diff](https://redirect.github.com/getsentry/sentry-cli/compare/2.38.0...2.39.0) - Bump Android SDK from v7.16.0 to v7.18.0 ([#​788](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/788)) - [changelog](https://redirect.github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7180) - [diff](https://redirect.github.com/getsentry/sentry-java/compare/7.16.0...7.18.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 becomes conflicted, 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/EmergeTools/hackernews). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 57d9a0e4..72ebd49e 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -20,7 +20,7 @@ emergePlugin = "4.0.5" emergeSnapshots = "1.3.1" emergeReaper = "1.0.0-rc03" emergeDistribution = "0.0.1" -sentry = "4.13.0" +sentry = "4.14.1" shapes = "1.0.1" datastore = "1.1.1" room = "2.6.1"