diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b3f90..8531b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ - Add `platformBundledModules` to `gradle.properties` along with `bundledModules()` helper to the Gradle build file +### Changed + +- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.7.1` + ### Fixed - GitHub: Fixed the missing `$RELEASE_NOTE ` parent directory in the Release workflow diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e3c6e3b..2eacff7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ opentest4j = "1.3.0" # plugins changelog = "2.4.0" -intelliJPlatform = "2.7.0" +intelliJPlatform = "2.7.1" kotlin = "2.2.0" kover = "0.9.1" qodana = "2025.1.1"