From 4bb1eaeb0c36d862cb49ff36c2e22ce8110a838e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:04:21 +0000 Subject: [PATCH] chore(deps): bump io.kestra:kestra-api-client from 1.0.5 to 1.0.6 Bumps [io.kestra:kestra-api-client](https://github.com/kestra-io/kestra-api-client) from 1.0.5 to 1.0.6. - [Commits](https://github.com/kestra-io/kestra-api-client/commits) --- updated-dependencies: - dependency-name: io.kestra:kestra-api-client dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 070b75e..c8ef25a 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library" // kestra API client - implementation "io.kestra:kestra-api-client:1.0.5" + implementation "io.kestra:kestra-api-client:1.0.6" } /**********************************************************************************************************************\