This is an automated email from the ASF dual-hosted git repository.

pvillard 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 477aa8fe35 NIFI-13336 updating various deps for aws google azure and 
more
477aa8fe35 is described below

commit 477aa8fe3553009a12d3ba6f290e0a1f889140ad
Author: Joseph Witt <[email protected]>
AuthorDate: Fri May 31 13:51:21 2024 -0700

    NIFI-13336 updating various deps for aws google azure and more
    
    - com.amazonaws * 1.12.730 1.12.733
    - com.azure azure-sdk-bom 1.2.23 1.2.24
    - com.google.cloud libraries-bom 26.39.0 26.40.0
    - commons-cli 1.7.0 1.8.0
    - commons-net 3.10.0 3.11.0
    - io.fabric8 * 6.12.1 6.13.0
    - org.apache.commons commons-compress 1.26.1 1.26.2
    - software.amazon.awssdk 2.25.60 2.25.63
    - com.google.apis       google-api-services-drive v3-rev20240327-2.0.0   
v3-rev20240521-2.0.0
    - org.neo4j.driver      neo4j-java-driver 5.20.0 5.21.0
    - org.springframework.integration       spring-integration-mail 6.2.4 6.2.5
    
    Signed-off-by: Joseph Witt <[email protected]>
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #8907.
    
    Signed-off-by: Pierre Villard <[email protected]>
---
 nifi-commons/nifi-property-protection-azure/pom.xml          |  2 +-
 nifi-commons/nifi-property-protection-factory/pom.xml        |  2 +-
 nifi-extension-bundles/nifi-azure-bundle/pom.xml             |  2 +-
 .../nifi-email-bundle/nifi-email-processors/pom.xml          |  2 +-
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml              |  2 +-
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml               |  2 +-
 .../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml      |  2 +-
 pom.xml                                                      | 12 ++++++------
 8 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml 
b/nifi-commons/nifi-property-protection-azure/pom.xml
index b247968840..5e7ba04adc 100644
--- a/nifi-commons/nifi-property-protection-azure/pom.xml
+++ b/nifi-commons/nifi-property-protection-azure/pom.xml
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>com.azure</groupId>
                 <artifactId>azure-sdk-bom</artifactId>
-                <version>1.2.23</version>
+                <version>1.2.24</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/nifi-commons/nifi-property-protection-factory/pom.xml 
b/nifi-commons/nifi-property-protection-factory/pom.xml
index a0293338a6..8f8f853ade 100644
--- a/nifi-commons/nifi-property-protection-factory/pom.xml
+++ b/nifi-commons/nifi-property-protection-factory/pom.xml
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>com.azure</groupId>
                 <artifactId>azure-sdk-bom</artifactId>
-                <version>1.2.23</version>
+                <version>1.2.24</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index e78152c5cc..9592a01794 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -28,7 +28,7 @@
 
     <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.23</azure.sdk.bom.version>
+        <azure.sdk.bom.version>1.2.24</azure.sdk.bom.version>
         <msal4j.version>1.15.0</msal4j.version>
         <qpid.proton.version>0.34.1</qpid.proton.version>
     </properties>
diff --git 
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml 
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 66a1811313..e67afa41cf 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>nifi-email-processors</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <spring.integration.version>6.2.4</spring.integration.version>
+        <spring.integration.version>6.2.5</spring.integration.version>
         <poi.version>5.2.5</poi.version>
     </properties>
 
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 6cd44c3e51..0af4803c3f 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
@@ -125,7 +125,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20240327-2.0.0</version>
+            <version>v3-rev20240521-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index c66b58bdc7..1dd484b0c8 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <google.libraries.version>26.39.0</google.libraries.version>
+        <google.libraries.version>26.40.0</google.libraries.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 5f8401e40a..e48a36690d 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.20.0</neo4j.driver.version>
+        <neo4j.driver.version>5.21.0</neo4j.driver.version>
         <neo4j.docker.version>5.19</neo4j.docker.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index df53c6879a..0df2b47800 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,20 +109,20 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
-        <com.amazonaws.version>1.12.730</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.25.60</software.amazon.awssdk.version>
+        <com.amazonaws.version>1.12.733</com.amazonaws.version>
+        
<software.amazon.awssdk.version>2.25.63</software.amazon.awssdk.version>
         <gson.version>2.10.1</gson.version>
-        
<io.fabric8.kubernetes.client.version>6.12.1</io.fabric8.kubernetes.client.version>
+        
<io.fabric8.kubernetes.client.version>6.13.0</io.fabric8.kubernetes.client.version>
         <kotlin.version>1.9.24</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
         <okio.version>3.9.0</okio.version>
-        <org.apache.commons.cli.version>1.7.0</org.apache.commons.cli.version>
+        <org.apache.commons.cli.version>1.8.0</org.apache.commons.cli.version>
         
<org.apache.commons.codec.version>1.17.0</org.apache.commons.codec.version>
-        
<org.apache.commons.compress.version>1.26.1</org.apache.commons.compress.version>
+        
<org.apache.commons.compress.version>1.26.2</org.apache.commons.compress.version>
         
<com.github.luben.zstd-jni.version>1.5.6-3</com.github.luben.zstd-jni.version>
         
<org.apache.commons.configuration.version>2.10.1</org.apache.commons.configuration.version>
         
<org.apache.commons.lang3.version>3.14.0</org.apache.commons.lang3.version>
-        <org.apache.commons.net.version>3.10.0</org.apache.commons.net.version>
+        <org.apache.commons.net.version>3.11.0</org.apache.commons.net.version>
         <org.apache.commons.io.version>2.16.1</org.apache.commons.io.version>
         
<org.apache.commons.text.version>1.12.0</org.apache.commons.text.version>
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>

Reply via email to