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")