From 6f83de3ca0220aca44c2c30f496be2de6e89797b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:24:24 -0600 Subject: [PATCH] Bump sentry from 6.4.0 to 6.9.1 (#7) Bumps [sentry](https://github.com/getsentry/sentry-java) from 6.4.0 to 6.9.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/6.4.0...6.9.1) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 5211448..beb58b7 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -6,7 +6,7 @@ plugins { dependencies { implementation("commons-io:commons-io:2.11.0") - implementation("io.sentry:sentry:6.4.0") + implementation("io.sentry:sentry:6.9.1") } configurations {