From a4f45d9b88ed60ec90e39f04f4312dab87c49f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:55:12 +0000 Subject: [PATCH] build: bump io.sentry:sentry from 8.12.0 to 8.15.1 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 8.12.0 to 8.15.1. - [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.12.0...8.15.1) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.15.1 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 48116fb..b0cc8d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ repositories { dependencies { implementation("com.google.code.gson:gson:2.13.1") - implementation("io.sentry:sentry:8.12.0") + implementation("io.sentry:sentry:8.15.1") val junitVersion = "5.12.2" testImplementation("junit:junit:4.13.2")