diff --git a/build.gradle.kts b/build.gradle.kts index 766da47..e8b8d62 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,8 +38,8 @@ dependencies { //START CUSTOM implementation("at.favre.lib:bcrypt:0.10.2") implementation("de.skuzzle:semantic-version:2.1.1") - implementation("com.google.code.gson:gson:2.13.1") - implementation("org.apache.commons:commons-text:1.13.1") + implementation("com.google.code.gson:gson:2.13.2") + implementation("org.apache.commons:commons-text:1.14.0") //END CUSTOM // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 03b91c8..c73642e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,11 +4,11 @@ junit = "4.13.2" opentest4j = "1.3.0" # plugins -changelog = "2.2.1" -intelliJPlatform = "2.6.0" -kotlin = "2.2.0" -kover = "0.9.1" -qodana = "2025.1.1" +changelog = "2.4.0" +intelliJPlatform = "2.9.0" +kotlin = "2.2.20" +kover = "0.9.2" +qodana = "2025.2.1" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" }