diff --git a/build.gradle.kts b/build.gradle.kts index 6882e84..993e7a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ sourceSets { // Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog dependencies { testImplementation(libs.junit) - implementation("io.sentry:sentry:7.17.0") + implementation("io.sentry:sentry:7.18.1") implementation("org.apache.commons:commons-text:1.12.0") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html