You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/08/23 15:15:17 UTC

[nifi] branch main updated: NIFI-10382 Upgraded Flume dependencies from 1.10.0 to 1.10.1

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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new ca991a6805 NIFI-10382 Upgraded Flume dependencies from 1.10.0 to 1.10.1
ca991a6805 is described below

commit ca991a680560a72999858a102a7b1f9e65e721e4
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Aug 22 11:23:55 2022 -0500

    NIFI-10382 Upgraded Flume dependencies from 1.10.0 to 1.10.1
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6320.
---
 nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml
index 22a7d7743f..54c0dfd81f 100644
--- a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml
@@ -24,7 +24,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <flume.version>1.10.0</flume.version>
+        <flume.version>1.10.1</flume.version>
     </properties>
 
     <dependencies>