From 1c4702b362693ae2610e779e00ab598ce3c3d676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:31:22 +0000 Subject: [PATCH] fix: bump io.sentry.jvm.gradle from 6.16.0 to 6.17.0 Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 6.16.0 to 6.17.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.16.0...6.17.0) --- updated-dependencies: - dependency-name: io.sentry.jvm.gradle dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c94f5b8..a3462a3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("fabric-loom") version "1.17.11" id("com.diffplug.spotless") version "8.8.0" - id("io.sentry.jvm.gradle") version "6.16.0" + id("io.sentry.jvm.gradle") version "6.17.0" } base { archivesName.set(project.property("archives_base_name") as String) }