Skip to content

Commit b143efa

Browse files
authored
Merge pull request #368 from AxonFramework/dependabot/gradle/github-dependencies-a5b48ed3d6
Bump the github-dependencies group with 3 updates
2 parents 49cd4da + 82949ab commit b143efa

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)