Skip to content

Commit

Permalink
deps: bump Zeebe to 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzke authored Oct 11, 2024
1 parent 22e3e36 commit 9db98db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provides a Zeebe client.
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-client-java</artifactId>
<version>8.6.0</version>
<version>8.6.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<zeebe.version>8.6.0</zeebe.version>
<zeebe.version>8.6.1</zeebe.version>
<log4j.version>2.19.0</log4j.version>
<main.class>io.camunda.getstarted.DeployAndStartInstance</main.class>
</properties>
Expand Down

0 comments on commit 9db98db

Please sign in to comment.