From 3cb0e13cfce93aeda937c79cb3a55099ba87dae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:57:05 +0000 Subject: [PATCH] Bump io.sentry:sentry from 5.6.0 to 6.14.0 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 5.6.0 to 6.14.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/5.6.0...6.14.0) --- 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 cf254ef..29f5853 100644 --- a/build.gradle +++ b/build.gradle @@ -40,8 +40,8 @@ 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-logback', version: '5.6.0' + compile group: 'io.sentry', name: 'sentry', version: '6.14.0' + compile group: 'io.sentry', name: 'sentry-logback', version: '6.14.0' compile group: 'org.nanohttpd', name: 'nanohttpd', version: '2.3.1' compile files(os.contains("mac") ? 'run/jcef/jcef_app.app/Contents/Java/jcef.jar' : 'run/jcef/jcef.jar')