From e29b0d16ccff697419dbd15340bf5562e312bd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:37:08 +0000 Subject: [PATCH] Bump io.sentry:sentry from 7.17.0 to 7.18.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 7.17.0 to 7.18.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.17.0...7.18.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6315ebe3b..28760a4e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ dependencies { exclude group: 'org.apache.commons', module: 'commons-lang3' } api 'org.apache.commons:commons-lang3:3.17.0' - api 'io.sentry:sentry:7.17.0' + api 'io.sentry:sentry:7.18.0' api 'commons-io:commons-io:2.18.0' api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1" api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.18.1"