We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83fed1 commit 05be7c8Copy full SHA for 05be7c8
java/README.md
@@ -13,7 +13,7 @@ provides a Zeebe client.
13
<dependency>
14
<groupId>io.camunda</groupId>
15
<artifactId>zeebe-client-java</artifactId>
16
- <version>8.5.0</version>
+ <version>8.5.2</version>
17
</dependency>
18
```
19
java/pom.xml
@@ -11,7 +11,7 @@
11
<properties>
12
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
- <zeebe.version>8.5.0</zeebe.version>
+ <zeebe.version>8.5.2</zeebe.version>
<log4j.version>2.19.0</log4j.version>
<main.class>io.camunda.getstarted.DeployAndStartInstance</main.class>
</properties>
0 commit comments