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/10/17 13:57:16 UTC

[camel] branch camel-3.18.x updated: Upgrade to use hadoop-common 3.2.4 (#8560)

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 438faabf847 Upgrade to use hadoop-common 3.2.4 (#8560)
438faabf847 is described below

commit 438faabf8476a97bd4bacf119ee22a17345f403b
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Mon Oct 17 09:57:08 2022 -0400

    Upgrade to use hadoop-common 3.2.4 (#8560)
---
 components/camel-gora/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-gora/pom.xml b/components/camel-gora/pom.xml
index 595eabe79d9..6b5a01eb112 100644
--- a/components/camel-gora/pom.xml
+++ b/components/camel-gora/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
-            <version>3.2.3</version>
+            <version>3.2.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.gora</groupId>