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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 39eceff2 Bump org.apache.hadoop:hadoop-client from 3.4.2 to 3.4.3 
(#613)
39eceff2 is described below

commit 39eceff27bb846e50738ef474ad9abaf006f81b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 20 17:50:37 2026 +0100

    Bump org.apache.hadoop:hadoop-client from 3.4.2 to 3.4.3 (#613)
    
    * Bump org.apache.hadoop:hadoop-client from 3.4.2 to 3.4.3
    
    Bumps org.apache.hadoop:hadoop-client from 3.4.2 to 3.4.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.hadoop:hadoop-client
      dependency-version: 3.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix(hdfs): add org.jspecify.annotations import
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: JB Onofré <[email protected]>
---
 appender/hdfs/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/appender/hdfs/pom.xml b/appender/hdfs/pom.xml
index b99cf668..bac62fde 100644
--- a/appender/hdfs/pom.xml
+++ b/appender/hdfs/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-client</artifactId>
-            <version>3.4.2</version>
+            <version>3.4.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter</groupId>
@@ -129,6 +129,7 @@
                             !org.apache.commons.text*,
                             !org.apache.xml*,
                             !org.apache.zookeeper*,
+                            !org.jspecify.annotations,
                             !org.tukaani*,
                             !org.xerial.snappy*,
                             !okhttp3*,
@@ -209,6 +210,7 @@
                             org.apache.commons.text*,
                             org.apache.xml.resolver*,
                             org.apache.zookeeper*,
+                            org.jspecify.annotations,
                             org.tukaani*,
                             org.xerial.snappy*,
                             okhttp3*,

Reply via email to