You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/03/08 08:44:56 UTC

[plc4x] branch develop updated: chore(plc4j/camel): Updated the camel dependency to 3.14.2

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2e6bb3a  chore(plc4j/camel): Updated the camel dependency to 3.14.2
2e6bb3a is described below

commit 2e6bb3ae06e9f9c8811f3bb171679088fadfcf02
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 8 09:44:40 2022 +0100

    chore(plc4j/camel): Updated the camel dependency to 3.14.2
---
 plc4j/integrations/apache-camel/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4j/integrations/apache-camel/pom.xml b/plc4j/integrations/apache-camel/pom.xml
index c5b2814..cdaa759 100644
--- a/plc4j/integrations/apache-camel/pom.xml
+++ b/plc4j/integrations/apache-camel/pom.xml
@@ -33,7 +33,7 @@
   <description>Integration module for integrating PLC4X into Apache Camel.</description>
 
   <properties>
-    <camel.version>3.14.0</camel.version>
+    <camel.version>3.14.1</camel.version>
   </properties>
 
   <build>
@@ -275,4 +275,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>