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 2021/12/03 18:03:13 UTC

[plc4x] branch develop updated: build(deps): bump nifi.version from 1.13.2 to 1.14.0 (#280)

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 2c9fd2e  build(deps): bump nifi.version from 1.13.2 to 1.14.0 (#280)
2c9fd2e is described below

commit 2c9fd2e0d83d03ed2d8854c71e4dce6610df578f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 3 19:01:09 2021 +0100

    build(deps): bump nifi.version from 1.13.2 to 1.14.0 (#280)
    
    Bumps `nifi.version` from 1.13.2 to 1.14.0.
    
    Updates `nifi` from 1.13.2 to 1.14.0
    
    Updates `nifi-api` from 1.13.2 to 1.14.0
    
    Updates `nifi-utils` from 1.13.2 to 1.14.0
    
    Updates `nifi-mock` from 1.13.2 to 1.14.0
    
    Updates `nifi-nar-bundles` from 1.13.2 to 1.14.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.nifi:nifi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-mock
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-nar-bundles
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/integrations/apache-nifi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/integrations/apache-nifi/pom.xml b/plc4j/integrations/apache-nifi/pom.xml
index c11b587..1f1bf0d 100644
--- a/plc4j/integrations/apache-nifi/pom.xml
+++ b/plc4j/integrations/apache-nifi/pom.xml
@@ -33,7 +33,7 @@
   <description>Integration module for integrating PLC4X into Apache Nifi.</description>
 
   <properties>
-    <nifi.version>1.13.2</nifi.version>
+    <nifi.version>1.14.0</nifi.version>
   </properties>
 
   <modules>