Skip to content

Commit

Permalink
deps: bump zeebe version to 8.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-lourenco-lopes committed Mar 7, 2024
1 parent 8020bb9 commit bc5e85f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for Go.
To install using Go modules, simply run:

```sh
go get github.com/camunda/zeebe/clients/go/v8@v8.0.5
go get github.com/camunda/zeebe/clients/go/v8@v8.4.5
```

# Create Client
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/camunda/camunda-platform-get-started/go

go 1.17

require github.com/camunda/zeebe/clients/go/v8 v8.4.0
require github.com/camunda/zeebe/clients/go/v8 v8.4.5

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 @@ -850,6 +850,8 @@ github.com/camunda/zeebe/clients/go/v8 v8.3.3 h1:86QJVN/nndnwbAv7sP8+ZL4ikXfwRPi
github.com/camunda/zeebe/clients/go/v8 v8.3.3/go.mod h1:IlOdQHcF9MgRWWdiuuZGQ+IB5hw54LAveMJYmrlRKSw=
github.com/camunda/zeebe/clients/go/v8 v8.4.0 h1:6ilIn/w3N5V/wcPNGZfWY22CDkb2OYkJJmMr7IrSXlw=
github.com/camunda/zeebe/clients/go/v8 v8.4.0/go.mod h1:J3JDIxshH9A5qEU4DThH4JLMUFetIx51GpMZrjjUOCo=
github.com/camunda/zeebe/clients/go/v8 v8.4.5 h1:xusLe/JbXqjT0oo9NyzNPMN5BJnpns9YaofR0fxIr1w=
github.com/camunda/zeebe/clients/go/v8 v8.4.5/go.mod h1:d61Utm85QiLV75pnWh+5ciLVAu+6tf1bKKW9BXKf5SU=
github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
github.com/cenkalti/backoff/v4 v4.1.2/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
github.com/cenkalti/backoff/v4 v4.1.3/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
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>1.3.5</version>
<version>8.4.5</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.4.4</zeebe.version>
<zeebe.version>8.4.5</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.1.1</version>
<version>8.4.5</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.4.4</zeebe.version>
<zeebe.version>8.4.5</zeebe.version>
</properties>

<dependencies>
Expand Down

0 comments on commit bc5e85f

Please sign in to comment.