File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ With the SDK you can:
15
15
16
16
| Latest Releases | Conformance to spec version |
17
17
| :------------------------------------------------------------------------------------: | :----------------------------------------------------------------------: |
18
- | [ 7.x] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/7.2.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.2.1 .Final ) | [ v1.0.0] ( https://github.com/serverlessworkflow/specification/tree/1.0.x ) |
19
19
| [ 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 ) |
20
20
| [ 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 ) |
21
21
| [ 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:
55
55
<dependency >
56
56
<groupId >io.serverlessworkflow</groupId >
57
57
<artifactId >serverlessworkflow-api</artifactId >
58
- <version >7.2.0 .Final</version >
58
+ <version >7.2.1 .Final</version >
59
59
</dependency >
60
60
```
61
61
You can’t perform that action at this time.
0 commit comments