Skip to content

Commit

Permalink
deps: bump zeebe version to 8.5.4 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
koevskinikola authored Jun 26, 2024
1 parent b70a493 commit 4170621
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

toolchain go1.21.8

require github.com/camunda/zeebe/clients/go/v8 v8.5.3
require github.com/camunda/zeebe/clients/go/v8 v8.5.4

require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/camunda/zeebe/clients/go/v8 v8.5.2 h1:08OOgFzJnQoWAVONhD07U3em3wkWTXB
github.com/camunda/zeebe/clients/go/v8 v8.5.2/go.mod h1:mx6wq3Z6Mfjda3yDe6Pl1G6BjX+VjkYYtWgoRQPgoFQ=
github.com/camunda/zeebe/clients/go/v8 v8.5.3 h1:froVKeE0Mdgu8gii4BuRU1cZ+BzvMbDlo6qzQVghhZ4=
github.com/camunda/zeebe/clients/go/v8 v8.5.3/go.mod h1:mx6wq3Z6Mfjda3yDe6Pl1G6BjX+VjkYYtWgoRQPgoFQ=
github.com/camunda/zeebe/clients/go/v8 v8.5.4 h1:Ebhe2ltRhDBsh6RmfztMxtKI/vFFh7BVFV7bnJoWaY0=
github.com/camunda/zeebe/clients/go/v8 v8.5.4/go.mod h1:RU4M+PQPYDa6KyyjdWBhgBlml2QGc9LIi9N2JBi6jBc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down
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.5.3</version>
<version>8.5.4</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.5.3</zeebe.version>
<zeebe.version>8.5.4</zeebe.version>
<log4j.version>2.19.0</log4j.version>
<main.class>io.camunda.getstarted.DeployAndStartInstance</main.class>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provides a Zeebe client.
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe-starter</artifactId>
<version>8.5.3</version>
<version>8.5.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<java.version>11</java.version>
<spring-zeebe.version>8.1.17</spring-zeebe.version>
<zeebe.version>8.5.3</zeebe.version>
<zeebe.version>8.5.4</zeebe.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 4170621

Please sign in to comment.