From 6a20c1f311397500a4d8843f2c99ce7b4cee4389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:52:26 +0000 Subject: [PATCH] Bump the github-dependencies group across 1 directory with 2 updates Bumps the github-dependencies group with 2 updates in the / directory: [io.sentry:sentry](https://github.com/getsentry/sentry-java) and org.jetbrains.intellij.platform. Updates `io.sentry:sentry` from 8.36.0 to 8.38.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.38.0) Updates `org.jetbrains.intellij.platform` from 2.13.1 to 2.14.0 --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ecdcf3d..085fb08 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "2.3.20" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij.platform") version "2.13.1" + id("org.jetbrains.intellij.platform") version "2.14.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.38.0") testImplementation("junit:junit:4.13.2") testImplementation("org.assertj:assertj-core:3.27.7")