From c49e06312ced8b40f711dd1597ed40d2c433fe86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:47:27 +0000 Subject: [PATCH] chore(deps): bump io.sentry:sentry from 6.18.1 to 6.28.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 6.18.1 to 6.28.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.18.1...6.28.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 441fe3f6..87bfd72c 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ repositories { dependencies { implementation "commons-io:commons-io:2.11.0" - implementation 'io.sentry:sentry:6.18.1' + implementation 'io.sentry:sentry:6.28.0' testImplementation "junit:junit:4.13.2" testImplementation "org.jetbrains.kotlin:kotlin-test:1.8.20" testImplementation "org.mockito:mockito-core:5.+"