From bf6ce72b583af7e9c3db5338b7a835af7a745df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 10:19:26 +0000 Subject: [PATCH] Bump io.sentry:sentry-log4j2 from 5.7.4 to 6.15.0 Bumps [io.sentry:sentry-log4j2](https://github.com/getsentry/sentry-java) from 5.7.4 to 6.15.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.7.4...6.15.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-log4j2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d0fb5bc..962b089 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { implementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.36") implementation(group = "io.sentry", name = "sentry", version = "5.7.4") - implementation(group = "io.sentry", name = "sentry-log4j2", version = "5.7.4") + implementation(group = "io.sentry", name = "sentry-log4j2", version = "6.15.0") implementation(group = "javax.servlet", name = "javax.servlet-api", version = "4.0.1") // For PDF image extraction