Skip to content

Commit

Permalink
Update README.md: maven coordinates of current release and compatibil…
Browse files Browse the repository at this point in the history
…ity matrix.
  • Loading branch information
tobiasschaefer committed Dec 7, 2023
1 parent 1fae44e commit 7ab04ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You have the following options to integrate the Camunda External Worker integrat

Add the dependency to the build.gradle file:
```groovy
implementation("info.novatec:micronaut-camunda-external-client-feature:3.0.0")
implementation("info.novatec:micronaut-camunda-external-client-feature:3.1.0")
```
</details>

Expand All @@ -84,7 +84,7 @@ You have the following options to integrate the Camunda External Worker integrat
<dependency>
<groupId>info.novatec</groupId>
<artifactId>micronaut-camunda-external-client-feature</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
```
</details>
Expand Down Expand Up @@ -329,13 +329,14 @@ Other combinations might also work but have not been tested. The current release

| Release | Micronaut Framework | Camunda |
|---------|---------------------|---------|
| 3.0.0 | 4.0.0 | 7.19.0 |
| 3.1.0 | 4.0.1 | 7.20.0 |

<details>
<summary>Click to see older releases</summary>

| Release |Micronaut Framework | Camunda |
|--------|-------|---------------|
| 3.0.0 | 4.0.0 | 7.19.0 |
| 2.13.0 | 3.9.4 | 7.19.0 |
| 2.12.0 | 3.9.0 | 7.19.0 |
| 2.11.0 | 3.8.9 | 7.19.0 |
Expand Down

0 comments on commit 7ab04ae

Please sign in to comment.