diff --git a/build.gradle.kts b/build.gradle.kts index b3604da..dd8b4c6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -140,7 +140,7 @@ tasks { } dependencies { - implementation("io.sentry:sentry:6.32.0") + implementation("io.sentry:sentry:7.0.0") testImplementation("org.axonframework:axon-modelling:${properties("axonVersion")}") testImplementation("org.axonframework:axon-messaging:${properties("axonVersion")}")