This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new f14cf35ea5 NIFI-11762 Upgraded Hadoop dependencies from 3.3.5 to 3.3.6
f14cf35ea5 is described below
commit f14cf35ea5aed51785824b65d17909e3a6cca8f4
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 84e8abe0ab..b7ab64be02 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 0b4c390fc9..ed25068f9a 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 a0c9a47379..16cbadd033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<nifi.groovy.version>3.0.17</nifi.groovy.version>
<groovy.eclipse.batch.version>3.0.8-01</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.6</aspectj.version>