From 8b11d6b09f5cc25fc44c8afd32160c8125aedc5e Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 15 Feb 2026 05:03:08 +0000
Subject: [PATCH 1/2] Initial plan
From ec57e5e67f39b89c6daed5fa8f80e82cf965d1e7 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 15 Feb 2026 05:09:39 +0000
Subject: [PATCH 2/2] Merge all dependabot dependency updates
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Consolidates changes from 43 open dependabot PRs:
Java (build.gradle): durabletask-client/azuremanaged 1.6.3→1.7.0,
azure-identity various→1.18.2, grpcVersion 1.78.0→1.79.0,
spring-boot 3.5.10→4.0.2
Java (pom.xml): durabletask-azure-functions 1.1.0→1.7.0,
maven-compiler-plugin 3.11.0→3.15.0, azure-functions-maven-plugin
1.34.0→1.40.0, azure-functions-java-library 3.1.0→3.2.3
.NET: Extensions.DurableTask 1.3.0→1.14.1, Grpc.Net.Client
2.70.0→2.71.0, Functions.Worker 1.23.0→2.1.0, Extensions.Http
3.2.0→3.3.0, Extensions.Http.AspNetCore 1.3.2→2.1.0,
ApplicationInsights.WorkerService 2.23.0→3.0.0, Aspire packages
→13.1.1, DurableTask.Client 1.10.0→1.20.1
Docker: dotnet/sdk and dotnet/runtime 8.0→10.0,
eclipse-temurin 17-jdk→25-jdk
JS: @vitejs/plugin-react ^4.5.1→^5.1.4,
@azure/storage-blob ^12.29.1→^12.31.0
Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>
---
.../Frontend/package-lock.json | 46 ++++++++++---------
.../Frontend/package.json | 4 +-
.../AspireHost/AspireHost.csproj | 4 +-
.../AzureFunctions/AzureFunctions.csproj | 2 +-
.../OrderProcessor/OrderProcessor.csproj | 6 +--
.../dotnet/Saga/DurableFunctionsSaga.csproj | 6 +--
.../java/HelloCities/pom.xml | 8 ++--
.../dotnet/FunctionChaining/Client/Dockerfile | 4 +-
.../dotnet/FunctionChaining/Worker/Dockerfile | 4 +-
.../java/async-http-api/build.gradle | 12 ++---
.../java/eternal-orchestrations/build.gradle | 6 +--
.../java/fan-out-fan-in/build.gradle | 6 +--
.../java/function-chaining/Dockerfile | 2 +-
.../java/function-chaining/build.gradle | 6 +--
.../java/human-interaction/build.gradle | 6 +--
.../java/monitoring/build.gradle | 6 +--
.../java/sub-orchestrations/build.gradle | 6 +--
.../AutoscalingInACA/Client/Dockerfile | 4 +-
.../AutoscalingInACA/Worker/Dockerfile | 4 +-
19 files changed, 73 insertions(+), 69 deletions(-)
diff --git a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json
index 10592707..8ff878fe 100644
--- a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json
+++ b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package-lock.json
@@ -8,7 +8,7 @@
"name": "agent-frontend",
"version": "0.1.0",
"dependencies": {
- "@azure/storage-blob": "^12.29.1",
+ "@azure/storage-blob": "^12.31.0",
"axios": "^1.13.5",
"react": "^19.2.1",
"react-dom": "^19.2.1",
@@ -16,7 +16,7 @@
"web-vitals": "^5.1.0"
},
"devDependencies": {
- "@vitejs/plugin-react": "^4.5.1",
+ "@vitejs/plugin-react": "^5.1.4",
"vite": "^7.3.1"
}
},
@@ -176,9 +176,9 @@
}
},
"node_modules/@azure/storage-blob": {
- "version": "12.30.0",
- "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.30.0.tgz",
- "integrity": "sha512-peDCR8blSqhsAKDbpSP/o55S4sheNwSrblvCaHUZ5xUI73XA7ieUGGwrONgD/Fng0EoDe1VOa3fAQ7+WGB3Ocg==",
+ "version": "12.31.0",
+ "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.31.0.tgz",
+ "integrity": "sha512-DBgNv10aCSxopt92DkTDD0o9xScXeBqPKGmR50FPZQaEcH4JLQ+GEOGEDv19V5BMkB7kxr+m4h6il/cCDPvmHg==",
"license": "MIT",
"dependencies": {
"@azure/abort-controller": "^2.1.2",
@@ -192,7 +192,7 @@
"@azure/core-util": "^1.11.0",
"@azure/core-xml": "^1.4.5",
"@azure/logger": "^1.1.4",
- "@azure/storage-common": "^12.2.0",
+ "@azure/storage-common": "^12.3.0",
"events": "^3.0.0",
"tslib": "^2.8.1"
},
@@ -251,6 +251,7 @@
"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
"dev": true,
"license": "MIT",
+ "peer": true,
"dependencies": {
"@babel/code-frame": "^7.29.0",
"@babel/generator": "^7.29.0",
@@ -995,9 +996,9 @@
}
},
"node_modules/@rolldown/pluginutils": {
- "version": "1.0.0-beta.27",
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
- "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
+ "version": "1.0.0-rc.3",
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz",
+ "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==",
"dev": true,
"license": "MIT"
},
@@ -1481,21 +1482,21 @@
"license": "ISC"
},
"node_modules/@vitejs/plugin-react": {
- "version": "4.7.0",
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
- "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz",
+ "integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.28.0",
+ "@babel/core": "^7.29.0",
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
- "@rolldown/pluginutils": "1.0.0-beta.27",
+ "@rolldown/pluginutils": "1.0.0-rc.3",
"@types/babel__core": "^7.20.5",
- "react-refresh": "^0.17.0"
+ "react-refresh": "^0.18.0"
},
"engines": {
- "node": "^14.18.0 || >=16.0.0"
+ "node": "^20.19.0 || >=22.12.0"
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
@@ -1567,6 +1568,7 @@
}
],
"license": "MIT",
+ "peer": true,
"dependencies": {
"baseline-browser-mapping": "^2.9.0",
"caniuse-lite": "^1.0.30001759",
@@ -1698,8 +1700,7 @@
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
- "license": "MIT",
- "peer": true
+ "license": "MIT"
},
"node_modules/debug": {
"version": "4.4.3",
@@ -2985,6 +2986,7 @@
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
+ "peer": true,
"engines": {
"node": ">=12"
},
@@ -3042,6 +3044,7 @@
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
"license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -3086,9 +3089,9 @@
}
},
"node_modules/react-refresh": {
- "version": "0.17.0",
- "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
- "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
+ "version": "0.18.0",
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
+ "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -3448,6 +3451,7 @@
"integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
"dev": true,
"license": "MIT",
+ "peer": true,
"dependencies": {
"esbuild": "^0.27.0",
"fdir": "^6.5.0",
diff --git a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json
index 7c5c0923..72eaaaaa 100644
--- a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json
+++ b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/Frontend/package.json
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
- "@azure/storage-blob": "^12.29.1",
+ "@azure/storage-blob": "^12.31.0",
"axios": "^1.13.5",
"react": "^19.2.1",
"react-dom": "^19.2.1",
@@ -18,7 +18,7 @@
"preview": "vite preview"
},
"devDependencies": {
- "@vitejs/plugin-react": "^4.5.1",
+ "@vitejs/plugin-react": "^5.1.4",
"vite": "^7.3.1"
}
}
diff --git a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj
index 7e560a3a..f8695da7 100644
--- a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj
+++ b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj
index 0a03e73c..7db36116 100644
--- a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj
+++ b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj b/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj
index f999e36f..48ffeaa3 100644
--- a/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj
+++ b/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj
@@ -9,10 +9,10 @@
-
+
-
-
+
+
diff --git a/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj b/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj
index d6c125b2..f152ed99 100644
--- a/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj
+++ b/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj
@@ -9,15 +9,15 @@
-
+
-
-
+
+
diff --git a/samples/durable-functions/java/HelloCities/pom.xml b/samples/durable-functions/java/HelloCities/pom.xml
index 95a9a72e..efc1a1a2 100644
--- a/samples/durable-functions/java/HelloCities/pom.xml
+++ b/samples/durable-functions/java/HelloCities/pom.xml
@@ -12,9 +12,9 @@
UTF-8
11
- 1.34.0
- 3.1.0
- 1.1.0
+ 1.40.0
+ 3.2.3
+ 1.7.0
@@ -35,7 +35,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.11.0
+ 3.15.0
${java.version}
${java.version}
diff --git a/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile b/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile
index 271d4e27..c2fe1aa9 100644
--- a/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile
+++ b/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src
# Copy csproj and restore dependencies
@@ -10,7 +10,7 @@ COPY . .
RUN dotnet publish -c Release -o /app/publish
# Build runtime image
-FROM mcr.microsoft.com/dotnet/runtime:8.0 AS final
+FROM mcr.microsoft.com/dotnet/runtime:10.0 AS final
WORKDIR /app
COPY --from=build /app/publish .
diff --git a/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Dockerfile b/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Dockerfile
index bcfa0f9e..34a0d663 100644
--- a/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Dockerfile
+++ b/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src
# Copy csproj and restore dependencies
@@ -10,7 +10,7 @@ COPY . .
RUN dotnet publish -c Release -o /app/publish
# Build runtime image
-FROM mcr.microsoft.com/dotnet/runtime:8.0 AS final
+FROM mcr.microsoft.com/dotnet/runtime:10.0 AS final
WORKDIR /app
COPY --from=build /app/publish .
diff --git a/samples/durable-task-sdks/java/async-http-api/build.gradle b/samples/durable-task-sdks/java/async-http-api/build.gradle
index cf388264..c389bc7b 100644
--- a/samples/durable-task-sdks/java/async-http-api/build.gradle
+++ b/samples/durable-task-sdks/java/async-http-api/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'org.springframework.boot' version '3.5.10'
+ id 'org.springframework.boot' version '4.0.2'
id 'java'
id 'application'
}
@@ -11,7 +11,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
-def grpcVersion = '1.78.0'
+def grpcVersion = '1.79.0'
base { archivesName = 'durabletask-samples' }
repositories {
@@ -25,10 +25,10 @@ task runWebApi(type: JavaExec) {
}
dependencies {
- implementation("com.microsoft:durabletask-client:1.6.3")
- implementation("com.microsoft:durabletask-azuremanaged:1.6.3")
+ implementation("com.microsoft:durabletask-client:1.7.0")
+ implementation("com.microsoft:durabletask-azuremanaged:1.7.0")
- implementation platform("org.springframework.boot:spring-boot-dependencies:3.5.10")
+ implementation platform("org.springframework.boot:spring-boot-dependencies:4.0.2")
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -40,7 +40,7 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
- implementation 'com.azure:azure-identity:1.18.1'
+ implementation 'com.azure:azure-identity:1.18.2'
// install lombok
annotationProcessor 'org.projectlombok:lombok:1.18.42'
diff --git a/samples/durable-task-sdks/java/eternal-orchestrations/build.gradle b/samples/durable-task-sdks/java/eternal-orchestrations/build.gradle
index 1713922d..6a487dd1 100644
--- a/samples/durable-task-sdks/java/eternal-orchestrations/build.gradle
+++ b/samples/durable-task-sdks/java/eternal-orchestrations/build.gradle
@@ -25,8 +25,8 @@ task runEternalOrchestration(type: JavaExec) {
}
dependencies {
- implementation("com.microsoft:durabletask-client:1.6.3")
- implementation("com.microsoft:durabletask-azuremanaged:1.6.3")
+ implementation("com.microsoft:durabletask-client:1.7.0")
+ implementation("com.microsoft:durabletask-azuremanaged:1.7.0")
// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.28'
@@ -36,5 +36,5 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
- implementation 'com.azure:azure-identity:1.18.1'
+ implementation 'com.azure:azure-identity:1.18.2'
}
\ No newline at end of file
diff --git a/samples/durable-task-sdks/java/fan-out-fan-in/build.gradle b/samples/durable-task-sdks/java/fan-out-fan-in/build.gradle
index 7232d178..0be81e44 100644
--- a/samples/durable-task-sdks/java/fan-out-fan-in/build.gradle
+++ b/samples/durable-task-sdks/java/fan-out-fan-in/build.gradle
@@ -25,8 +25,8 @@ task runFanOutFanInPattern(type: JavaExec) {
}
dependencies {
- implementation("com.microsoft:durabletask-client:1.6.3")
- implementation("com.microsoft:durabletask-azuremanaged:1.6.3")
+ implementation("com.microsoft:durabletask-client:1.7.0")
+ implementation("com.microsoft:durabletask-azuremanaged:1.7.0")
// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.28'
@@ -36,5 +36,5 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
- implementation 'com.azure:azure-identity:1.18.1'
+ implementation 'com.azure:azure-identity:1.18.2'
}
\ No newline at end of file
diff --git a/samples/durable-task-sdks/java/function-chaining/Dockerfile b/samples/durable-task-sdks/java/function-chaining/Dockerfile
index d782e1c6..fce33aac 100644
--- a/samples/durable-task-sdks/java/function-chaining/Dockerfile
+++ b/samples/durable-task-sdks/java/function-chaining/Dockerfile
@@ -1,4 +1,4 @@
-FROM eclipse-temurin:17-jdk
+FROM eclipse-temurin:25-jdk
# Install dos2unix to fix line endings
RUN apt-get update && apt-get install -y dos2unix && rm -rf /var/lib/apt/lists/*
diff --git a/samples/durable-task-sdks/java/function-chaining/build.gradle b/samples/durable-task-sdks/java/function-chaining/build.gradle
index 8d094db7..553a4783 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.6.3")
- implementation("com.microsoft:durabletask-azuremanaged:1.6.3")
+ implementation("com.microsoft:durabletask-client:1.7.0")
+ implementation("com.microsoft:durabletask-azuremanaged:1.7.0")
// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.28'
@@ -36,7 +36,7 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
- implementation 'com.azure:azure-identity:1.17.0'
+ implementation 'com.azure:azure-identity:1.18.2'
}
task runMinTest(type: JavaExec) {
diff --git a/samples/durable-task-sdks/java/human-interaction/build.gradle b/samples/durable-task-sdks/java/human-interaction/build.gradle
index f5c22c15..777fd5f6 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.6.3")
- implementation("com.microsoft:durabletask-azuremanaged:1.6.3")
+ implementation("com.microsoft:durabletask-client:1.7.0")
+ implementation("com.microsoft:durabletask-azuremanaged:1.7.0")
// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.28'
@@ -37,5 +37,5 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
- implementation 'com.azure:azure-identity:1.18.1'
+ implementation 'com.azure:azure-identity:1.18.2'
}
\ No newline at end of file
diff --git a/samples/durable-task-sdks/java/monitoring/build.gradle b/samples/durable-task-sdks/java/monitoring/build.gradle
index e4678179..57a7e0d5 100644
--- a/samples/durable-task-sdks/java/monitoring/build.gradle
+++ b/samples/durable-task-sdks/java/monitoring/build.gradle
@@ -25,8 +25,8 @@ task runMonitoringPattern(type: JavaExec) {
}
dependencies {
- implementation("com.microsoft:durabletask-client:1.6.3")
- implementation("com.microsoft:durabletask-azuremanaged:1.6.3")
+ implementation("com.microsoft:durabletask-client:1.7.0")
+ implementation("com.microsoft:durabletask-azuremanaged:1.7.0")
// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.28'
@@ -36,5 +36,5 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
- implementation 'com.azure:azure-identity:1.15.0'
+ implementation 'com.azure:azure-identity:1.18.2'
}
diff --git a/samples/durable-task-sdks/java/sub-orchestrations/build.gradle b/samples/durable-task-sdks/java/sub-orchestrations/build.gradle
index 1c0e0273..1ba85cd4 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.6.3")
- implementation("com.microsoft:durabletask-azuremanaged:1.6.3")
+ implementation("com.microsoft:durabletask-client:1.7.0")
+ implementation("com.microsoft:durabletask-azuremanaged:1.7.0")
// Logging dependencies
implementation 'ch.qos.logback:logback-classic:1.5.28'
@@ -36,5 +36,5 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
- implementation 'com.azure:azure-identity:1.18.1'
+ implementation 'com.azure:azure-identity:1.18.2'
}
\ No newline at end of file
diff --git a/samples/scenarios/AutoscalingInACA/Client/Dockerfile b/samples/scenarios/AutoscalingInACA/Client/Dockerfile
index 271d4e27..c2fe1aa9 100644
--- a/samples/scenarios/AutoscalingInACA/Client/Dockerfile
+++ b/samples/scenarios/AutoscalingInACA/Client/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src
# Copy csproj and restore dependencies
@@ -10,7 +10,7 @@ COPY . .
RUN dotnet publish -c Release -o /app/publish
# Build runtime image
-FROM mcr.microsoft.com/dotnet/runtime:8.0 AS final
+FROM mcr.microsoft.com/dotnet/runtime:10.0 AS final
WORKDIR /app
COPY --from=build /app/publish .
diff --git a/samples/scenarios/AutoscalingInACA/Worker/Dockerfile b/samples/scenarios/AutoscalingInACA/Worker/Dockerfile
index bcfa0f9e..34a0d663 100644
--- a/samples/scenarios/AutoscalingInACA/Worker/Dockerfile
+++ b/samples/scenarios/AutoscalingInACA/Worker/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src
# Copy csproj and restore dependencies
@@ -10,7 +10,7 @@ COPY . .
RUN dotnet publish -c Release -o /app/publish
# Build runtime image
-FROM mcr.microsoft.com/dotnet/runtime:8.0 AS final
+FROM mcr.microsoft.com/dotnet/runtime:10.0 AS final
WORKDIR /app
COPY --from=build /app/publish .