From f1a41f433ee5c5c81295c107e3a1dc753ebee434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:01:01 +0000 Subject: [PATCH] Bump sentry-logback from 5.6.0 to 6.13.0 Bumps [sentry-logback](https://github.com/getsentry/sentry-java) from 5.6.0 to 6.13.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.13.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..9a2e66e 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.13.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')