From b7eb2c0f54729daad382607ba95d3b9cfc0954bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:39:50 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.intellij.platform from 2.7.0 to 2.16.0 Bumps org.jetbrains.intellij.platform from 2.7.0 to 2.16.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.16.0 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 8fb101d..abb7eda 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "org.jetbrains.intellij.platform" version "2.7.0" + id "org.jetbrains.intellij.platform" version "2.16.0" id "jacoco" }