From 15510dba0e7c8153ddf907b471f29f1390c81fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:58:20 +0000 Subject: [PATCH] Bump io.sentry:sentry from 1.7.29 to 6.33.1 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 1.7.29 to 6.33.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/v1.7.29...6.33.1) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4bccca6c1b..753cc58e31 100644 --- a/build.gradle +++ b/build.gradle @@ -333,8 +333,8 @@ dependencies { // For Sentry bug reporting - implementation group: 'io.sentry', name: 'sentry', version: '1.7.29' - implementation group: 'io.sentry', name: 'sentry-log4j2', version: '1.7.29' + implementation group: 'io.sentry', name: 'sentry', version: '6.33.1' + implementation group: 'io.sentry', name: 'sentry-log4j2', version: '6.33.1' // parsing of configuration data implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.9.0'