From e2672f0160649dc7442076a8ca0cbaa33d10540f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:29:43 +0000 Subject: [PATCH] build(deps): bump the gradle-deps group with 8 updates Bumps the gradle-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.21.3` | `2.22.0` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.14.9` | `1.14.11` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.21.3` | `2.22.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.21.3` | `2.22.0` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.21.3` | `2.22.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` | | [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | `5.1.1` | `5.1.2` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.0` | `9.5.1` | Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.21.3 to 2.22.0 Updates `io.mockk:mockk` from 1.14.9 to 1.14.11 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.9...v1.14.11) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.3 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.21.3 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.21.3...jackson-module-kotlin-2.22.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.3 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.21.3...jackson-dataformats-text-2.22.0) Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) Updates `net.javacrumbs.json-unit:json-unit-assertj` from 5.1.1 to 5.1.2 - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-5.1.1...json-unit-parent-5.1.2) Updates `gradle-wrapper` from 9.5.0 to 9.5.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.5.0...v9.5.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.22.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.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.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: gradle-wrapper dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] --- gradle/wrapper/gradle-wrapper.properties | 2 +- helm-values-intellij-plugin/build.gradle.kts | 4 ++-- helm-values-shared/build.gradle.kts | 6 +++--- helm-values-test/build.gradle.kts | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..df6a6ad 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/helm-values-intellij-plugin/build.gradle.kts b/helm-values-intellij-plugin/build.gradle.kts index cb1af92..46405da 100644 --- a/helm-values-intellij-plugin/build.gradle.kts +++ b/helm-values-intellij-plugin/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { api(projects.helmValuesShared) { exclude(module = "slf4j-api") } - api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3") + api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.0") intellijPlatform { intellijIdeaCommunity(intellijPlatformVersion) bundledModule("com.intellij.modules.json") @@ -43,7 +43,7 @@ dependencies { zipSigner() testFramework(Platform) } - testImplementation("io.mockk:mockk:1.14.9") + testImplementation("io.mockk:mockk:1.14.11") 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 645610c..d1840f9 100644 --- a/helm-values-shared/build.gradle.kts +++ b/helm-values-shared/build.gradle.kts @@ -14,9 +14,9 @@ dependencies { api("org.apache.commons:commons-compress:1.27.1") { api("org.apache.commons:commons-lang3:3.20.0") } - api("com.fasterxml.jackson.core:jackson-databind:2.21.3") - api("com.fasterxml.jackson.module:jackson-module-kotlin:2.21.3") - api("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.3") + api("com.fasterxml.jackson.core:jackson-databind:2.22.0") + api("com.fasterxml.jackson.module:jackson-module-kotlin:2.22.0") + api("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.0") 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 fb1dcd5..8a194b3 100644 --- a/helm-values-test/build.gradle.kts +++ b/helm-values-test/build.gradle.kts @@ -8,9 +8,9 @@ kotlin { } dependencies { - api("org.junit.jupiter:junit-jupiter-api:6.0.3") + api("org.junit.jupiter:junit-jupiter-api:6.1.0") api("org.assertj:assertj-core:3.27.7") - api("net.javacrumbs.json-unit:json-unit-assertj:5.1.1") + api("net.javacrumbs.json-unit:json-unit-assertj:5.1.2") api("org.wiremock:wiremock:3.13.2") implementation("org.jetbrains.kotlin:kotlin-stdlib") }