This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new c817ad5d851 Upgrade camunda
c817ad5d851 is described below
commit c817ad5d85164b71b5d185dc085fb7c4299aaedf
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jul 20 17:34:33 2023 +0200
Upgrade camunda
---
components/camel-zeebe/pom.xml | 5 +++++
parent/pom.xml | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/components/camel-zeebe/pom.xml b/components/camel-zeebe/pom.xml
index 3d3752dbbbe..fd7b0d04b73 100644
--- a/components/camel-zeebe/pom.xml
+++ b/components/camel-zeebe/pom.xml
@@ -62,6 +62,11 @@
<version>${camunda-version}</version>
<type>pom</type>
</dependency>
+ <dependency>
+ <groupId>org.camunda.bpm.model</groupId>
+ <artifactId>camunda-xml-model</artifactId>
+ <version>${camunda-version}</version>
+ </dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-client-java</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index e37b32d2fbe..a073d38c6e8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -83,7 +83,7 @@
<caffeine-version>3.1.6</caffeine-version>
<californium-version>2.8.0</californium-version>
<californium-scandium-version>2.8.0</californium-scandium-version>
- <camunda-version>7.18.0</camunda-version>
+ <camunda-version>7.19.0</camunda-version>
<cassandra-driver-version>4.17.0</cassandra-driver-version>
<jta-api-1.2-version>1.2</jta-api-1.2-version>
<cglib-version>3.3.0</cglib-version>