This is an automated email from the ASF dual-hosted git repository.
fjtiradosarti pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 4d44857a4 [Fix #1965] Align camel version (#1966)
4d44857a4 is described below
commit 4d44857a4c0b3e35b72ed0905b08a7e77da11e87
Author: Francisco Javier Tirado Sarti
<[email protected]>
AuthorDate: Thu Jun 13 16:41:50 2024 +0200
[Fix #1965] Align camel version (#1966)
---
.../serverless-workflow-github-showcase/pom.xml | 2 +-
.../serverless-workflow-loanbroker-showcase/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml
b/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml
index d4aa14f13..029e36a5d 100644
--- a/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml
@@ -46,7 +46,7 @@
<version.surefire.plugin>3.0.0-M7</version.surefire.plugin>
<version.io.jjwt>0.11.2</version.io.jjwt>
<version.kohsuke.github>1.116</version.kohsuke.github>
- <version.org.camel>2.13.0</version.org.camel>
+ <version.org.camel>3.9.0</version.org.camel>
<version.com.github.tomakehurst.wiremock>2.33.2</version.com.github.tomakehurst.wiremock>
</properties>
</project>
diff --git
a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml
b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml
index 67c15e3b8..f9724b06f 100644
---
a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml
+++
b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml
@@ -55,7 +55,7 @@
<version.io.cloudevents>2.5.0</version.io.cloudevents>
<!-- See: https://camel.apache.org/categories/Camel-Quarkus/ -->
<!-- Aligned with Quarkus. We don't use the Camel Quarkus platform BOM to
avoid upgrade delays in our CI. Feel free to use the BOM in your projects,
though -->
- <version.org.apache.camel.quarkus>3.2.3</version.org.apache.camel.quarkus>
+ <version.org.apache.camel.quarkus>3.9.0</version.org.apache.camel.quarkus>
<version.surefire.plugin>3.0.0-M7</version.surefire.plugin>
<version.compiler.plugin>3.8.1</version.compiler.plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]