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 e31b447252 NIFI-15225 Bump Lucene to 10.3.2, POI to 5.5.0, OkHTTP to 
5.3.1, and others (#10537)
e31b447252 is described below

commit e31b4472528108347c768dda9f504cac1f717388
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Nov 17 15:24:04 2025 +0100

    NIFI-15225 Bump Lucene to 10.3.2, POI to 5.5.0, OkHTTP to 5.3.1, and others 
(#10537)
    
    - Amazon Kinesis Client from 3.2.0 to 3.2.1 - 
https://github.com/awslabs/amazon-kinesis-client/releases/tag/v3.2.1
    - JanusGraph from 1.2.0-20251108-015359.2fa5bca to 
1.2.0-20251114-142114.b424a8f - https://github.com/JanusGraph/janusgraph
    - Apache POI from 5.4.1 to 5.5.0 - https://poi.apache.org/changes.html
    - Spring Data Redis from 3.5.5 to 4.0.0 - 
https://github.com/spring-projects/spring-data-redis/releases/tag/4.0.0
    - Apache Lucene from 10.3.1 to 10.3.2 - 
https://github.com/apache/lucene/releases/tag/releases%2Flucene%2F10.3.2
    - AWS SDK v2 from 2.38.6 to 2.38.7 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - OkHTTP from 5.3.0 to 5.3.1 - 
https://square.github.io/okhttp/changelogs/changelog/#version-531
    - Okio from 3.16.2 to 3.16.3 - https://square.github.io/okio/changelog/
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml     | 2 +-
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml               | 2 +-
 nifi-extension-bundles/nifi-media-bundle/pom.xml                    | 2 +-
 nifi-extension-bundles/nifi-poi-bundle/pom.xml                      | 2 +-
 nifi-extension-bundles/nifi-redis-bundle/pom.xml                    | 2 +-
 .../nifi-provenance-repository-bundle/pom.xml                       | 2 +-
 pom.xml                                                             | 6 +++---
 7 files changed, 9 insertions(+), 9 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 4090651e13..f4f737f7ab 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
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>software.amazon.kinesis</groupId>
             <artifactId>amazon-kinesis-client</artifactId>
-            <version>3.2.0</version>
+            <version>3.2.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.google.code.findbugs</groupId>
diff --git 
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index b421bcc8a1..62cf148108 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>nifi-graph-test-clients</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <janusgraph.version>1.2.0-20251108-015359.2fa5bca</janusgraph.version>
+        <janusgraph.version>1.2.0-20251114-142114.b424a8f</janusgraph.version>
         <guava.version>33.5.0-jre</guava.version>
         <amqp-client.version>5.27.1</amqp-client.version>
     </properties>
diff --git a/nifi-extension-bundles/nifi-media-bundle/pom.xml 
b/nifi-extension-bundles/nifi-media-bundle/pom.xml
index 1cfd6b9501..09c88cc89c 100644
--- a/nifi-extension-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/pom.xml
@@ -24,7 +24,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <poi.version>5.4.1</poi.version>
+        <poi.version>5.5.0</poi.version>
         <mime4j.version>0.8.13</mime4j.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml 
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index c56d742dd0..00031c04e0 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>nifi-poi-bundle</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <poi.version>5.4.1</poi.version>
+        <poi.version>5.5.0</poi.version>
     </properties>
     <modules>
         <module>nifi-poi-nar</module>
diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml 
b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
index a2503e63f0..a4394d735f 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.5</spring.data.redis.version>
+        <spring.data.redis.version>4.0.0</spring.data.redis.version>
         <jedis.version>7.0.0</jedis.version>
     </properties>
 
diff --git 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
index 6691bdbc0f..24f83266c7 100644
--- 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
+++ 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
@@ -27,7 +27,7 @@
         <module>nifi-provenance-repository-nar</module>
     </modules>
     <properties>
-        <lucene.version>10.3.1</lucene.version>
+        <lucene.version>10.3.2</lucene.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git a/pom.xml b/pom.xml
index f25b9e2aa6..8557b96769 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.38.6</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.38.7</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.2</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 
@@ -171,8 +171,8 @@
 
         <!-- Networking and transport -->
         <netty.4.version>4.2.7.Final</netty.4.version>
-        <okhttp.version>5.3.0</okhttp.version>
-        <okio.version>3.16.2</okio.version>
+        <okhttp.version>5.3.1</okhttp.version>
+        <okio.version>3.16.3</okio.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>
         <org.apache.sshd.version>2.16.0</org.apache.sshd.version>

Reply via email to