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 f03ab1aa833 NIFI-15651 Bump NiFi NAR Plugin to 2.3.0, Protobuf to 
4.34.0, Lucene to 10.4.0, and others (#10941)
f03ab1aa833 is described below

commit f03ab1aa833bd9a6969ae8c7a86be1f48e671816
Author: Pierre Villard <[email protected]>
AuthorDate: Sat Feb 28 21:00:58 2026 +0100

    NIFI-15651 Bump NiFi NAR Plugin to 2.3.0, Protobuf to 4.34.0, Lucene to 
10.4.0, and others (#10941)
    
    - Protobuf from 4.33.5 to 4.34.0 - 
https://github.com/protocolbuffers/protobuf/releases/tag/v34.0
    - MySQL Binlog Connector from 0.40.4 to 0.40.5 - 
https://github.com/debezium/mysql-binlog-connector-java
    - Elasticsearch from 9.3.0 to 9.3.1 - 
https://github.com/elastic/elasticsearch-java/releases/tag/v9.3.1
    - Google Drive Services API from v3-rev20251210-2.0.0 to 
v3-rev20260220-2.0.0 - 
https://github.com/googleapis/google-api-java-client-services/blob/main/clients/google-api-services-drive/v3/2.0.0/README.md
    - Hadoop from 3.4.2 to 3.4.3 - 
https://github.com/apache/hadoop/releases/tag/rel%2Frelease-3.4.3
    - Jetbrains Annotations from 26.0.2-1 to 26.1.0 - 
https://github.com/JetBrains/java-annotations/releases/tag/26.1.0
    - Apache Lucene from 10.3.2 to 10.4.0 - 
https://github.com/apache/lucene/releases/tag/releases%2Flucene%2F10.4.0
    - QuestDB from 9.3.2 to 9.3.3 - 
https://github.com/questdb/questdb/releases/tag/9.3.3
    - Apache NiFi NAR Maven Plugin from 2.2.0 to 2.3.0 - 
https://github.com/apache/nifi-maven/releases/tag/rel%2Fnifi-nar-maven-plugin-2.3.0
    - AWS SDK BOM from 2.41.34 to 2.42.3 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - SnakeYAML from 2.5 to 2.6 - 
https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-code-coverage/pom.xml                                        | 2 +-
 nifi-commons/nifi-calcite-utils/pom.xml                           | 2 +-
 nifi-extension-bundles/nifi-aws-bundle/pom.xml                    | 2 +-
 .../nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml       | 2 +-
 nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml          | 2 +-
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml                   | 2 +-
 .../nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml       | 2 +-
 nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml          | 2 +-
 .../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml           | 2 +-
 nifi-extension-bundles/nifi-snowflake-bundle/pom.xml              | 2 +-
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml  | 2 +-
 .../main/java/org/apache/nifi/provenance/lucene/LuceneUtil.java   | 4 ++--
 .../org/apache/nifi/provenance/lucene/TestSimpleIndexManager.java | 2 +-
 .../nifi-provenance-repository-bundle/pom.xml                     | 2 +-
 .../nifi-questdb-bundle/nifi-questdb/pom.xml                      | 2 +-
 pom.xml                                                           | 8 ++++----
 16 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 15682b3cae4..1f451e491b0 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -122,7 +122,7 @@
             <dependency>
                 <groupId>com.google.protobuf</groupId>
                 <artifactId>protobuf-java</artifactId>
-                <version>4.33.5</version>
+                <version>4.34.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml 
b/nifi-commons/nifi-calcite-utils/pom.xml
index b9a281df6bb..c16c3fc4ae1 100644
--- a/nifi-commons/nifi-calcite-utils/pom.xml
+++ b/nifi-commons/nifi-calcite-utils/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
-            <version>4.33.5</version>
+            <version>4.34.0</version>
         </dependency>
     </dependencies>
 
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 9fc78809b3e..020c1cbd17c 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -28,7 +28,7 @@
 
     <properties>
         <guava.version>33.5.0-jre</guava.version>
-        <protobuf.version>4.33.5</protobuf.version>
+        <protobuf.version>4.34.0</protobuf.version>
     </properties>
 
     <modules>
diff --git 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index b29808b8605..45a8375491e 100644
--- 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -36,7 +36,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>io.debezium</groupId>
             <artifactId>mysql-binlog-connector-java</artifactId>
-            <version>0.40.4</version>
+            <version>0.40.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index b5efa8c8ad7..d85860d10c8 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.3.0</elasticsearch.client.version>
+        <elasticsearch.client.version>9.3.1</elasticsearch.client.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index f31aeec0eb4..70e0367955c 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -132,7 +132,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20251210-2.0.0</version>
+            <version>v3-rev20260220-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
diff --git 
a/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
 
b/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
index 9910a84a3be..813ddb15855 100644
--- 
a/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
+++ 
b/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
-            <version>3.4.2</version>
+            <version>${hadoop.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml 
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index f2c01e14665..73fc4233cd3 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>com.google.protobuf</groupId>
                 <artifactId>protobuf-bom</artifactId>
-                <version>4.33.5</version>
+                <version>4.34.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
diff --git 
a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml 
b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
index 5f3d185355e..764b6dd55d8 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>nifi-protobuf-services</artifactId>
 
     <properties>
-        <protobuf.version>4.33.5</protobuf.version>
+        <protobuf.version>4.34.0</protobuf.version>
         <wire.version>5.5.0</wire.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index f4fb0c43c09..f6ca7e2c073 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -23,7 +23,7 @@
     <properties>
         <parquet.version>1.17.0</parquet.version>
         <guava.version>33.5.0-jre</guava.version>
-        <protobuf.version>4.33.5</protobuf.version>
+        <protobuf.version>4.34.0</protobuf.version>
         <grpc.version>1.79.0</grpc.version>
         <!-- Check Ingest SDK and JDBC compatibility when upgrading -->
         
<snowflake-ingest-sdk.version>4.4.2-unshaded</snowflake-ingest-sdk.version>
diff --git 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 44cd1d0e9c8..570cb703dcd 100644
--- 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -171,7 +171,7 @@
             <dependency>
                 <groupId>org.jetbrains</groupId>
                 <artifactId>annotations</artifactId>
-                <version>26.0.2-1</version>
+                <version>26.1.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/lucene/LuceneUtil.java
 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/lucene/LuceneUtil.java
index e584114786a..0936afbb286 100644
--- 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/lucene/LuceneUtil.java
+++ 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/lucene/LuceneUtil.java
@@ -90,7 +90,7 @@ public class LuceneUtil {
 
     public static org.apache.lucene.search.Query convertQuery(final 
org.apache.nifi.provenance.search.Query query) {
         if (query.getStartDate() == null && query.getEndDate() == null && 
query.getSearchTerms().isEmpty()) {
-            return new MatchAllDocsQuery();
+            return MatchAllDocsQuery.INSTANCE;
         }
 
         final BooleanQuery.Builder queryBuilder = new BooleanQuery.Builder();
@@ -134,7 +134,7 @@ public class LuceneUtil {
         }
 
         if (!occurMust) {
-            queryBuilder.add(new MatchAllDocsQuery(), Occur.SHOULD);
+            queryBuilder.add(MatchAllDocsQuery.INSTANCE, Occur.SHOULD);
         }
 
         return queryBuilder.build();
diff --git 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/test/java/org/apache/nifi/provenance/lucene/TestSimpleIndexManager.java
 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/test/java/org/apache/nifi/provenance/lucene/TestSimpleIndexManager.java
index 61dab772195..3418d83219a 100644
--- 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/test/java/org/apache/nifi/provenance/lucene/TestSimpleIndexManager.java
+++ 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/test/java/org/apache/nifi/provenance/lucene/TestSimpleIndexManager.java
@@ -95,7 +95,7 @@ public class TestSimpleIndexManager {
             mgr.returnIndexWriter(writer1);
 
             final EventIndexSearcher searcher = mgr.borrowIndexSearcher(dir);
-            final TopDocs topDocs = searcher.getIndexSearcher().search(new 
MatchAllDocsQuery(), 2);
+            final TopDocs topDocs = 
searcher.getIndexSearcher().search(MatchAllDocsQuery.INSTANCE, 2);
             assertEquals(2, topDocs.totalHits.value());
             mgr.returnIndexSearcher(searcher);
         } finally {
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 e37bc6249c5..50f0d7c92a1 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.2</lucene.version>
+        <lucene.version>10.4.0</lucene.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
index cdabef3abdd..e4a188c8e0e 100644
--- 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
+++ 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.questdb</groupId>
             <artifactId>questdb</artifactId>
-            <version>9.3.2</version>
+            <version>9.3.3</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index 7e74be87520..6a215410edc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,10 +117,10 @@
 
         <!-- NiFi build -->
         <nifi-api.version>2.6.0</nifi-api.version>
-        <nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
+        <nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        
<software.amazon.awssdk.version>2.41.34</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.42.3</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 -->
 
@@ -137,7 +137,7 @@
         
<org.apache.commons.text.version>1.15.0</org.apache.commons.text.version>
 
         <!-- Big data platforms -->
-        <hadoop.version>3.4.2</hadoop.version>
+        <hadoop.version>3.4.3</hadoop.version>
         <ozone.version>1.4.1</ozone.version>
 
         <!-- Kubernetes -->
@@ -155,7 +155,7 @@
         <jackson.annotations.version>2.21</jackson.annotations.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>
+        <snakeyaml.version>2.6</snakeyaml.version>
 
         <!-- JVM languages and bytecode -->
         <aspectj.version>1.9.25.1</aspectj.version>

Reply via email to