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/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 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