From 41fd626676daf77c7ad38aee942bbd67fa4b0fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 00:06:08 +0000 Subject: [PATCH] Bump io.sentry.android.gradle from 5.7.0 to 5.9.0 Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 5.7.0 to 5.9.0. - [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/5.9.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.7.0...5.9.0) --- updated-dependencies: - dependency-name: io.sentry.android.gradle dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e14709b7b..8599e8e14 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,7 +14,7 @@ plugins { id("com.google.gms.google-services") id("com.google.firebase.appdistribution") id("com.google.android.gms.oss-licenses-plugin") - id("io.sentry.android.gradle") version "5.7.0" + id("io.sentry.android.gradle") version "5.9.0" id("artemis.android.room") }