From e6c4c9e9a60f001ff3bccd936bfadbc63a209eba Mon Sep 17 00:00:00 2001 From: Gunnar von der Beck Date: Wed, 23 Oct 2024 14:41:57 +0200 Subject: [PATCH] chore: upgraded showcase to Camunda 8.6.3 and newest dependencies --- .../Zeebe-Client-Accelerator-Showcase-Test.csproj | 10 +++++----- .../Zeebe-Client-Accelerator-Showcase.csproj | 6 +++--- .../docker-compose.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/Zeebe-Client-Accelerator-Showcase-Test/Zeebe-Client-Accelerator-Showcase-Test.csproj b/examples/Zeebe-Client-Accelerator-Showcase-Test/Zeebe-Client-Accelerator-Showcase-Test.csproj index 114e596..0297d16 100644 --- a/examples/Zeebe-Client-Accelerator-Showcase-Test/Zeebe-Client-Accelerator-Showcase-Test.csproj +++ b/examples/Zeebe-Client-Accelerator-Showcase-Test/Zeebe-Client-Accelerator-Showcase-Test.csproj @@ -16,16 +16,16 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/examples/Zeebe-Client-Accelerator-Showcase/Zeebe-Client-Accelerator-Showcase.csproj b/examples/Zeebe-Client-Accelerator-Showcase/Zeebe-Client-Accelerator-Showcase.csproj index c1ab892..70369bd 100644 --- a/examples/Zeebe-Client-Accelerator-Showcase/Zeebe-Client-Accelerator-Showcase.csproj +++ b/examples/Zeebe-Client-Accelerator-Showcase/Zeebe-Client-Accelerator-Showcase.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/examples/Zeebe-Client-Accelerator-Showcase/docker-compose.yaml b/examples/Zeebe-Client-Accelerator-Showcase/docker-compose.yaml index 34901e2..66f5352 100644 --- a/examples/Zeebe-Client-Accelerator-Showcase/docker-compose.yaml +++ b/examples/Zeebe-Client-Accelerator-Showcase/docker-compose.yaml @@ -12,7 +12,7 @@ services: zeebe: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#zeebe - image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.5.5} + image: camunda/zeebe:${CAMUNDA_PLATFORM_VERSION:-8.6.3} container_name: zeebe ports: - "26500:26500" @@ -34,7 +34,7 @@ services: - elasticsearch operate: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#operate - image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.5.4} + image: camunda/operate:${CAMUNDA_PLATFORM_VERSION:-8.6.3} container_name: operate ports: - "8081:8080" @@ -49,7 +49,7 @@ services: - elasticsearch tasklist: # https://docs.camunda.io/docs/self-managed/platform-deployment/docker/#tasklist - image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.5.3} + image: camunda/tasklist:${CAMUNDA_PLATFORM_VERSION:-8.6.3} container_name: tasklist ports: - "8082:8080" @@ -64,7 +64,7 @@ services: - elasticsearch elasticsearch: # https://hub.docker.com/_/elasticsearch - image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.12.2} + image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.15.3} container_name: elasticsearch ports: - "9200:9200"