diff --git a/helm-values-intellij-plugin/build.gradle.kts b/helm-values-intellij-plugin/build.gradle.kts index 34b4ca9..a6256b7 100644 --- a/helm-values-intellij-plugin/build.gradle.kts +++ b/helm-values-intellij-plugin/build.gradle.kts @@ -16,7 +16,7 @@ plugins { // Kotlin support kotlin("jvm") // Gradle IntelliJ Plugin - id("org.jetbrains.intellij.platform") version "2.5.0" + id("org.jetbrains.intellij.platform") version "2.10.5" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.5.0" } @@ -43,7 +43,7 @@ dependencies { zipSigner() testFramework(Platform) } - testImplementation("io.mockk:mockk:1.14.6") + testImplementation("io.mockk:mockk:1.14.7") testImplementation("junit:junit:4.13.2") testImplementation(projects.helmValuesTest) { exclude("junit-jupiter-api") diff --git a/helm-values-shared/build.gradle.kts b/helm-values-shared/build.gradle.kts index 068a997..a7bc98c 100644 --- a/helm-values-shared/build.gradle.kts +++ b/helm-values-shared/build.gradle.kts @@ -10,7 +10,7 @@ kotlin { } dependencies { - api("org.apache.httpcomponents.client5:httpclient5:5.5.1") + api("org.apache.httpcomponents.client5:httpclient5:5.6") api("org.apache.commons:commons-compress:1.27.1") { api("org.apache.commons:commons-lang3:3.20.0") }