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 1ac5f6567f NIFI-14623 Bump Azure SDK to 1.2.35, Box SDK to 4.16.2, 
Flyway to 11.9.0 and others (#9985)
1ac5f6567f is described below

commit 1ac5f6567fba66869454766c87b84c91789a6748
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Jun 5 08:48:07 2025 +0200

    NIFI-14623 Bump Azure SDK to 1.2.35, Box SDK to 4.16.2, Flyway to 11.9.0 
and others (#9985)
    
    - Azure SDK BOM from 1.2.34 to 1.2.35 - 
https://github.com/Azure/azure-sdk-for-java/releases/tag/azure-sdk-bom_1.2.35
    - MSAL4J from 1.19.1 to 1.20.1 - 
https://github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/v1.20.1
    - Box SDK from 4.16.1 to 4.16.2 - 
https://github.com/box/box-java-sdk/releases/tag/v4.16.2
    - IoTDB SDK from 2.0.2-1 to 2.0.3 - 
https://github.com/apache/iotdb/releases/tag/v2.0.3
    - Camel Salesforce from 4.11.0 to 4.12.0 - 
https://github.com/apache/camel/releases/tag/camel-4.12.0
    - Clojure from 1.12.0 to 1.12.1 - 
https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-1121
    - checker-qual from 3.49.3 to 3.49.4 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-3.49.4
    - FlywayDB from 11.8.2 to 11.9.0 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.9.0
    - OpenCSV from 5.11 to 5.11.1 - 
https://sourceforge.net/p/opencsv/wiki/What%27s%20new/
    - AWS SDK v2 from 2.31.52 to 2.31.55 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-azure-bundle/pom.xml                      | 4 ++--
 nifi-extension-bundles/nifi-box-bundle/pom.xml                        | 2 +-
 nifi-extension-bundles/nifi-iotdb-bundle/pom.xml                      | 2 +-
 .../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml         | 2 +-
 .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml           | 2 +-
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml      | 2 +-
 nifi-registry/pom.xml                                                 | 2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml                                 | 2 +-
 pom.xml                                                               | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index d08f8e4fe7..db41e33b36 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -28,8 +28,8 @@
 
     <properties>
         <!-- when changing the Azure SDK version, also update msal4j to the 
version that is required by azure-identity -->
-        <azure.sdk.bom.version>1.2.34</azure.sdk.bom.version>
-        <msal4j.version>1.19.1</msal4j.version>
+        <azure.sdk.bom.version>1.2.35</azure.sdk.bom.version>
+        <msal4j.version>1.20.1</msal4j.version>
         <qpid.proton.version>0.34.1</qpid.proton.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml 
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index 7b49c7a218..876148914e 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>com.box</groupId>
                 <artifactId>box-java-sdk</artifactId>
-                <version>4.16.1</version>
+                <version>4.16.2</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml 
b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
index 6984b8ada0..89cd977fa0 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
@@ -30,7 +30,7 @@
     </modules>
 
     <properties>
-        <iotdb.sdk.version>2.0.2-1</iotdb.sdk.version>
+        <iotdb.sdk.version>2.0.3</iotdb.sdk.version>
     </properties>
 </project>
 
diff --git 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index a072d2e812..8b194fc2c1 100644
--- 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-salesforce</artifactId>
-            <version>4.11.0</version>
+            <version>4.12.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
diff --git 
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
 
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index 9dfa7048bd..db9024d971 100644
--- 
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.clojure</groupId>
             <artifactId>clojure</artifactId>
-            <version>1.12.0</version>
+            <version>1.12.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
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 46a72e356f..2f94187e42 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,7 +121,7 @@
             <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
-                <version>3.49.3</version>
+                <version>3.49.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 7af8dafd45..6d2de548de 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>3.4.6</spring.boot.version>
-        <flyway.version>11.8.2</flyway.version>
+        <flyway.version>11.9.0</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.2.1.202505142326-r</jgit.version>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 1d69bc031f..c76a45ac1e 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</version>
+            <version>5.11.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
diff --git a/pom.xml b/pom.xml
index 7009445626..64e85d8b65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.783</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.31.52</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.31.55</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>

Reply via email to