Skip to content

Commit 2f378b4

Browse files
renovate[bot]sagarwal
andauthored
Update plugin sentry to v5.9.0 (#5511)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.sentry.android.gradle](https://redirect.github.com/getsentry/sentry-android-gradle-plugin) | `5.8.0` -> `5.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/5.9.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/5.8.0/5.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-android-gradle-plugin (io.sentry.android.gradle)</summary> ### [`v5.9.0`](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#590) [Compare Source](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/compare/5.8.1...5.9.0) ##### Dependencies - Bump Android SDK from v8.14.0 to v8.19.0 ([#&#8203;936](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/936), [#&#8203;943](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/943), [#&#8203;958](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/958)) - [changelog](https://redirect.github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8190) - [diff](https://redirect.github.com/getsentry/sentry-java/compare/8.14.0...8.19.0) - Bump CLI from v2.46.0 to v2.51.1 ([#&#8203;948](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/948), [#&#8203;957](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/957)) - [changelog](https://redirect.github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2511) - [diff](https://redirect.github.com/getsentry/sentry-cli/compare/2.46.0...2.51.1) ### [`v5.8.1`](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#581) [Compare Source](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/compare/5.8.0...5.8.1) ##### Fixes - Add support for Kotlin 2.2.0 for Sentry Kotlin Compiler Plugin ([#&#8203;944](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/944)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <[email protected]>
1 parent 60dd4e9 commit 2f378b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Bump KSP to v2.2.10-2.0.2
2525
- Bump AndroidX Work to v2.10.3
2626
- Bump Google Service to v4.4.3
27+
- Bump Sentry Android to v5.9.0
2728

2829
### Changes
2930

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
230230
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
231231
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
232232
google-services = { id = "com.google.gms.google-services", version = "4.4.3" }
233-
sentry = { id = "io.sentry.android.gradle", version = "5.8.0" }
233+
sentry = { id = "io.sentry.android.gradle", version = "5.9.0" }
234234

235235
[bundles]
236236
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]

0 commit comments

Comments
 (0)