From 77ceeefb25c99c5f2053439510775ceca7b845f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:09:22 +0000 Subject: [PATCH] Bump io.sentry:sentry-spring-boot-starter-jakarta from 7.12.0 to 7.12.1 Bumps [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) from 7.12.0 to 7.12.1. - [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.12.0...7.12.1) --- updated-dependencies: - dependency-name: io.sentry:sentry-spring-boot-starter-jakarta dependency-type: direct:production update-type: version-update:semver-patch ... 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 c44c032..0ab723a 100644 --- a/threedollar-application/build.gradle +++ b/threedollar-application/build.gradle @@ -23,6 +23,6 @@ dependencies { implementation("com.google.code.findbugs:jsr305:${findBugsJsr305Version}") // Sentry - implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.12.0' + implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.12.1' implementation("io.sentry:sentry-logback:7.12.0") }