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

exceptionfactory 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 fc0b59ede40 NIFI-15672 Bump AWS SDK to 2.42.6, GCP SDK to 26.77, 
Fabric8 k8s to 7.6.0, and others (#10967)
fc0b59ede40 is described below

commit fc0b59ede40b1389a6e44829c4b06855d503c910
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Mar 5 16:12:47 2026 +0100

    NIFI-15672 Bump AWS SDK to 2.42.6, GCP SDK to 26.77, Fabric8 k8s to 7.6.0, 
and others (#10967)
    
    - AWS SDK BOM from 2.42.4 to 2.42.6 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Fabric8 Kubernetes Client from 7.5.2 to 7.6.0 - 
https://github.com/fabric8io/kubernetes-client/releases/tag/v7.6.0
    - Swagger Annotations from 2.2.43 to 2.2.44 - 
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.44 
    - Swagger Maven Plugin Jakarta from 2.2.43 to 2.2.44 - 
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.44 
    - Google Cloud Libraries BOM from 26.76.0 to 26.77.0 - 
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.77.0 
    - Checker Framework from 3.53.1 to 3.54.0 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-3.54.0
 
    - Tukaani XZ from 1.11 to 1.12 - 
https://github.com/tukaani-project/xz-java/releases/tag/v1.12 
    - LZ4 Java (at.yawk) from 1.10.3 to 1.10.4 - 
https://github.com/yawkat/lz4-java/releases/tag/v1.10.4 
    - IoTDB Session from 2.0.6 to 2.0.7 - 
https://github.com/apache/iotdb/releases/tag/v2.0.7 
    - JLine from 3.30.6 to 3.30.7 - 
https://github.com/jline/jline3/releases/tag/jline-3.30.7 
    - Amazon Kinesis Client from 3.4.0 to 3.4.1 - 
https://github.com/awslabs/amazon-kinesis-client/releases/tag/v3.4.1 
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-aws-bundle/nifi-aws-kinesis/pom.xml             |  2 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml          |  2 +-
 .../nifi-compress-processors/pom.xml                     |  2 +-
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml           |  2 +-
 .../nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml      |  2 +-
 nifi-extension-bundles/nifi-iotdb-bundle/pom.xml         |  2 +-
 .../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml     |  2 +-
 .../nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml  |  2 +-
 nifi-extension-bundles/nifi-standard-bundle/pom.xml      |  2 +-
 .../nifi-record-serialization-services/pom.xml           |  2 +-
 .../nifi-standard-shared-bom/pom.xml                     |  2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml                    |  2 +-
 pom.xml                                                  | 16 ++++++++++++----
 13 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml
index ae9ced74f2a..97e4918a0b8 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>software.amazon.kinesis</groupId>
             <artifactId>amazon-kinesis-client</artifactId>
-            <version>3.4.0</version>
+            <version>3.4.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.google.code.findbugs</groupId>
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index be5906bbe89..b01b0142c9d 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -316,7 +316,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.10.3</version>
+            <version>1.10.4</version>
         </dependency>
     </dependencies>
     <build>
diff --git 
a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml 
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 6ae73a75619..f918dbe7843 100644
--- 
a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -47,7 +47,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>org.tukaani</groupId>
             <artifactId>xz</artifactId>
-            <version>1.11</version>
+            <version>1.12</version>
         </dependency>
         <dependency>
             <groupId>org.xerial.snappy</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 95bbe2458bf..a7a716f942f 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <google.libraries.version>26.76.0</google.libraries.version>
+        <google.libraries.version>26.77.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>
diff --git 
a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml 
b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
index 0d072c79e0b..7a57d4e5e1a 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.10.3</version>
+            <version>1.10.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml 
b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
index 17dbe3f8124..d98136f9352 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
@@ -30,7 +30,7 @@
     </modules>
 
     <properties>
-        <iotdb.sdk.version>2.0.6</iotdb.sdk.version>
+        <iotdb.sdk.version>2.0.7</iotdb.sdk.version>
     </properties>
 </project>
 
diff --git 
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml 
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
index 6ec08c523d3..dd828d0e223 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.10.3</version>
+            <version>1.10.4</version>
         </dependency>
         <dependency>
             <groupId>software.amazon.msk</groupId>
diff --git 
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml 
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
index 34e1db0a6d3..8da76135118 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.10.3</version>
+            <version>1.10.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 1d2367558c9..58cf6c057dd 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -101,7 +101,7 @@
             <dependency>
                 <groupId>org.tukaani</groupId>
                 <artifactId>xz</artifactId>
-                <version>1.11</version>
+                <version>1.12</version>
             </dependency>
             <dependency>
                 <groupId>net.sf.saxon</groupId>
diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
index 56f592fe0d2..5ee32432d0d 100755
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
@@ -169,7 +169,7 @@
         <dependency>
             <groupId>org.tukaani</groupId>
             <artifactId>xz</artifactId>
-            <version>1.11</version>
+            <version>1.12</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index ce559278386..59aa579bc2d 100644
--- 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -121,7 +121,7 @@
             <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
-                <version>3.53.1</version>
+                <version>3.54.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index f25364c4275..59de8732781 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,7 +24,7 @@
     <description>Tooling to make tls configuration easier</description>
 
     <properties>
-        <jline.version>3.30.6</jline.version>
+        <jline.version>3.30.7</jline.version>
     </properties>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 8ec5ae7c48d..5a3028eccf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        <software.amazon.awssdk.version>2.42.4</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.42.6</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.4</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 
@@ -141,7 +141,7 @@
         <ozone.version>1.4.1</ozone.version>
 
         <!-- Kubernetes -->
-        
<io.fabric8.kubernetes.client.version>7.5.2</io.fabric8.kubernetes.client.version>
+        
<io.fabric8.kubernetes.client.version>7.6.0</io.fabric8.kubernetes.client.version>
 
         <!-- Data access -->
         <commons.dbcp2.version>2.14.0</commons.dbcp2.version>
@@ -154,6 +154,7 @@
         <gson.version>2.13.2</gson.version>
         <jackson.annotations.version>2.21</jackson.annotations.version>
         <jackson.bom.version>2.21.1</jackson.bom.version>
+        <jackson3.bom.version>3.1.0</jackson3.bom.version>
         <json.smart.version>2.6.0</json.smart.version>
         <snakeyaml.version>2.6</snakeyaml.version>
 
@@ -198,7 +199,7 @@
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.security.version>7.0.3</spring.security.version>
         <spring.version>7.0.5</spring.version>
-        <swagger.annotations.version>2.2.43</swagger.annotations.version>
+        <swagger.annotations.version>2.2.44</swagger.annotations.version>
 
         <!-- Testing and quality -->
         <junit.version>6.0.3</junit.version>
@@ -484,6 +485,13 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>tools.jackson</groupId>
+                <artifactId>jackson-bom</artifactId>
+                <version>${jackson3.bom.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <!-- Set snappy-java version for compatibility across multiple 
Java versions -->
             <dependency>
                 <groupId>org.xerial.snappy</groupId>
@@ -827,7 +835,7 @@
                 <plugin>
                     <groupId>io.swagger.core.v3</groupId>
                     <artifactId>swagger-maven-plugin-jakarta</artifactId>
-                    <version>2.2.43</version>
+                    <version>2.2.44</version>
                 </plugin>
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>

Reply via email to