From 527b63624dafcaeb51f357c630e1a867cd2e724f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:56:56 +0000 Subject: [PATCH] Bump io.sentry:sentry-logback from 5.6.0 to 6.14.0 Bumps [io.sentry:sentry-logback](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-logback 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..66e9ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { 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-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')