From 1c6743e8fa822298193ce95b2352b7a4acab1f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:33:19 +0000 Subject: [PATCH] Update dependency io.sentry:sentry-spring-boot-starter-jakarta to v7.20.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 40d1d75c9f..876259902b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server") implementation("org.springframework.boot:spring-boot-starter-oauth2-client") - implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.11.0") + implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.20.0") runtimeOnly("org.ehcache:ehcache") runtimeOnly("org.flywaydb:flyway-database-postgresql")