diff --git a/build.gradle.kts b/build.gradle.kts index 08296f4..d8e72fd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ idea { // 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.13.0") + implementation("io.sentry:sentry:7.14.0") 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