diff --git a/build.gradle.kts b/build.gradle.kts
index 7ed38623..4b2a9e7e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -27,7 +27,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Use the same version and group for the jar and the plugin
-val currentVersion = "2.2.1"
+val currentVersion = "2.2.2"
val myGroup = "com.mituuz"
version = currentVersion
group = myGroup
@@ -44,6 +44,12 @@ intellijPlatform {
Update dependencies
+
Version 2.2.1
+
+ -
+ Update dependencies
+
+
Version 2.2.0
-
diff --git a/changelog.md b/changelog.md
index 6377392e..e270c99f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog
+## Version 2.2.2
+
+- Update dependencies
+
## Version 2.2.1
- Update dependencies
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 2ea5f51e..6ff4697d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,9 +1,9 @@
[versions]
junit5 = "6.0.3"
junit4 = "4.13.2"
-kotlin = "2.2.21"
-intellijPlatform = "2.11.0"
-kover = "0.9.7"
+kotlin = "2.3.21"
+intellijPlatform = "2.15.0"
+kover = "0.9.8"
communityVersion = "2025.1"
mockk = "1.14.9"