From d5ad2e969361424b2287bf85e570cb4ff7698ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:06:25 +0000 Subject: [PATCH] Bump com.marcnuri.helm-java:helm-java from 0.0.19 to 0.0.20 Bumps [com.marcnuri.helm-java:helm-java](https://github.com/manusa/helm-java) from 0.0.19 to 0.0.20. - [Release notes](https://github.com/manusa/helm-java/releases) - [Commits](https://github.com/manusa/helm-java/compare/v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: com.marcnuri.helm-java:helm-java dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 94d5979..29bb177 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("io.poddeck:common:1.0.0-SNAPSHOT") - implementation("com.marcnuri.helm-java:helm-java:0.0.19") + implementation("com.marcnuri.helm-java:helm-java:0.0.20") } tasks.test {