Skip to content

Commit c99ad00

Browse files
Merge pull request #347 from AxonFramework/dependabot/gradle/github-dependencies-3a0a74ef32
Bump the github-dependencies group with 6 updates
2 parents 6b0edf2 + 7fa369c commit c99ad00

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import org.jetbrains.changelog.markdownToHTML
1919
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
2020
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
2121
import org.jetbrains.intellij.platform.gradle.models.ProductRelease
22+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2223
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2324

2425
fun properties(key: String) = project.findProperty(key).toString()
@@ -27,11 +28,11 @@ plugins {
2728
// Java support
2829
id("java")
2930
// Kotlin support
30-
id("org.jetbrains.kotlin.jvm") version "2.1.0"
31+
id("org.jetbrains.kotlin.jvm") version "2.3.0"
3132
// Gradle IntelliJ Plugin
32-
id("org.jetbrains.intellij.platform") version "2.6.0"
33+
id("org.jetbrains.intellij.platform") version "2.11.0"
3334
// Gradle Changelog Plugin
34-
id("org.jetbrains.changelog") version "2.2.1"
35+
id("org.jetbrains.changelog") version "2.5.0"
3536
// Gradle Qodana Plugin
3637
id("org.jetbrains.qodana") version "0.1.13"
3738
}
@@ -120,7 +121,7 @@ tasks {
120121
targetCompatibility = it
121122
}
122123
withType<KotlinCompile> {
123-
kotlinOptions.jvmTarget = it
124+
compilerOptions.jvmTarget.set(JvmTarget.fromTarget(it))
124125
}
125126
}
126127

@@ -147,15 +148,14 @@ dependencies {
147148
bundledPlugin("org.jetbrains.kotlin")
148149
pluginVerifier()
149150
zipSigner()
150-
instrumentationTools()
151151

152152
testFramework(TestFrameworkType.Plugin.Java)
153153
}
154154

155-
implementation("io.sentry:sentry:6.32.0")
155+
implementation("io.sentry:sentry:8.31.0")
156156

157157
testImplementation("junit:junit:4.13.2")
158-
testImplementation("org.assertj:assertj-core:3.27.0")
158+
testImplementation("org.assertj:assertj-core:3.27.7")
159159

160160
// NOTE: No Axon dependencies needed at compile time!
161161
// Tests dynamically download JARs from Maven Central and add via PsiTestUtil.

gradle/wrapper/gradle-wrapper.jar

2.65 KB
Binary file not shown.

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=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionSha256Sum=0d585f69da091fc5b2beced877feab55a3064d43b8a1d46aeb07996b0915e0e0
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

100755100644
Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)