From 16673ec1654f8660fc404fd51f743bd83037ed22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 23:09:00 +0000 Subject: [PATCH] Build(deps): Bump sentry-logback from 6.8.0 to 6.9.2 Bumps [sentry-logback](https://github.com/getsentry/sentry-java) from 6.8.0 to 6.9.2. - [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.9.2) --- 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..eb28f89 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.9.2' compileOnly 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.projectlombok:lombok:1.18.22' testCompileOnly 'org.projectlombok:lombok:1.18.22'