From b2d26b11ae46d729303567f8b849f6d561460009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:28:50 +0000 Subject: [PATCH] Bump io.sentry:sentry-logback from 7.19.0 to 7.20.0 Bumps [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) from 7.19.0 to 7.20.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/7.19.0...7.20.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- threedollar-application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threedollar-application/build.gradle b/threedollar-application/build.gradle index ee179a0..f5d8a5a 100644 --- a/threedollar-application/build.gradle +++ b/threedollar-application/build.gradle @@ -25,6 +25,6 @@ dependencies { // Sentry implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.19.0' - implementation("io.sentry:sentry-logback:7.19.0") + implementation("io.sentry:sentry-logback:7.20.0") }