From 2f4b043384284f9dad59938f139ce2e581a96d35 Mon Sep 17 00:00:00 2001 From: berkaycanbc Date: Tue, 6 Aug 2024 14:48:57 +0300 Subject: [PATCH] fix(build): pin camunda-dmn-model to a specific version We get dependency convergence error while releasing 8.2.30. That is, camunda-dmn-model depends on camunda-xml-model:jar:7.18.0 while zeebe-bpmn-model depends on 7.22.0-alpha3. To fix the issue, we can pin the version to the upgraded one. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2a3bcb2..65cc3052 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 3.24.2 4.2.0 1.14.3 - 7.18.0 + 7.22.0-alpha3 4.8.157 3.12.0 2.18.0