From cca731ad71e18c510650817031710089bb0668fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:57:49 +0000 Subject: [PATCH] build(deps): bump the gradle-deps group with 3 updates Bumps the gradle-deps group with 3 updates: org.jetbrains.intellij.platform, [org.jetbrains.dokka](https://github.com/Kotlin/dokka) and [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit). Updates `org.jetbrains.intellij.platform` from 2.5.0 to 2.10.2 Updates `org.jetbrains.dokka` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v2.0.0...v2.1.0) Updates `net.javacrumbs.json-unit:json-unit-assertj` from 4.1.1 to 5.0.0 - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-4.1.1...json-unit-parent-5.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: org.jetbrains.dokka dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] --- helm-values-intellij-plugin/build.gradle.kts | 2 +- helm-values-shared/build.gradle.kts | 2 +- helm-values-test/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-values-intellij-plugin/build.gradle.kts b/helm-values-intellij-plugin/build.gradle.kts index a60269a..865a8a7 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.2" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.4.0" } diff --git a/helm-values-shared/build.gradle.kts b/helm-values-shared/build.gradle.kts index dd45557..039ef0c 100644 --- a/helm-values-shared/build.gradle.kts +++ b/helm-values-shared/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") - id("org.jetbrains.dokka") version "2.0.0" + id("org.jetbrains.dokka") version "2.1.0" `maven-publish` signing } diff --git a/helm-values-test/build.gradle.kts b/helm-values-test/build.gradle.kts index 7142563..fec1d71 100644 --- a/helm-values-test/build.gradle.kts +++ b/helm-values-test/build.gradle.kts @@ -10,7 +10,7 @@ kotlin { dependencies { api("org.junit.jupiter:junit-jupiter-api:6.0.0") api("org.assertj:assertj-core:3.27.6") - api("net.javacrumbs.json-unit:json-unit-assertj:4.1.1") + api("net.javacrumbs.json-unit:json-unit-assertj:5.0.0") api("org.wiremock:wiremock:3.13.1") implementation("org.jetbrains.kotlin:kotlin-stdlib") }