From 20ba2aeb75cb74f5ec8d29e25eeee552fe112b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:01:12 +0000 Subject: [PATCH] Bump io.sentry:sentry from 5.6.0 to 6.13.1 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 5.6.0 to 6.13.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/5.6.0...6.13.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cf254ef..a0b10d2 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { compile group: 'net.sf.jopt-simple', name: 'jopt-simple', version: '5.0.4' compile group: 'com.github.vatbub', name: 'mslinks', version: '1.0.5' compile group: 'org.jclarion', name: 'image4j', version: '0.7' - compile group: 'io.sentry', name: 'sentry', version: '5.6.0' + compile group: 'io.sentry', name: 'sentry', version: '6.13.1' compile group: 'io.sentry', name: 'sentry-logback', version: '5.6.0' compile group: 'org.nanohttpd', name: 'nanohttpd', version: '2.3.1'