From 700456390b21003b687b2cba63f61b0cf3081dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 01:53:50 +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.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `io.sentry:sentry` from 8.41.0 to 8.43.1 - [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.41.0...8.43.1) Updates `org.jetbrains.kotlin.jvm` from 2.3.21 to 2.4.0 - [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.21...v2.4.0) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.4.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 ca7adbf..53d545a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ plugins { // Java support id("java") // Kotlin support - id("org.jetbrains.kotlin.jvm") version "2.3.21" + id("org.jetbrains.kotlin.jvm") version "2.4.0" // Gradle IntelliJ Plugin id("org.jetbrains.intellij.platform") version "2.16.0" // Gradle Changelog Plugin @@ -152,7 +152,7 @@ dependencies { testFramework(TestFrameworkType.Plugin.Java) } - implementation("io.sentry:sentry:8.41.0") + implementation("io.sentry:sentry:8.43.1") testImplementation("junit:junit:4.13.2") testImplementation("org.assertj:assertj-core:3.27.7")