diff --git a/build.gradle.kts b/build.gradle.kts index b433cff..d3a767d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ idea { } dependencies { - implementation("io.sentry:sentry:7.8.0") + implementation("io.sentry:sentry:7.9.0") implementation("org.apache.commons:commons-text:1.12.0") }