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 15c570267b NIFI-15635 Bump Jackson to 2.21.1, JSON Path to 3.0.0, 
Nimbus JWT to 10.8, and others (#10926)
15c570267b is described below

commit 15c570267b2f72929f9f071da0da5c78a4904828
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Feb 23 15:13:41 2026 +0100

    NIFI-15635 Bump Jackson to 2.21.1, JSON Path to 3.0.0, Nimbus JWT to 10.8, 
and others (#10926)
    
    - Neo4J Driver from 6.0.2 to 6.0.3 - 
https://github.com/neo4j/neo4j-java-driver/releases/tag/6.0.3
    - MongoDB Driver from 5.6.3 to 5.6.4 - 
https://github.com/mongodb/mongo-java-driver/releases/tag/r5.6.4
    - Spring Boot from 4.0.2 to 4.0.3 - 
https://github.com/spring-projects/spring-boot/releases/tag/v4.0.3
    - FlywayDB from 12.0.1 to 12.0.2 - 
https://github.com/flyway/flyway/releases/tag/flyway-12.0.2
    - AWS SDK BOM from 2.41.31 to 2.41.34 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/changelogs/2.41.x-CHANGELOG.md
    - JSON Path from 2.10.0 to 3.0.0 - 
https://github.com/json-path/JsonPath/releases/tag/json-path-3.0.0
    - Jackson from 2.21.0 to 2.21.1 - 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.21.1
    - Nimbus Jose JWT from 10.7 to 10.8 - 
https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml           | 2 +-
 nifi-extension-bundles/nifi-mongodb-bundle/pom.xml                | 2 +-
 nifi-registry/pom.xml                                             | 4 ++--
 pom.xml                                                           | 8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

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 4e072dedf2..b22493915d 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>6.0.2</neo4j.driver.version>
+        <neo4j.driver.version>6.0.3</neo4j.driver.version>
         <neo4j.docker.version>2025.11</neo4j.docker.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml 
b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
index 5540f6926a..14ed9e5d8f 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
@@ -34,6 +34,6 @@
     </modules>
 
     <properties>
-        <mongo.driver.version>5.6.3</mongo.driver.version>
+        <mongo.driver.version>5.6.4</mongo.driver.version>
     </properties>
 </project>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index b502ad2223..04695ed25d 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,8 +35,8 @@
         <module>nifi-registry-docker-maven</module>
     </modules>
     <properties>
-        <spring.boot.version>4.0.2</spring.boot.version>
-        <flyway.version>12.0.1</flyway.version>
+        <spring.boot.version>4.0.3</spring.boot.version>
+        <flyway.version>12.0.2</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.5.0.202512021534-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 9040675f6d..b34aa53152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        
<software.amazon.awssdk.version>2.41.31</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.41.34</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 -->
 
@@ -150,10 +150,10 @@
         <!-- Data formats and serialization -->
         <avro.version>1.12.1</avro.version>
         
<com.github.luben.zstd-jni.version>1.5.7-7</com.github.luben.zstd-jni.version>
-        <com.jayway.jsonpath.version>2.10.0</com.jayway.jsonpath.version>
+        <com.jayway.jsonpath.version>3.0.0</com.jayway.jsonpath.version>
         <gson.version>2.13.2</gson.version>
         <jackson.annotations.version>2.21</jackson.annotations.version>
-        <jackson.bom.version>2.21.0</jackson.bom.version>
+        <jackson.bom.version>2.21.1</jackson.bom.version>
         <json.smart.version>2.6.0</json.smart.version>
         <snakeyaml.version>2.5</snakeyaml.version>
 
@@ -178,7 +178,7 @@
         <org.apache.sshd.version>2.17.1</org.apache.sshd.version>
 
         <!-- Security -->
-        <nimbus-jose-jwt.version>10.7</nimbus-jose-jwt.version>
+        <nimbus-jose-jwt.version>10.8</nimbus-jose-jwt.version>
         <nimbus-oauth2-oidc.version>11.33</nimbus-oauth2-oidc.version>
         <org.bouncycastle.version>1.83</org.bouncycastle.version>
 

Reply via email to