Skip to content

Commit 82949ab

Browse files
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](getsentry/sentry-java@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](gradle/gradle@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] <support@github.com>
1 parent 49cd4da commit 82949ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
// Kotlin support
3131
id("org.jetbrains.kotlin.jvm") version "2.4.0"
3232
// Gradle IntelliJ Plugin
33-
id("org.jetbrains.intellij.platform") version "2.16.0"
33+
id("org.jetbrains.intellij.platform") version "2.17.0"
3434
// Gradle Changelog Plugin
3535
id("org.jetbrains.changelog") version "2.5.0"
3636
// Gradle Qodana Plugin
@@ -152,7 +152,7 @@ dependencies {
152152
testFramework(TestFrameworkType.Plugin.Java)
153153
}
154154

155-
implementation("io.sentry:sentry:8.44.1")
155+
implementation("io.sentry:sentry:8.46.0")
156156

157157
testImplementation("junit:junit:4.13.2")
158158
testImplementation("org.assertj:assertj-core:3.27.7")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=bbaeb2fef8710818cf0e261201dab964c572f92b942812df0c3620d62a529a01
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
3+
distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
55
networkTimeout=10000
66
retries=0
77
retryBackOffMs=500

0 commit comments

Comments
 (0)