From 401066ba6abc4666b8d964f9f6151ddfe7ec494d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:59:57 +0000 Subject: [PATCH] Bump com.microsoft:durabletask-client Bumps [com.microsoft:durabletask-client](https://github.com/microsoft/durabletask-java) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/microsoft/durabletask-java/releases) - [Changelog](https://github.com/microsoft/durabletask-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/durabletask-java/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: com.microsoft:durabletask-client dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/durable-task-sdks/java/function-chaining/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/durable-task-sdks/java/function-chaining/build.gradle b/samples/durable-task-sdks/java/function-chaining/build.gradle index 1484438..ef80f9b 100644 --- a/samples/durable-task-sdks/java/function-chaining/build.gradle +++ b/samples/durable-task-sdks/java/function-chaining/build.gradle @@ -25,8 +25,8 @@ task runChainingPattern(type: JavaExec) { } dependencies { - implementation("com.microsoft:durabletask-client:1.7.0") - implementation("com.microsoft:durabletask-azuremanaged:1.7.0") + implementation("com.microsoft:durabletask-client:1.8.0") + implementation("com.microsoft:durabletask-azuremanaged:1.8.0") // Logging dependencies implementation 'ch.qos.logback:logback-classic:1.5.32'