Skip to content

Commit

Permalink
prepare release 8.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chDame committed Apr 25, 2023
1 parent 83009da commit 0b7d223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You can import it to your maven or gradle project as a dependency
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-operate-client-java</artifactId>
<version>8.1.7.2</version>
<version>8.1.8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'io.camunda'
version = '8.1.7.2'
version = '8.1.8'
sourceCompatibility = '8'

repositories {
Expand All @@ -15,7 +15,7 @@ repositories {

dependencies {
def httpClientVersion = "5.1.3"
def zeebeBpmnVersion = "8.1.7"
def zeebeBpmnVersion = "8.1.8"
api "org.apache.httpcomponents.client5:httpclient5:${httpClientVersion}"
api "org.apache.httpcomponents.client5:httpclient5-fluent:${httpClientVersion}"

Expand Down

0 comments on commit 0b7d223

Please sign in to comment.