From e80cc09b010f89bfa67274695fc14d6cebc700d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:48:40 +0000 Subject: [PATCH] Bump io.sentry.kotlin.compiler.gradle from 6.0.0 to 6.3.0 Bumps [io.sentry.kotlin.compiler.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 6.0.0 to 6.3.0. - [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-android-gradle-plugin/compare/6.0.0...6.3.0) --- updated-dependencies: - dependency-name: io.sentry.kotlin.compiler.gradle dependency-version: 6.3.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 3f561a2..a103a4c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ plugins { id("com.google.devtools.ksp") id("com.google.dagger.hilt.android") id("com.mikepenz.aboutlibraries.plugin") - id("io.sentry.kotlin.compiler.gradle") version "6.0.0" + id("io.sentry.kotlin.compiler.gradle") version "6.3.0" }