Skip to content

Commit bf52277

Browse files
Update README for latest release version
Updated the latest release version from 7.3.0.Final to 7.5.0.Final in the README.
1 parent 378e832 commit bf52277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ With the SDK you can:
1515

1616
| Latest Releases | Conformance to spec version |
1717
| :------------------------------------------------------------------------------------: | :----------------------------------------------------------------------: |
18-
| [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) |
18+
| [7.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/7.5.0.Final)| [v1.0.0](https://github.com/serverlessworkflow/specification/tree/1.0.x) |
1919
| [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) |
2020
| [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) |
2121
| [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) |
@@ -64,7 +64,7 @@ Add the following dependencies to your pom.xml `dependencies` section:
6464
Add the following dependencies to your build.gradle `dependencies` section:
6565

6666
```text
67-
implementation("io.serverlessworkflow:serverlessworkflow-api:7.3.0.Final")
67+
implementation("io.serverlessworkflow:serverlessworkflow-api:7.5.0.Final")
6868
```
6969

7070
## How to Use

0 commit comments

Comments
 (0)