diff --git a/build.gradle.kts b/build.gradle.kts index 025d961..26eddd2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-validation") implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-actuator") - implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.46.0") + implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.50.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("com.auth0:java-jwt:4.5.2") implementation("com.auth0:jwks-rsa:0.22.1")