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 3aba769cc3 NIFI-11762 Upgraded Hadoop dependencies from 3.3.5 to 3.3.6
3aba769cc3 is described below

commit 3aba769cc37491eddd623aecd49e54e4066e58dd
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Jun 28 10:11:00 2023 -0500

    NIFI-11762 Upgraded Hadoop dependencies from 3.3.5 to 3.3.6
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7445.
---
 nifi-nar-bundles/nifi-ranger-bundle/pom.xml                             | 2 +-
 .../nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml            | 2 +-
 pom.xml                                                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml 
b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
index 1b578b424d..b22567d332 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
@@ -32,7 +32,7 @@
     </modules>
 
     <properties>
-        <ranger.hadoop.version>3.3.5</ranger.hadoop.version>
+        <ranger.hadoop.version>3.3.6</ranger.hadoop.version>
     </properties>
 
     <dependencyManagement>
diff --git 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
index 36f546e2da..01db3d30d2 100644
--- 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
+++ 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
@@ -25,7 +25,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <ranger.hadoop.version>3.3.5</ranger.hadoop.version>
+        <ranger.hadoop.version>3.3.6</ranger.hadoop.version>
         <ranger.ozone.version>1.2.1</ranger.ozone.version>
         <ranger.gcs.version>2.1.5</ranger.gcs.version>
     </properties>
diff --git a/pom.xml b/pom.xml
index 32e9335e0a..c491dd866e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
         
<groovy.eclipse.compiler.version>3.9.0</groovy.eclipse.compiler.version>
         <groovy.eclipse.batch.version>3.0.9-03</groovy.eclipse.batch.version>
         <surefire.version>3.0.0</surefire.version>
-        <hadoop.version>3.3.5</hadoop.version>
+        <hadoop.version>3.3.6</hadoop.version>
         <ozone.version>1.2.1</ozone.version>
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.19</aspectj.version>

Reply via email to