Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md: maven coordinates of current release and compatibil… #212

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You have the following options to integrate the Zeebe integration:

Add the dependency to the build.gradle file:
```groovy
implementation("info.novatec:micronaut-zeebe-client-feature:1.15.0")
implementation("info.novatec:micronaut-zeebe-client-feature:1.16.0")
```
</details>

Expand All @@ -87,7 +87,7 @@ You have the following options to integrate the Zeebe integration:
<dependency>
<groupId>info.novatec</groupId>
<artifactId>micronaut-zeebe-client-feature</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
</dependency>
<!-- workaround for https://github.com/camunda-community-hub/micronaut-zeebe-client/issues/88 -->
<dependency>
Expand Down Expand Up @@ -414,13 +414,14 @@ Other combinations might also work but have not been tested.

| Release | Micronaut Framework | Zeebe |
|---------|---------------------|-------|
| 1.15.0 | 3.9.4 | 8.2.1 |
| 1.16.0 | 4.1.0 | 8.3.3 |

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

| Release |Micronaut Framework | Zeebe |
|---------|--------|---------|
| 1.15.0 | 3.9.4 | 8.2.1 |
| 1.14.0 | 3.9.0 | 8.2.1 |
| 1.13.0 | 3.9.0 | 8.1.6 |
| 1.12.0 | 3.8.9 | 8.1.6 |
Expand Down