From 1ea94d989a9bf577e17de26835cafa0fa81a40ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:04:41 +0000 Subject: [PATCH] build(deps): bump the gradle-deps group across 1 directory with 10 updates Bumps the gradle-deps group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.20.0` | `2.20.1` | | org.jetbrains.changelog | `2.4.0` | `2.5.0` | | org.apache.commons:commons-lang3 | `3.19.0` | `3.20.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.0` | `2.20.1` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.20.0` | `2.20.1` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.20.0` | `2.20.1` | | [org.jetbrains.dokka](https://github.com/Kotlin/dokka) | `2.0.0` | `2.1.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` | | [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | `4.1.1` | `5.1.0` | | [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.13.1` | `3.13.2` | Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.0 to 2.20.1 Updates `org.jetbrains.changelog` from 2.4.0 to 2.5.0 Updates `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.20.0...jackson-module-kotlin-2.20.1) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.20.0...jackson-dataformats-text-2.20.1) 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 `org.junit.jupiter:junit-jupiter-api` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1) Updates `net.javacrumbs.json-unit:json-unit-assertj` from 4.1.1 to 5.1.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.1.0) Updates `org.wiremock:wiremock` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.13.1...3.13.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jetbrains.changelog dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch 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: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-deps - dependency-name: org.wiremock:wiremock dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- helm-values-intellij-plugin/build.gradle.kts | 4 ++-- helm-values-shared/build.gradle.kts | 10 +++++----- helm-values-test/build.gradle.kts | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2252470..8d1ee31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: run: | PROPERTIES="$(./gradlew properties --console=plain -q)" VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')" - PLUGIN_VERIFIER_CONFIGURATION="-PintellijPluginSinceBuild=251 -PintellijPlatformVersion=2025.1.4.1" + PLUGIN_VERIFIER_CONFIGURATION="-PintellijPluginSinceBuild=251 -PintellijPluginUntilBuild=252.* -PintellijPlatformVersion=2025.1.4.1" echo "version=$VERSION" >> $GITHUB_OUTPUT echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT diff --git a/helm-values-intellij-plugin/build.gradle.kts b/helm-values-intellij-plugin/build.gradle.kts index a60269a..34b4ca9 100644 --- a/helm-values-intellij-plugin/build.gradle.kts +++ b/helm-values-intellij-plugin/build.gradle.kts @@ -18,7 +18,7 @@ plugins { // Gradle IntelliJ Plugin id("org.jetbrains.intellij.platform") version "2.5.0" // Gradle Changelog Plugin - id("org.jetbrains.changelog") version "2.4.0" + id("org.jetbrains.changelog") version "2.5.0" } repositories { @@ -35,7 +35,7 @@ dependencies { api(projects.helmValuesShared) { exclude(module = "slf4j-api") } - api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0") + api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1") intellijPlatform { intellijIdeaCommunity(intellijPlatformVersion) bundledModule("com.intellij.modules.json") diff --git a/helm-values-shared/build.gradle.kts b/helm-values-shared/build.gradle.kts index dd45557..068a997 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 } @@ -12,11 +12,11 @@ kotlin { dependencies { api("org.apache.httpcomponents.client5:httpclient5:5.5.1") api("org.apache.commons:commons-compress:1.27.1") { - api("org.apache.commons:commons-lang3:3.19.0") + api("org.apache.commons:commons-lang3:3.20.0") } - api("com.fasterxml.jackson.core:jackson-databind:2.20.0") - api("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0") - api("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0") + api("com.fasterxml.jackson.core:jackson-databind:2.20.1") + api("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1") + api("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1") api("com.github.java-json-tools:json-patch:1.13") testImplementation(projects.helmValuesTest) } diff --git a/helm-values-test/build.gradle.kts b/helm-values-test/build.gradle.kts index 7142563..56737d3 100644 --- a/helm-values-test/build.gradle.kts +++ b/helm-values-test/build.gradle.kts @@ -8,10 +8,10 @@ kotlin { } dependencies { - api("org.junit.jupiter:junit-jupiter-api:6.0.0") + api("org.junit.jupiter:junit-jupiter-api:6.0.1") api("org.assertj:assertj-core:3.27.6") - api("net.javacrumbs.json-unit:json-unit-assertj:4.1.1") - api("org.wiremock:wiremock:3.13.1") + api("net.javacrumbs.json-unit:json-unit-assertj:5.1.0") + api("org.wiremock:wiremock:3.13.2") implementation("org.jetbrains.kotlin:kotlin-stdlib") }