From aef63db995f13608fad3702a3ead072f0a7d9368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 20:35:08 +0000 Subject: [PATCH] Bump org.jetbrains.intellij.platform from 2.1.0 to 2.6.0 Bumps org.jetbrains.intellij.platform from 2.1.0 to 2.6.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 50c01cb..ba6573f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType plugins { id("java") // Java support kotlin("jvm") version "2.1.10"// Kotlin support - id("org.jetbrains.intellij.platform") version "2.2.1" + id("org.jetbrains.intellij.platform") version "2.6.0" alias(libs.plugins.changelog) // Gradle Changelog Plugin alias(libs.plugins.qodana) // Gradle Qodana Plugin alias(libs.plugins.kover) // Gradle Kover Plugin diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4c2f43f..adf9c28 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ junit = "4.13.2" # plugins changelog = "2.2.1" -intelliJPlatform = "2.1.0" +intelliJPlatform = "2.6.0" kotlin = "1.9.25" kover = "0.8.3" qodana = "2024.2.3"