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/10/07 08:32:44 UTC

[plc4x] branch develop updated: build(deps): bump nifi.version from 1.17.0 to 1.18.0 (#535)

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 91b499126 build(deps): bump nifi.version from 1.17.0 to 1.18.0 (#535)
91b499126 is described below

commit 91b499126647ab7b93640318b3d07aa90b3cc997
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 7 10:32:36 2022 +0200

    build(deps): bump nifi.version from 1.17.0 to 1.18.0 (#535)
    
    Bumps `nifi.version` from 1.17.0 to 1.18.0.
    
    Updates `nifi` from 1.17.0 to 1.18.0
    
    Updates `nifi-utils` from 1.17.0 to 1.18.0
    
    Updates `nifi-avro-record-utils` from 1.17.0 to 1.18.0
    
    Updates `nifi-record-serialization-services` from 1.17.0 to 1.18.0
    
    Updates `nifi-standard-nar` from 1.17.0 to 1.18.0
    
    Updates `nifi-nar-bundles` from 1.17.0 to 1.18.0
    
    Updates `nifi-standard-services-api-nar` from 1.17.0 to 1.18.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-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-avro-record-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-record-serialization-services
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-standard-nar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-nar-bundles
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.nifi:nifi-standard-services-api-nar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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-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 2846df6de..13db352b2 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.17.0</nifi.version>
+		<nifi.version>1.18.0</nifi.version>
 		<avro.version>1.11.1</avro.version>
 	</properties>