From 82949ab494a8460621905ee22aec12299c1ce5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 01:52:50 +0000 Subject: [PATCH] Bump the github-dependencies group with 3 updates Bumps the github-dependencies group with 3 updates: [io.sentry:sentry](https://github.com/getsentry/sentry-java), org.jetbrains.intellij.platform and [gradle-wrapper](https://github.com/gradle/gradle). Updates `io.sentry:sentry` from 8.44.1 to 8.46.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.44.1...8.46.0) Updates `org.jetbrains.intellij.platform` from 2.16.0 to 2.17.0 Updates `gradle-wrapper` from 9.6.0 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-version: 8.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a586bdc..1b697c2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ plugins { // Kotlin support id("org.jetbrains.kotlin.jvm") version "2.4.0" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij.platform") version "2.16.0" + id("org.jetbrains.intellij.platform") version "2.17.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.44.1") + implementation("io.sentry:sentry:8.46.0") testImplementation("junit:junit:4.13.2") testImplementation("org.assertj:assertj-core:3.27.7") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 65d8749..dbe66e1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=bbaeb2fef8710818cf0e261201dab964c572f92b942812df0c3620d62a529a01 -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip +distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14 +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500