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 59e1611e2a NIFI-14691 Bump Lucene to 10.2.2, Elastic to 9.0.3, and 
others (#10046)
59e1611e2a is described below

commit 59e1611e2ad7ccb419010ff34292d78bde6ead12
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Jun 26 14:51:34 2025 +0200

    NIFI-14691 Bump Lucene to 10.2.2, Elastic to 9.0.3, and others (#10046)
    
    - kusto from 6.0.2 to 6.0.3 - 
https://github.com/Azure/azure-kusto-java/releases/tag/v6.0.3
    - elastic client from 9.0.2 to 9.0.3 - 
https://github.com/elastic/elasticsearch-java/releases/tag/v9.0.3
    - neo4j driver from 5.28.5 to 5.28.6 - 
https://github.com/neo4j/neo4j-java-driver/releases/tag/5.28.6
    - activeMQ from 6.1.6 to 6.1.7 - 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355749
    - snmp4j from 3.9.4 to 3.9.5 - https://www.snmp4j.org/CHANGES.txt
    - lucene from 10.2.1 to 10.2.2 - 
https://github.com/apache/lucene/releases/tag/releases%2Flucene%2F10.2.2
    - opencsv from 5.11.1 to 5.11.2 - 
https://sourceforge.net/p/opencsv/wiki/What%27s%20new/
    - AWS SDK v2 from 2.31.67 to 2.31.70 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - kotlin from 2.1.21 to 2.2.0 - 
https://github.com/JetBrains/kotlin/releases/tag/v2.2.0
    - jsoup from 1.20.1 to 1.21.1 - 
https://github.com/jhy/jsoup/blob/master/CHANGES.md
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-azure-bundle/nifi-azure-processors/pom.xml                 | 4 ++--
 nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml            | 2 +-
 .../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml             | 2 +-
 nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml  | 2 +-
 .../nifi-snmp-bundle/nifi-snmp-processors/pom.xml                   | 2 +-
 .../nifi-provenance-repository-bundle/pom.xml                       | 2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml                               | 2 +-
 pom.xml                                                             | 6 +++---
 8 files changed, 11 insertions(+), 11 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 98f77992fc..a5696f9807 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
@@ -127,12 +127,12 @@
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-data</artifactId>
-            <version>6.0.2</version>
+            <version>6.0.3</version>
         </dependency>
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-ingest</artifactId>
-            <version>6.0.2</version>
+            <version>6.0.3</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 455b3308d4..0a70f80c3e 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -33,7 +33,7 @@ language governing permissions and limitations under the 
License. -->
     </modules>
 
     <properties>
-        <elasticsearch.client.version>9.0.2</elasticsearch.client.version>
+        <elasticsearch.client.version>9.0.3</elasticsearch.client.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 7b7a4b9d97..361624bd99 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.5</neo4j.driver.version>
+        <neo4j.driver.version>5.28.6</neo4j.driver.version>
         <neo4j.docker.version>5.19</neo4j.docker.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml 
b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index e78cb2f8ac..1a933364c9 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <activemq.version>6.1.6</activemq.version>
+        <activemq.version>6.1.7</activemq.version>
     </properties>
 
     <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml 
b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index a7f668beae..a285e83fa8 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the 
License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <snmp4j.version>3.9.4</snmp4j.version>
+        <snmp4j.version>3.9.5</snmp4j.version>
         <snmp4j-agent.version>3.8.2</snmp4j-agent.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 307604ec78..676f3827a7 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.2.1</lucene.version>
+        <lucene.version>10.2.2</lucene.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index c76a45ac1e..061c6dca8e 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>com.opencsv</groupId>
             <artifactId>opencsv</artifactId>
-            <version>5.11.1</version>
+            <version>5.11.2</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
diff --git a/pom.xml b/pom.xml
index 6dc1ae6448..0bdcb5290b 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.787</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.31.67</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.31.70</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.1.21</kotlin.version>
+        <kotlin.version>2.2.0</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
         <okio.version>3.13.0</okio.version>
         <org.apache.commons.cli.version>1.9.0</org.apache.commons.cli.version>
@@ -541,7 +541,7 @@
             <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
-                <version>1.20.1</version>
+                <version>1.21.1</version>
             </dependency>
             <dependency>
                 <groupId>com.github.ben-manes.caffeine</groupId>

Reply via email to