From 20beb8a9a89a225104ae771d803249f94c0a8424 Mon Sep 17 00:00:00 2001 From: "Meggle (Sebastian Bathke)" Date: Mon, 17 Feb 2025 08:27:55 +0100 Subject: [PATCH 1/2] deps: align camunda model version to 7.22 with camunda/camunda (cherry picked from commit cc1edd973a15242317af26b329d5431ffc22c387) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51d5352cf..9d1b4d86e 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ 3.24.2 4.2.2 1.14.10 - 7.19.0 + 7.22.0 4.8.179 3.14.0 2.23.0 From fed4670c4c2c54ede3fbf05611f290623526d3a1 Mon Sep 17 00:00:00 2001 From: "Meggle (Sebastian Bathke)" Date: Mon, 17 Feb 2025 11:27:02 +0100 Subject: [PATCH 2/2] deps: use bpmn model 7.19 on relevant jdk8 modules Some modules need to support jdk 8 still, but 7.20+ model lib releases don't. deps: use bpmn model 7.19 on relevant jdk8 modules As newer releases are not compatible with jdk 8. --- assertions/pom.xml | 18 ++++++++++++++++++ qa/testcontainers/pom.xml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/assertions/pom.xml b/assertions/pom.xml index 52ad3cf2a..525fcd2f1 100644 --- a/assertions/pom.xml +++ b/assertions/pom.xml @@ -18,9 +18,27 @@ Assertions for verifying the state of a process. + + 7.19.0 8 + + + + org.camunda.bpm.model + camunda-dmn-model + ${dependency.camundamodel.version} + + + + org.camunda.bpm.model + camunda-xml-model + ${dependency.camundamodel.version} + + + + io.camunda diff --git a/qa/testcontainers/pom.xml b/qa/testcontainers/pom.xml index c18f81ae4..5a1d74809 100644 --- a/qa/testcontainers/pom.xml +++ b/qa/testcontainers/pom.xml @@ -12,9 +12,27 @@ Zeebe Process Test QA Testcontainers + + 7.19.0 8 + + + + org.camunda.bpm.model + camunda-dmn-model + ${dependency.camundamodel.version} + + + + org.camunda.bpm.model + camunda-xml-model + ${dependency.camundamodel.version} + + + + io.camunda