From 5beb44ccf0a3f561b35318b399d4a910549eac81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 01:53:41 +0000 Subject: [PATCH] Bump the github-dependencies group across 1 directory with 3 updates Bumps the github-dependencies group with 3 updates in the / directory: [io.sentry:sentry](https://github.com/getsentry/sentry-java), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and org.jetbrains.intellij.platform. Updates `io.sentry:sentry` from 8.36.0 to 8.40.0 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/8.36.0...8.40.0) Updates `org.jetbrains.kotlin.jvm` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.20...v2.3.21) Updates `org.jetbrains.intellij.platform` from 2.13.1 to 2.15.0 --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ecdcf3d..66dc45b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,9 +28,9 @@ plugins { // Java support id("java") // Kotlin support - id("org.jetbrains.kotlin.jvm") version "2.3.20" + id("org.jetbrains.kotlin.jvm") version "2.3.21" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij.platform") version "2.13.1" + id("org.jetbrains.intellij.platform") version "2.15.0" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.5.0" // Gradle Qodana Plugin @@ -152,7 +152,7 @@ dependencies { testFramework(TestFrameworkType.Plugin.Java) } - implementation("io.sentry:sentry:8.36.0") + implementation("io.sentry:sentry:8.40.0") testImplementation("junit:junit:4.13.2") testImplementation("org.assertj:assertj-core:3.27.7")