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 b4246abb16 NIFI-14769 Bump Spring to 6.2.9, Commons IO to 2.20.0, 
Netty to 4.2.3.Final and others (#10113)
b4246abb16 is described below

commit b4246abb16bd0dd666429c134e49e6c2685b1f19
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Jul 21 22:36:02 2025 +0200

    NIFI-14769 Bump Spring to 6.2.9, Commons IO to 2.20.0, Netty to 4.2.3.Final 
and others (#10113)
    
    - reactor from 3.7.7 to 3.7.8 - 
https://github.com/reactor/reactor-core/releases/tag/v3.7.8
    - kusto from 7.0.0 to 7.0.1 - 
https://github.com/Azure/azure-kusto-java/releases/tag/v7.0.1
    - maven-artifact from 3.9.10 to 3.9.11 - 
https://maven.apache.org/docs/3.9.11/release-notes.html
    - Google Cloud SDK from 26.63.0 to 26.64.0 - 
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.64.0
    - Neo4J from 5.28.8 to 5.28.9 - 
https://github.com/neo4j/neo4j-java-driver/releases/tag/5.28.9
    - Spring Redis from 3.5.1 to 3.5.2 - 
https://github.com/spring-projects/spring-data-redis/releases/tag/3.5.2
    - HikariCP from 6.3.0 to 6.3.1 - 
https://github.com/brettwooldridge/HikariCP/releases/tag/HikariCP-6.3.1
    - Spring LDAP from 3.3.1 to 3.3.2 - 
https://github.com/spring-projects/spring-ldap/releases/tag/3.3.2
    - FlywayDB from 11.10.2 to 11.10.3 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.10.3
    - AWS SDK v1 from 1.12.787 to 1.12.788 - 
https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md#112788-2025-07-11
    - AWS SDK v2 from 2.31.78 to 2.32.4 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md#2324-2025-07-18
    - Apache Commons IO from 2.19.0 to 2.20.0 - 
https://commons.apache.org/proper/commons-io/changes.html#a2.20.0
    - Jackson from 2.19.1 to 2.19.2 - 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.19.2
    - Netty from 4.2.2.Final to 4.2.3.Final - 
https://netty.io/news/2025/07/15/4-2-3.html
    - Spring from 6.2.8 to 6.2.9 - 
https://github.com/spring-projects/spring-framework/releases/tag/v6.2.9
    - Nimbus Jose JWT from 10.3.1 to 10.4 - 
https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt
    - Snappy Java from 1.1.10.7 to 1.1.10.8 - 
https://github.com/xerial/snappy-java/releases/tag/v1.1.10.8
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-azure-bundle/nifi-azure-processors/pom.xml      |  8 ++++----
 .../nifi-elasticsearch-client-service/pom.xml            |  2 +-
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml           |  2 +-
 .../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml  |  2 +-
 nifi-extension-bundles/nifi-redis-bundle/pom.xml         |  2 +-
 .../nifi-hikari-dbcp-service/pom.xml                     |  2 +-
 .../nifi-registry-core/nifi-registry-framework/pom.xml   |  2 +-
 nifi-registry/pom.xml                                    |  2 +-
 pom.xml                                                  | 16 ++++++++--------
 9 files changed, 19 insertions(+), 19 deletions(-)

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 8135bdd12a..4cfc197351 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.7</version>
+            <version>3.7.8</version>
         </dependency>
         <dependency>
             <groupId>com.azure</groupId>
@@ -127,12 +127,12 @@
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-data</artifactId>
-            <version>7.0.0</version>
+            <version>7.0.1</version>
         </dependency>
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-ingest</artifactId>
-            <version>7.0.0</version>
+            <version>7.0.1</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
@@ -190,7 +190,7 @@
         <dependency>
             <groupId>io.projectreactor</groupId>
             <artifactId>reactor-test</artifactId>
-            <version>3.7.7</version>
+            <version>3.7.8</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git 
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index 65db599096..599a2d8684 100644
--- 
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++ 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -151,7 +151,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.9.10</version>
+            <version>3.9.11</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 729ad177c5..970867c1d1 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.63.0</google.libraries.version>
+        <google.libraries.version>26.64.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>
diff --git 
a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 5f93457446..9f915b37f8 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <neo4j.driver.version>5.28.8</neo4j.driver.version>
+        <neo4j.driver.version>5.28.9</neo4j.driver.version>
         <neo4j.docker.version>5.19</neo4j.docker.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml 
b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
index de0a744403..803e079ee4 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>3.5.1</spring.data.redis.version>
+        <spring.data.redis.version>3.5.2</spring.data.redis.version>
         <jedis.version>6.0.0</jedis.version>
     </properties>
 
diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
index c50f148a52..4478c6c1fe 100644
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>com.zaxxer</groupId>
             <artifactId>HikariCP</artifactId>
-            <version>6.3.0</version>
+            <version>6.3.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml 
b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
index bbad99e52f..5087defec4 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -246,7 +246,7 @@
         <dependency>
             <groupId>org.springframework.ldap</groupId>
             <artifactId>spring-ldap-core</artifactId>
-            <version>3.3.1</version>
+            <version>3.3.2</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.security</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index fd1543934f..56bf0345c7 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>3.5.3</spring.boot.version>
-        <flyway.version>11.10.2</flyway.version>
+        <flyway.version>11.10.3</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.3.0.202506031305-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 510bfd36f3..5ae151b0fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,8 +109,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
-        <com.amazonaws.version>1.12.787</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.31.78</software.amazon.awssdk.version>
+        <com.amazonaws.version>1.12.788</com.amazonaws.version>
+        <software.amazon.awssdk.version>2.32.4</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.0</kotlin.version>
@@ -124,7 +124,7 @@
         
<org.apache.commons.configuration.version>2.12.0</org.apache.commons.configuration.version>
         
<org.apache.commons.lang3.version>3.18.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.11.1</org.apache.commons.net.version>
-        <org.apache.commons.io.version>2.19.0</org.apache.commons.io.version>
+        <org.apache.commons.io.version>2.20.0</org.apache.commons.io.version>
         
<org.apache.commons.text.version>1.13.1</org.apache.commons.text.version>
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
@@ -135,7 +135,7 @@
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <derby.version>10.17.1.0</derby.version>
         <jetty.version>12.0.23</jetty.version>
-        <jackson.bom.version>2.19.1</jackson.bom.version>
+        <jackson.bom.version>2.19.2</jackson.bom.version>
         <avro.version>1.11.4</avro.version>
         <jaxb.runtime.version>4.0.5</jaxb.runtime.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
@@ -154,9 +154,9 @@
         <mockito.version>5.18.0</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.4</snakeyaml.version>
-        <netty.4.version>4.2.2.Final</netty.4.version>
+        <netty.4.version>4.2.3.Final</netty.4.version>
         <servlet-api.version>6.1.0</servlet-api.version>
-        <spring.version>6.2.8</spring.version>
+        <spring.version>6.2.9</spring.version>
         <spring.security.version>6.5.1</spring.security.version>
         <swagger.annotations.version>2.2.34</swagger.annotations.version>
         <h2.version>2.3.232</h2.version>
@@ -167,7 +167,7 @@
         <prometheus.version>0.16.0</prometheus.version>
         <velocity-engine-core.version>2.4.1</velocity-engine-core.version>
         <simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
-        <nimbus-jose-jwt.version>10.3.1</nimbus-jose-jwt.version>
+        <nimbus-jose-jwt.version>10.4</nimbus-jose-jwt.version>
     </properties>
     <dependencyManagement>
         <dependencies>
@@ -456,7 +456,7 @@
             <dependency>
                 <groupId>org.xerial.snappy</groupId>
                 <artifactId>snappy-java</artifactId>
-                <version>1.1.10.7</version>
+                <version>1.1.10.8</version>
             </dependency>
             <!-- Override Log4j 2 libraries for transitive dependencies -->
             <dependency>

Reply via email to