From b03234c2c4d68c7594201ea8e36ff03d55d9ab38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 22:57:05 +0000 Subject: [PATCH] build(deps): bump io.sentry:sentry from 6.23.0 to 6.24.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 6.23.0 to 6.24.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/6.23.0...6.24.0) --- updated-dependencies: - dependency-name: io.sentry:sentry 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 d01b36f..dfb3af1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ idea { } dependencies { - implementation("io.sentry:sentry:6.23.0") + implementation("io.sentry:sentry:6.24.0") } sourceSets {