Skip to content

Commit

Permalink
feat: update to Camunda 8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 11, 2024
1 parent d3351b5 commit 0bb7963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.1
image: camunda/zeebe:8.6.2
environment:
- ZEEBE_LOG_LEVEL=debug
- ZEEBE_REDIS_REMOTE_ADDRESS=redis://redis:6379
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>

<properties>
<version.zeebe>8.6.1</version.zeebe>
<version.zeebe>8.6.2</version.zeebe>
<version.exporter.protobuf>1.6.1</version.exporter.protobuf>
<version.lettuce>6.4.0.RELEASE</version.lettuce>
<version.log4j>2.24.1</version.log4j>
Expand Down

0 comments on commit 0bb7963

Please sign in to comment.