Skip to content

Commit

Permalink
feat: update to Camunda 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Jan 19, 2024
1 parent 63393c0 commit c051d55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Java setup
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Java environment
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
cache: maven
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
zeebe:
container_name: zeebe_broker
image: camunda/zeebe:8.3.4
image: camunda/zeebe:8.4.0
environment:
- ZEEBE_LOG_LEVEL=debug
- ZEEBE_REDIS_REMOTE_ADDRESS=redis://redis:6379
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>

<properties>
<version.zeebe>8.3.4</version.zeebe>
<version.zeebe>8.4.0</version.zeebe>
<version.exporter.protobuf>1.4.0</version.exporter.protobuf>
<version.lettuce>6.3.1.RELEASE</version.lettuce>
<version.log4j>2.22.1</version.log4j>
Expand Down Expand Up @@ -145,7 +145,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<release>11</release>
<release>${version.java}</release>
</configuration>
</plugin>

Expand Down

0 comments on commit c051d55

Please sign in to comment.