From cb394aaa2b169fb8a31e93cc0ff8e396be5d8e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:01:41 +0000 Subject: [PATCH] Bump org.jetbrains.intellij.platform from 2.9.0 to 2.10.3 Bumps org.jetbrains.intellij.platform from 2.9.0 to 2.10.3. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96feb93d..0ba293d7 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType plugins { - id 'org.jetbrains.intellij.platform' version '2.9.0' + id 'org.jetbrains.intellij.platform' version '2.10.3' } apply plugin: 'java'