Skip to content

Commit 4fee5e7

Browse files
authored
deps: bump zeebe to 8.5.5 (#345)
1 parent 4170621 commit 4fee5e7

File tree

6 files changed

+7
-17
lines changed

6 files changed

+7
-17
lines changed

go/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
toolchain go1.21.8
66

7-
require github.com/camunda/zeebe/clients/go/v8 v8.5.4
7+
require github.com/camunda/zeebe/clients/go/v8 v8.5.5
88

99
require (
1010
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect

go/go.sum

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06GQ59hwDQAvmK1qxOQGB3WuVTRoY0okPTAv0=
22
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
3-
github.com/camunda/zeebe/clients/go/v8 v8.5.0 h1:cEKkBNsu17dIYOG5NyF8HZOuNx6bmJSkqjr4YsbLkzM=
4-
github.com/camunda/zeebe/clients/go/v8 v8.5.0/go.mod h1:UO1POEqpIUY04pidoY3lVD3UXXFqLn+dsYIaCuwymYk=
5-
github.com/camunda/zeebe/clients/go/v8 v8.5.1 h1:pqQYBFU/qjgwMsL2Dj1WkOez9JBDAKycFK/xrr3gAjk=
6-
github.com/camunda/zeebe/clients/go/v8 v8.5.1/go.mod h1:mx6wq3Z6Mfjda3yDe6Pl1G6BjX+VjkYYtWgoRQPgoFQ=
7-
github.com/camunda/zeebe/clients/go/v8 v8.5.2 h1:08OOgFzJnQoWAVONhD07U3em3wkWTXB/oFtzvKnHneE=
8-
github.com/camunda/zeebe/clients/go/v8 v8.5.2/go.mod h1:mx6wq3Z6Mfjda3yDe6Pl1G6BjX+VjkYYtWgoRQPgoFQ=
9-
github.com/camunda/zeebe/clients/go/v8 v8.5.3 h1:froVKeE0Mdgu8gii4BuRU1cZ+BzvMbDlo6qzQVghhZ4=
10-
github.com/camunda/zeebe/clients/go/v8 v8.5.3/go.mod h1:mx6wq3Z6Mfjda3yDe6Pl1G6BjX+VjkYYtWgoRQPgoFQ=
11-
github.com/camunda/zeebe/clients/go/v8 v8.5.4 h1:Ebhe2ltRhDBsh6RmfztMxtKI/vFFh7BVFV7bnJoWaY0=
12-
github.com/camunda/zeebe/clients/go/v8 v8.5.4/go.mod h1:RU4M+PQPYDa6KyyjdWBhgBlml2QGc9LIi9N2JBi6jBc=
3+
github.com/camunda/zeebe/clients/go/v8 v8.5.5 h1:oH76KKA5+CZi6S5U9r56piR9SjnMDOfIscx7FbZwe4A=
4+
github.com/camunda/zeebe/clients/go/v8 v8.5.5/go.mod h1:RU4M+PQPYDa6KyyjdWBhgBlml2QGc9LIi9N2JBi6jBc=
135
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
146
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
157
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -51,8 +43,6 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91
5143
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
5244
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
5345
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
54-
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
55-
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
5646
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
5747
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
5848
golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI=

java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ provides a Zeebe client.
1313
<dependency>
1414
<groupId>io.camunda</groupId>
1515
<artifactId>zeebe-client-java</artifactId>
16-
<version>8.5.4</version>
16+
<version>8.5.5</version>
1717
</dependency>
1818
```
1919

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
1313
<maven.compiler.target>11</maven.compiler.target>
14-
<zeebe.version>8.5.4</zeebe.version>
14+
<zeebe.version>8.5.5</zeebe.version>
1515
<log4j.version>2.19.0</log4j.version>
1616
<main.class>io.camunda.getstarted.DeployAndStartInstance</main.class>
1717
</properties>

spring/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provides a Zeebe client.
1212
<dependency>
1313
<groupId>io.camunda</groupId>
1414
<artifactId>spring-zeebe-starter</artifactId>
15-
<version>8.5.4</version>
15+
<version>8.5.5</version>
1616
</dependency>
1717
```
1818

spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<java.version>11</java.version>
2121
<spring-zeebe.version>8.1.17</spring-zeebe.version>
22-
<zeebe.version>8.5.4</zeebe.version>
22+
<zeebe.version>8.5.5</zeebe.version>
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)