From 78d0caa75088218a861265b6193e0ca859244ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:46:23 +0000 Subject: [PATCH] chore(deps): bump io.sentry.jvm.gradle from 5.12.2 to 6.3.0 Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 5.12.2 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/5.12.2...6.3.0) --- updated-dependencies: - dependency-name: io.sentry.jvm.gradle dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f80468c61..a15672c47 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { base java id("io.freefair.lombok") version "9.1.0" - id("io.sentry.jvm.gradle") version "5.12.2" + id("io.sentry.jvm.gradle") version "6.3.0" } group = "net.swofty"