From 96cc7b5d3cebdee7999485864ae937bf91f43645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:00:42 +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/human-interaction/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/durable-task-sdks/java/human-interaction/build.gradle b/samples/durable-task-sdks/java/human-interaction/build.gradle index 5c177e00..1dd3b3f2 100644 --- a/samples/durable-task-sdks/java/human-interaction/build.gradle +++ b/samples/durable-task-sdks/java/human-interaction/build.gradle @@ -26,8 +26,8 @@ task runHumanInteraction(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'