From f86cdb0e62c402e7ea3c129c965484d80af42815 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:13:39 +0000 Subject: [PATCH] fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v4.3.0 (#446) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin](https://togithub.com/getsentry/sentry-android-gradle-plugin) | `4.2.0` -> `4.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/4.3.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/4.3.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.2.0/4.3.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.2.0/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
getsentry/sentry-android-gradle-plugin (io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin) ### [`v4.3.0`](https://togithub.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#430) [Compare Source](https://togithub.com/getsentry/sentry-android-gradle-plugin/compare/4.2.0...4.3.0) ##### Fixes - Bundle ASM version within the plugin and bump it to `9.4` ([#​637](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/637)) - This should fix the `java.lang.AssertionError: Class with incorrect id found` exception when using `kotlinx.serialization` - Fall back to `findTask` if `assembleProvider` of AndroidVariant is null when hooking source bundle and native symbols upload tasks ([#​639](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/639)) - Hook source context tasks to also run after `install{Variant}` tasks ([#​643](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/643)) - Do not run sentry-cli commands if telemetry is disabled ([#​648](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/648)) - Proguard and source context tasks don't run on every build ([#​634](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/634)) - Proguard UUID task now depends on the proguard mapping file. I.e. it will only run if the mapping file has changed - Source context tasks now depend on source file changes, if there are no source changes, the tasks won't run ##### Dependencies - Bump CLI from v2.25.0 to v2.28.0 ([#​638](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/638), [#​640](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/640), [#​642](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/642), [#​647](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/647), [#​652](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/652)) - [changelog](https://togithub.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2280) - [diff](https://togithub.com/getsentry/sentry-cli/compare/2.25.0...2.28.0) Bump Android SDK from v7.2.0 to v7.3.0 ([#​646](https://togithub.com/getsentry/sentry-android-gradle-plugin/pull/646)) [changelog](https://togithub.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730) [diff](https://togithub.com/getsentry/sentry-java/compare/7.2.0...7.3.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/msfjarvis/compose-lobsters). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8b3ad359..7998f551 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" } build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:3.0" build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } build-semver = "com.github.zafarkhaja:java-semver:0.10.2" -build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.2.0" +build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.0" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4" coil = { module = "io.coil-kt:coil", version.ref = "coil" }