Commit ed42f3d 1 parent 4fee5e7 commit ed42f3d Copy full SHA for ed42f3d
File tree 6 files changed +7
-5
lines changed
6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
toolchain go1.21.8
6
6
7
- require github.com/camunda/zeebe/clients/go/v8 v8.5.5
7
+ require github.com/camunda/zeebe/clients/go/v8 v8.5.6
8
8
9
9
require (
10
10
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06
2
2
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 /go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg =
3
3
github.com/camunda/zeebe/clients/go/v8 v8.5.5 h1:oH76KKA5+CZi6S5U9r56piR9SjnMDOfIscx7FbZwe4A =
4
4
github.com/camunda/zeebe/clients/go/v8 v8.5.5 /go.mod h1:RU4M+PQPYDa6KyyjdWBhgBlml2QGc9LIi9N2JBi6jBc =
5
+ github.com/camunda/zeebe/clients/go/v8 v8.5.6 h1:A6GiRoCHGAXIXho9X3cXxzKamrU6/oxmu3WNQBuGj/U =
6
+ github.com/camunda/zeebe/clients/go/v8 v8.5.6 /go.mod h1:uhvn2GApZjPX+H95pNDCKMYvZRJNzWLkKa7GD3urCgM =
5
7
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
6
8
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7
9
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ provides a Zeebe client.
13
13
<dependency>
14
14
<groupId>io.camunda</groupId>
15
15
<artifactId>zeebe-client-java</artifactId>
16
- <version>8.5.5 </version>
16
+ <version>8.5.6 </version>
17
17
</dependency>
18
18
```
19
19
Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<maven .compiler.source>11</maven .compiler.source>
13
13
<maven .compiler.target>11</maven .compiler.target>
14
- <zeebe .version>8.5.5 </zeebe .version>
14
+ <zeebe .version>8.5.6 </zeebe .version>
15
15
<log4j .version>2.19.0</log4j .version>
16
16
<main .class>io.camunda.getstarted.DeployAndStartInstance</main .class>
17
17
</properties >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ provides a Zeebe client.
12
12
<dependency>
13
13
<groupId>io.camunda</groupId>
14
14
<artifactId>spring-zeebe-starter</artifactId>
15
- <version>8.5.5 </version>
15
+ <version>8.5.6 </version>
16
16
</dependency>
17
17
```
18
18
Original file line number Diff line number Diff line change 19
19
<properties >
20
20
<java .version>11</java .version>
21
21
<spring-zeebe .version>8.1.17</spring-zeebe .version>
22
- <zeebe .version>8.5.5 </zeebe .version>
22
+ <zeebe .version>8.5.6 </zeebe .version>
23
23
</properties >
24
24
25
25
<dependencies >
You can’t perform that action at this time.
0 commit comments