diff --git a/service/build.gradle b/service/build.gradle index 2f0338c4..d56171fd 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -19,7 +19,7 @@ apply(from: "$includeDir/testing.gradle") dependencies { implementation project(':library') - implementation 'io.sentry:sentry:7.20.0' + implementation 'io.sentry:sentry:8.0.0' implementation group: "org.springframework.boot", name: "spring-boot-starter-web" implementation group: "org.springframework.boot", name: "spring-boot-starter-validation"