From e72f936ebde4cec5c5b9ea1e14bc308f7b5393d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:57:35 +0000 Subject: [PATCH] chore(deps): bump io.kestra:kestra-api-client from 1.0.5 to 1.0.8 Bumps [io.kestra:kestra-api-client](https://github.com/kestra-io/kestra-api-client) from 1.0.5 to 1.0.8. - [Commits](https://github.com/kestra-io/kestra-api-client/commits) --- updated-dependencies: - dependency-name: io.kestra:kestra-api-client dependency-version: 1.0.8 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..f16f134 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.8" } /**********************************************************************************************************************\