From be4a483439caaf74487389d949ba0ec1f418ea01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:01:01 +0000 Subject: [PATCH] Build(deps): Bump io.sentry:sentry-logback from 6.8.0 to 6.14.0 Bumps [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) from 6.8.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/6.8.0...6.14.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..dcd7a5b 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.14.0' compileOnly 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.projectlombok:lombok:1.18.22' testCompileOnly 'org.projectlombok:lombok:1.18.22'