From ece3cd33612e833970c15197874215c3711df1ea Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 27 Jun 2025 15:34:19 +0200 Subject: [PATCH] Update camunda - update camunda (7.14.0 -> 7.15.0) to a spring boot 2.4 compatible version [0] [0] https://docs.camunda.org/manual/latest/user-guide/spring-boot-integration/version-compatibility/ Issue-ID: SO-4189 Signed-off-by: Fiete Ostkamp Change-Id: I6e1ccc5763e305511bc28a863dec0ca9efe7a453 --- asdc-controller/pom.xml | 1 - pom.xml | 3 ++- so-optimization-clients/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index 933eb44bc3..eb2b530535 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -98,7 +98,6 @@ antlr - generate-test-resources antlr4 diff --git a/pom.xml b/pom.xml index 93fde1a219..ae3522390c 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ 2.1 2.4.13 2020.0.6 + 7.15.0 false true 0.33.0 @@ -1110,7 +1111,7 @@ org.camunda.bpm camunda-bom - 7.14.0 + ${camunda.version} import pom diff --git a/so-optimization-clients/pom.xml b/so-optimization-clients/pom.xml index 633c46c216..89c800daa7 100644 --- a/so-optimization-clients/pom.xml +++ b/so-optimization-clients/pom.xml @@ -44,7 +44,7 @@ org.camunda.bpm camunda-bom - 7.14.0 + ${camunda.version} import pom -- 2.16.6