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 85886a2ba38 NIFI-15806 Bump Snowflake JDBC to 4.1.0, ASN1Bean to 
1.16.0, Commons Configuration to 2.14.0, and others (#11118)
85886a2ba38 is described below

commit 85886a2ba382139de47870af7d870cf92a3becca
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Apr 9 15:24:49 2026 +0200

    NIFI-15806 Bump Snowflake JDBC to 4.1.0, ASN1Bean to 1.16.0, Commons 
Configuration to 2.14.0, and others (#11118)
    
    - ASN1Bean from 1.14.0 to 1.16.0 - https://www.beanit.com/asn1/CHANGELOG.txt
    - Elasticsearch client from 9.3.2 to 9.3.3 - 
https://github.com/elastic/elasticsearch-java/releases/tag/v9.3.3
    - Gremlin from 3.8.0 to 3.8.1 - 
https://github.com/apache/tinkerpop/releases/tag/3.8.1
    - Snowflake JDBC thin from 4.0.2 to 4.1.0 - 
https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc-2026#version-4-1-0-apr-08-2026
    - Checker-qual from 3.55.1 to 4.0.0 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-4.0.0
    - Google Error Prone Annotations from 2.48.0 to 2.49.0 - 
https://github.com/google/error-prone/releases/tag/v2.49.0
    - JLine from 4.0.10 to 4.0.12 - 
https://github.com/jline/jline3/releases/tag/4.0.12
    - AWS SDK BOM from 2.42.28 to 2.42.30 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Apache Commons Configuration from 2.13.0 to 2.14.0 - 
https://commons.apache.org/proper/commons-configuration/changes.html#a2.14.0
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml    | 4 ++--
 nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml              | 2 +-
 nifi-extension-bundles/nifi-graph-bundle/pom.xml                      | 2 +-
 nifi-extension-bundles/nifi-snowflake-bundle/pom.xml                  | 2 +-
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml      | 4 ++--
 nifi-toolkit/nifi-toolkit-cli/pom.xml                                 | 2 +-
 pom.xml                                                               | 4 ++--
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml 
b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
index 1d465362e26..f62e3330db1 100644
--- a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
+++ b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
@@ -41,12 +41,12 @@
         <dependency>
             <groupId>com.beanit</groupId>
             <artifactId>asn1bean</artifactId>
-            <version>1.14.0</version>
+            <version>1.16.0</version>
         </dependency>
         <dependency>
             <groupId>com.beanit</groupId>
             <artifactId>asn1bean-compiler</artifactId>
-            <version>1.14.0</version>
+            <version>1.16.0</version>
         </dependency>
         <dependency>
             <groupId>com.beanit</groupId>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 4fe06c98d11..c01f4c0870e 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.2</elasticsearch.client.version>
+        <elasticsearch.client.version>9.3.3</elasticsearch.client.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-graph-bundle/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
index 37e1f606a39..4a9f8919f50 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <gremlin.version>3.8.0</gremlin.version>
+        <gremlin.version>3.8.1</gremlin.version>
     </properties>
 
     <modules>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 8196585de2b..c104b8c2143 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -24,7 +24,7 @@
         <guava.version>33.5.0-jre</guava.version>
         <protobuf.version>4.34.1</protobuf.version>
         <grpc.version>1.80.0</grpc.version>
-        <snowflake-jdbc-thin.version>4.0.2</snowflake-jdbc-thin.version>
+        <snowflake-jdbc-thin.version>4.1.0</snowflake-jdbc-thin.version>
     </properties>
 
     <modules>
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 65941c8732a..8d11307c699 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
@@ -121,13 +121,13 @@
             <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
-                <version>3.55.1</version>
+                <version>4.0.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>com.google.errorprone</groupId>
                 <artifactId>error_prone_annotations</artifactId>
-                <version>2.48.0</version>
+                <version>2.49.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- OkHttp -->
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 7a59951c982..facca4a4df3 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,7 +24,7 @@
     <description>Tooling to make tls configuration easier</description>
 
     <properties>
-        <jline.version>4.0.10</jline.version>
+        <jline.version>4.0.12</jline.version>
     </properties>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 2d5a576bf67..4771ff56402 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        
<software.amazon.awssdk.version>2.42.28</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.42.30</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.5</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 
@@ -131,7 +131,7 @@
         
<org.apache.commons.codec.version>1.21.0</org.apache.commons.codec.version>
         
<org.apache.commons.collections4.version>4.5.0</org.apache.commons.collections4.version>
         
<org.apache.commons.compress.version>1.28.0</org.apache.commons.compress.version>
-        
<org.apache.commons.configuration.version>2.13.0</org.apache.commons.configuration.version>
+        
<org.apache.commons.configuration.version>2.14.0</org.apache.commons.configuration.version>
         <org.apache.commons.csv.version>1.14.1</org.apache.commons.csv.version>
         <org.apache.commons.io.version>2.21.0</org.apache.commons.io.version>
         
<org.apache.commons.lang3.version>3.20.0</org.apache.commons.lang3.version>

Reply via email to