You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/18 04:16:02 UTC

[camel] branch main updated: Update hadoop3 version to 3.3.4 (#8172)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 69843edfe04 Update hadoop3 version to 3.3.4 (#8172)
69843edfe04 is described below

commit 69843edfe042e21977680a232e8d138e0a3ff784
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Thu Aug 18 00:15:56 2022 -0400

    Update hadoop3 version to 3.3.4 (#8172)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index a18dec65c8d..7c95c848222 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -246,7 +246,7 @@
     <guava-eventbus-version>28.2-jre</guava-eventbus-version>
     <guice3-version>3.0</guice3-version>
     <hadoop3-guava-version>29.0-jre</hadoop3-guava-version>
-    <hadoop3-version>3.3.3</hadoop3-version>
+    <hadoop3-version>3.3.4</hadoop3-version>
     <hamcrest-version>2.2</hamcrest-version>
     <hapi-base-version>2.3</hapi-base-version>
     <hapi-fhir-version>4.2.0</hapi-fhir-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2c21dce3e89..0d87dd65b98 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -226,7 +226,7 @@
         <gson-version>2.9.0</gson-version>
         <guava-eventbus-version>28.2-jre</guava-eventbus-version>
         <guice3-version>3.0</guice3-version>
-        <hadoop3-version>3.3.3</hadoop3-version>
+        <hadoop3-version>3.3.4</hadoop3-version>
         <hadoop3-guava-version>29.0-jre</hadoop3-guava-version>
         <hamcrest-version>2.2</hamcrest-version>
         <hapi-version>2.3</hapi-version>