From 74d16af61124635bebb59f817eaa926c9f84e5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:02:01 +0000 Subject: [PATCH] Bump com.microsoft:durabletask-azuremanaged Bumps [com.microsoft:durabletask-azuremanaged](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-azuremanaged dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../durable-task-sdks/java/sub-orchestrations/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/durable-task-sdks/java/sub-orchestrations/build.gradle b/samples/durable-task-sdks/java/sub-orchestrations/build.gradle index 7c54baa6..ff492233 100644 --- a/samples/durable-task-sdks/java/sub-orchestrations/build.gradle +++ b/samples/durable-task-sdks/java/sub-orchestrations/build.gradle @@ -25,8 +25,8 @@ task runSubOrchestrationPattern(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'