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 25912e065c NIFI-14954 Bump Netty to 4.2.6.Final, Kotlin to 2.2.20, 
Fabric8 k8s to 7.4.0, and others (#10289)
25912e065c is described below

commit 25912e065c0eb4d43e011bd5e4a03ce343a5bcb6
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Sep 10 19:41:37 2025 +0200

    NIFI-14954 Bump Netty to 4.2.6.Final, Kotlin to 2.2.20, Fabric8 k8s to 
7.4.0, and others (#10289)
    
    - reactor-netty-http from 1.2.9 to 1.2.10 - 
https://github.com/reactor/reactor-netty/releases/tag/v1.2.10
    - reactor-core and reactor-test from 3.7.9 to 3.7.11 - 
https://github.com/reactor/reactor-core/releases/tag/v3.7.11
    - jline from 3.30.5 to 3.30.6 - 
https://github.com/jline/jline3/releases/tag/jline-3.30.6
    - AWS SDK v2 from 2.33.4 to 2.33.5 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Fabric8 k8s from 7.3.1 to 7.4.0 - 
https://github.com/fabric8io/kubernetes-client/releases/tag/v7.4.0
    - Kotlin from 2.2.10 to 2.2.20 - 
https://github.com/JetBrains/kotlin/releases/tag/v2.2.20
    - Netty from 4.2.5.Final to 4.2.6.Final - 
https://netty.io/news/2025/09/08/4-2-6.html
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-code-coverage/pom.xml                                        | 2 +-
 .../nifi-azure-bundle/nifi-azure-processors/pom.xml               | 4 ++--
 nifi-extension-bundles/nifi-azure-bundle/pom.xml                  | 2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml                             | 2 +-
 pom.xml                                                           | 8 ++++----
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index fa43212a64..0f2d89c7d5 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -88,7 +88,7 @@
             <dependency>
                 <groupId>io.projectreactor.netty</groupId>
                 <artifactId>reactor-netty-http</artifactId>
-                <version>1.2.9</version>
+                <version>1.2.10</version>
             </dependency>
             <!-- SSHD from Registry and other modules -->
             <dependency>
diff --git 
a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index 56bc91f27b..12170342f9 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>io.projectreactor</groupId>
             <artifactId>reactor-core</artifactId>
-            <version>3.7.9</version>
+            <version>3.7.11</version>
         </dependency>
         <dependency>
             <groupId>com.azure</groupId>
@@ -190,7 +190,7 @@
         <dependency>
             <groupId>io.projectreactor</groupId>
             <artifactId>reactor-test</artifactId>
-            <version>3.7.9</version>
+            <version>3.7.11</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 90cc22780b..a40175a635 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -80,7 +80,7 @@
             <dependency>
                 <groupId>io.projectreactor.netty</groupId>
                 <artifactId>reactor-netty-http</artifactId>
-                <version>1.2.9</version>
+                <version>1.2.10</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index b3e2671563..9964ef51cc 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.5</jline.version>
+        <jline.version>3.30.6</jline.version>
     </properties>
 
     <build>
diff --git a/pom.xml b/pom.xml
index a12209d3f2..a9d4449787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,10 +110,10 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.791</com.amazonaws.version>
-        <software.amazon.awssdk.version>2.33.4</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.33.5</software.amazon.awssdk.version>
         <gson.version>2.13.1</gson.version>
-        
<io.fabric8.kubernetes.client.version>7.3.1</io.fabric8.kubernetes.client.version>
-        <kotlin.version>2.2.10</kotlin.version>
+        
<io.fabric8.kubernetes.client.version>7.4.0</io.fabric8.kubernetes.client.version>
+        <kotlin.version>2.2.20</kotlin.version>
         <okhttp.version>5.1.0</okhttp.version>
         <okio.version>3.16.0</okio.version>
         <org.apache.commons.cli.version>1.10.0</org.apache.commons.cli.version>
@@ -158,7 +158,7 @@
         <junit.version>5.13.4</junit.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.5</snakeyaml.version>
-        <netty.4.version>4.2.5.Final</netty.4.version>
+        <netty.4.version>4.2.6.Final</netty.4.version>
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.version>6.2.10</spring.version>
         <spring.security.version>6.5.3</spring.security.version>

Reply via email to