From 2231e1550972e2ba344c98588f7555b1ade271b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:04:24 +0000 Subject: [PATCH] build(deps): bump io.sentry:sentry from 7.8.0 to 7.9.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 7.8.0 to 7.9.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/7.8.0...7.9.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 b433cff..d3a767d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ idea { } dependencies { - implementation("io.sentry:sentry:7.8.0") + implementation("io.sentry:sentry:7.9.0") implementation("org.apache.commons:commons-text:1.12.0") }