diff --git a/build.gradle.kts b/build.gradle.kts index 84ab8f1..421af3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -148,7 +148,7 @@ dependencies { testFramework(TestFrameworkType.Plugin.Java) } - implementation("io.sentry:sentry:6.32.0") + implementation("io.sentry:sentry:7.19.1") testImplementation("junit:junit:4.13.2") testImplementation("org.axonframework:axon-modelling:${properties("axonVersion")}")