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

[plc4x] branch develop updated: build(deps): bump camel.version from 3.18.1 to 3.18.2 (#491)

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

sruehl 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 10efecefc build(deps): bump camel.version from 3.18.1 to 3.18.2 (#491)
10efecefc is described below

commit 10efecefc616155f7a5c64d8dc39bd6f372a90e2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 10:05:03 2022 +0200

    build(deps): bump camel.version from 3.18.1 to 3.18.2 (#491)
    
    Bumps `camel.version` from 3.18.1 to 3.18.2.
    
    Updates `camel-core-engine` from 3.18.1 to 3.18.2
    
    Updates `camel-core-model` from 3.18.1 to 3.18.2
    
    Updates `camel-api` from 3.18.1 to 3.18.2
    
    Updates `camel-mock` from 3.18.1 to 3.18.2
    
    Updates `camel-support` from 3.18.1 to 3.18.2
    
    Updates `camel-util` from 3.18.1 to 3.18.2
    
    Updates `camel-test-junit5` from 3.18.1 to 3.18.2
    
    Updates `camel-main` from 3.18.1 to 3.18.2
    
    Updates `camel-package-maven-plugin` from 3.18.1 to 3.18.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.camel:camel-core-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-core-model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-mock
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-test-junit5
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-main
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.apache.camel:camel-package-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/integrations/apache-camel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/integrations/apache-camel/pom.xml b/plc4j/integrations/apache-camel/pom.xml
index cea953f4e..0a7ca62ae 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.18.1</camel.version>
+    <camel.version>3.18.2</camel.version>
   </properties>
 
   <build>