diff --git a/crime-evidence/build.gradle b/crime-evidence/build.gradle index 23a1d2e..81964a0 100644 --- a/crime-evidence/build.gradle +++ b/crime-evidence/build.gradle @@ -17,6 +17,7 @@ jacoco { def versions = [ okhttpVersion : "4.9.3", + sentryVersion : "7.0.0", mockwebserverVersion : "4.10.0", pitest : "1.4.10", commonsLang3Version : "3.10", @@ -44,9 +45,9 @@ dependencies { implementation platform(SpringBootPlugin.BOM_COORDINATES) annotationProcessor platform(SpringBootPlugin.BOM_COORDINATES) - implementation "io.sentry:sentry-spring-boot-starter-jakarta:6.22.0" - implementation "io.sentry:sentry-logback:6.22.0" - + implementation platform("io.sentry:sentry-bom:$versions.sentryVersion") + implementation("io.sentry:sentry-spring-boot-starter-jakarta") + implementation("io.sentry:sentry-logback") implementation "org.springframework.boot:spring-boot-starter-web" implementation "org.springframework.boot:spring-boot-starter-actuator"