From d27cb94b98cabc3bfd31771c4c86ff431da587ef Mon Sep 17 00:00:00 2001 From: Choubani Amir Date: Sat, 10 Jan 2026 10:15:37 +0100 Subject: [PATCH] Update service-task.md use 1.0.2 as version for operaton-external-task-client dependency --- docs/get-started/quick-start/service-task.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/quick-start/service-task.md b/docs/get-started/quick-start/service-task.md index 35a5ee9..aeba4c1 100644 --- a/docs/get-started/quick-start/service-task.md +++ b/docs/get-started/quick-start/service-task.md @@ -117,7 +117,7 @@ Your pom.xml file of your project should look like this: 0.0.1-SNAPSHOT - 7.22.0 + 1.0.2 11 11 @@ -298,4 +298,4 @@ Note that the worker should remain running throughout the entirety of this quick :::note[Next Step] Once your worker is running, you can move onto the next step to [deploy your process and start some instances](/docs/get-started/quick-start/deploy/). -::: \ No newline at end of file +:::