From 23b923b35e19525cb197bfd6249f78ec86a3c678 Mon Sep 17 00:00:00 2001 From: Ricardo Zanini Date: Fri, 24 Oct 2025 09:41:57 -0400 Subject: [PATCH] chore: update README for 7.3.0.Final release Signed-off-by: Ricardo Zanini --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 428f3bb58..3869b2f82 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ With the SDK you can: | Latest Releases | Conformance to spec version | | :------------------------------------------------------------------------------------: | :----------------------------------------------------------------------: | -| [7.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/7.2.1.Final)| [v1.0.0](https://github.com/serverlessworkflow/specification/tree/1.0.x) | +| [7.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/7.3.0.Final)| [v1.0.0](https://github.com/serverlessworkflow/specification/tree/1.0.x) | | [5.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/5.1.0.Final)| [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) | | [4.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/4.1.0.Final)| [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) | | [3.0.0.Final](https://github.com/serverlessworkflow/sdk-java/releases/tag/3.0.0.Final)| [v0.7](https://github.com/serverlessworkflow/specification/tree/0.7.x) | @@ -55,7 +55,7 @@ Add the following dependencies to your pom.xml `dependencies` section: io.serverlessworkflow serverlessworkflow-api - 7.2.1.Final + 7.3.0.Final ``` @@ -64,7 +64,7 @@ Add the following dependencies to your pom.xml `dependencies` section: Add the following dependencies to your build.gradle `dependencies` section: ```text -implementation("io.serverlessworkflow:serverlessworkflow-api:7.2.0.Final") +implementation("io.serverlessworkflow:serverlessworkflow-api:7.3.0.Final") ``` ## How to Use