From 15ae3260889774cfa768dba00a4785d9e873b037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 01:52:24 +0000 Subject: [PATCH] Bump io.sentry:sentry in the github-dependencies group Bumps the github-dependencies group with 1 update: [io.sentry:sentry](https://github.com/getsentry/sentry-java). Updates `io.sentry:sentry` from 8.40.0 to 8.41.0 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/8.40.0...8.41.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... 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 e0a858e..ca7adbf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -152,7 +152,7 @@ dependencies { testFramework(TestFrameworkType.Plugin.Java) } - implementation("io.sentry:sentry:8.40.0") + implementation("io.sentry:sentry:8.41.0") testImplementation("junit:junit:4.13.2") testImplementation("org.assertj:assertj-core:3.27.7")