@@ -15,12 +15,12 @@ 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.1 .0.Final ) (Java 17 )| [ v1.0.0] ( https://github.com/serverlessworkflow/specification/tree/1.0.x ) |
19
- | [ 5.x] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/5.1.0.Final ) (Java 11) | [ v0.8] ( https://github.com/serverlessworkflow/specification/tree/0.8.x ) |
20
- | [ 4.x] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/4.1.0.Final ) (Java 1.8) | [ v0.8] ( https://github.com/serverlessworkflow/specification/tree/0.8.x ) |
21
- | [ 3.0.0.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/3.0.0.Final ) (Java 1.8) | [ v0.7] ( https://github.com/serverlessworkflow/specification/tree/0.7.x ) |
22
- | [ 2.0.0.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/2.0.0.Final ) (Java 1.8) | [ v0.6] ( https://github.com/serverlessworkflow/specification/tree/0.6.x ) |
23
- | [ 1.0.3.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/1.0.3.Final ) (Java 1.8) | [ v0.5] ( https://github.com/serverlessworkflow/specification/tree/0.5.x ) |
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 ) |
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
+ | [ 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
+ | [ 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 ) |
22
+ | [ 2.0.0.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/2.0.0.Final ) | [ v0.6] ( https://github.com/serverlessworkflow/specification/tree/0.6.x ) |
23
+ | [ 1.0.3.Final] ( https://github.com/serverlessworkflow/sdk-java/releases/tag/1.0.3.Final ) | [ v0.5] ( https://github.com/serverlessworkflow/specification/tree/0.5.x ) |
24
24
25
25
> ** Note:** ` 6.0.0.Final ` (planned for spec ** v0.9** ) is intentionally ** skipped** to leave room for anyone who wants to work on it.
26
26
@@ -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.0 .0.Final</version >
58
+ <version >7.2 .0.Final</version >
59
59
</dependency >
60
60
```
61
61
@@ -64,7 +64,7 @@ Add the following dependencies to your pom.xml `dependencies` section:
64
64
Add the following dependencies to your build.gradle ` dependencies ` section:
65
65
66
66
``` text
67
- implementation("io.serverlessworkflow:serverlessworkflow-api:7.0 .0.Final")
67
+ implementation("io.serverlessworkflow:serverlessworkflow-api:7.2 .0.Final")
68
68
```
69
69
70
70
## How to Use
0 commit comments