From 1750e19e4a5703bfe6dd7d71f4a2a3ab8c6785fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 23:04:08 +0000 Subject: [PATCH] Build(deps): Bump sentry-logback from 6.8.0 to 6.11.0 Bumps [sentry-logback](https://github.com/getsentry/sentry-java) from 6.8.0 to 6.11.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/6.8.0...6.11.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a97a7fe..9b72d7b 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.4' implementation 'ch.qos.logback:logback-core:1.4.5' implementation 'ch.qos.logback:logback-classic:1.4.5' - implementation 'io.sentry:sentry-logback:6.8.0' + implementation 'io.sentry:sentry-logback:6.11.0' compileOnly 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.projectlombok:lombok:1.18.22' testCompileOnly 'org.projectlombok:lombok:1.18.22'