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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 8bdafb58c5 NIFI-13690 Upgraded AWS SDK to 2.27.14 and other 
dependencies
8bdafb58c5 is described below

commit 8bdafb58c5ac930e795158b3cacabcceffba34c6
Author: Matt Burgess <[email protected]>
AuthorDate: Wed Aug 28 15:32:11 2024 -0400

    NIFI-13690 Upgraded AWS SDK to 2.27.14 and other dependencies
    
    Upgraded brotli4j from 1.16.0 to 1.17.0
    Upgraded AWS SDK from 1.12.767 to 1.12.770
    Upgraded AWS SDK from 2.27.1 to 2.27.14
    Upgraded Commons CLI from 1.7.0 to 1.9.0
    Upgraded Dropwizard Metrics from 4.2.26 to 4.2.27
    Upgraded Commons Compress from 1.27.0 to 1.27.1
    Upgraded Slack API from 1.40.3 to 1.42.0
    Upgraded Project Reactor Core from 3.6.8 to 3.6.9
    Upgraded Iceberg from 1.6.0 to 1.6.1
    Upgraded PostgreSQL from 42.7.3 to 42.7.4
    
    This closes #9208
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-commons/nifi-metrics/pom.xml                                 | 2 +-
 nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml  | 2 +-
 .../nifi-compress-bundle/nifi-compress-processors/pom.xml         | 2 +-
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml                      | 2 +-
 nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml  | 2 +-
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml       | 2 +-
 pom.xml                                                           | 8 ++++----
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/nifi-commons/nifi-metrics/pom.xml 
b/nifi-commons/nifi-metrics/pom.xml
index 55aaf40b79..a6ddcaac43 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-jvm</artifactId>
-            <version>4.2.25</version>
+            <version>4.2.27</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml 
b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index fa194971b7..e946deabdb 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -198,7 +198,7 @@
         <dependency>
             <groupId>io.projectreactor</groupId>
             <artifactId>reactor-test</artifactId>
-            <version>3.6.8</version>
+            <version>3.6.9</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git 
a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml 
b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 6c69af8962..6d53d883a2 100644
--- a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -46,7 +46,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.aayushatharva.brotli4j</groupId>
             <artifactId>brotli4j</artifactId>
-            <version>1.16.0</version>
+            <version>1.17.0</version>
         </dependency>
         <dependency>
             <groupId>org.tukaani</groupId>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml 
b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index 6dae0d5ffe..64955bc17f 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <iceberg.version>1.6.0</iceberg.version>
+        <iceberg.version>1.6.1</iceberg.version>
         <hive.version>3.1.3</hive.version>
     </properties>
 
diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml 
b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 065c49952e..7837cb7690 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>com.slack.api</groupId>
             <artifactId>bolt-socket-mode</artifactId>
-            <version>1.40.3</version>
+            <version>1.42.0</version>
         </dependency>
         <!-- Required by bolt-socket-mode but the library itself doesn't have 
the dependency. -->
         <dependency>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml 
b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index 2bce384f07..dd40dca7c0 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.2</version>
+            <version>42.7.4</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 56160bb2e8..7ed313598e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,15 +104,15 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
-        <com.amazonaws.version>1.12.767</com.amazonaws.version>
-        <software.amazon.awssdk.version>2.27.1</software.amazon.awssdk.version>
+        <com.amazonaws.version>1.12.770</com.amazonaws.version>
+        
<software.amazon.awssdk.version>2.27.14</software.amazon.awssdk.version>
         <gson.version>2.10.1</gson.version>
         <kotlin.version>1.9.25</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.9.0</org.apache.commons.cli.version>
         
<org.apache.commons.codec.version>1.17.1</org.apache.commons.codec.version>
-        
<org.apache.commons.compress.version>1.27.0</org.apache.commons.compress.version>
+        
<org.apache.commons.compress.version>1.27.1</org.apache.commons.compress.version>
         
<com.github.luben.zstd-jni.version>1.5.6-4</com.github.luben.zstd-jni.version>
         
<org.apache.commons.lang3.version>3.16.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.10.0</org.apache.commons.net.version>

Reply via email to