diff --git a/daemon/build.gradle.kts b/daemon/build.gradle.kts index d5ef22f3..6c4cc42b 100644 --- a/daemon/build.gradle.kts +++ b/daemon/build.gradle.kts @@ -111,7 +111,7 @@ dependencies { // Added separately from springdoc for production builds implementation("io.swagger.core.v3:swagger-annotations-jakarta:2.2.15") - implementation("io.sentry:sentry-spring-boot-starter-jakarta:6.27.0") + implementation("io.sentry:sentry-spring-boot-starter-jakarta:6.31.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")