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 a8e204aceb NIFI-13690 Upgraded AWS SDK to 2.27.14 and other
dependencies
a8e204aceb is described below
commit a8e204aceb6f69eb99e45a1dcd679895bcbce98c
Author: Joseph Witt <[email protected]>
AuthorDate: Wed Aug 28 08:35:16 2024 -0700
NIFI-13690 Upgraded AWS SDK to 2.27.14 and other dependencies
- Upgraded Logback from 1.5.6 to 1.5.7
- 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 H2 from 2.3.230 to 2.3.232
- Upgraded Commons CLI from 1.8.0 to 1.9.0
- Upgraded Dropwizard Metrics from 4.2.26 to 4.2.27
- Upgraded Kubernetes Client from 6.13.2 to 6.13.3
- Upgraded Reactor Netty from 1.1.21 to 1.1.22
- Upgraded Commons Compress from 1.27.0 to 1.27.1
- Upgraded Mockito from 5.12.0 to 5.13.0
- 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 FlywayDB from 10.17.0 to 10.17.2
- Upgraded GitHub API 1.323 to 1.324
- Upgraded PostgreSQL from 42.7.3 to 42.7.4
- Upgraded Spring Integration from 6.3.2 to 6.3.3
- Upgraded Spring Retry 2.0.7 to 2.0.8
- Upgraded Spring Vault from 3.1.1 to 3.1.2
This closes #9206
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
nifi-commons/nifi-hashicorp-vault/pom.xml | 2 +-
nifi-commons/nifi-metrics/pom.xml | 4 ++--
.../nifi-azure-bundle/nifi-azure-processors/pom.xml | 4 ++--
.../nifi-compress-processors/pom.xml | 2 +-
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-github-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-iceberg-bundle/pom.xml | 2 +-
.../nifi-slack-bundle/nifi-slack-processors/pom.xml | 2 +-
.../nifi-standard-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
.../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 2 +-
.../nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
pom.xml | 18 +++++++++---------
16 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index a8cfbd925f..bb7d26d508 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -89,7 +89,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.1.21</version>
+ <version>1.1.22</version>
</dependency>
<!-- SSHD from Registry and other modules -->
<dependency>
diff --git a/nifi-commons/nifi-hashicorp-vault/pom.xml
b/nifi-commons/nifi-hashicorp-vault/pom.xml
index fd4e6a2a8f..f7af44ae2e 100644
--- a/nifi-commons/nifi-hashicorp-vault/pom.xml
+++ b/nifi-commons/nifi-hashicorp-vault/pom.xml
@@ -21,7 +21,7 @@
</parent>
<artifactId>nifi-hashicorp-vault</artifactId>
<properties>
- <spring.vault.version>3.1.1</spring.vault.version>
+ <spring.vault.version>3.1.2</spring.vault.version>
</properties>
<dependencies>
<dependency>
diff --git a/nifi-commons/nifi-metrics/pom.xml
b/nifi-commons/nifi-metrics/pom.xml
index 5743be5c70..9541e63c00 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -31,12 +31,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
- <version>4.2.26</version>
+ <version>4.2.27</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.26</version>
+ <version>4.2.27</version>
</dependency>
</dependencies>
</project>
diff --git
a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index b69b63e7a3..276b60df0f 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -111,7 +111,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.6.8</version>
+ <version>3.6.9</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@@ -191,7 +191,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-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index e789f57512..73a20a4f86 100644
---
a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -43,7 +43,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-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 37a60bafb4..1b76f2fef7 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.3.2</spring.integration.version>
+ <spring.integration.version>6.3.3</spring.integration.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-github-bundle/pom.xml
b/nifi-extension-bundles/nifi-github-bundle/pom.xml
index a77881be5a..cf72177707 100644
--- a/nifi-extension-bundles/nifi-github-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-github-bundle/pom.xml
@@ -26,7 +26,7 @@
<packaging>pom</packaging>
<properties>
- <github-api.version>1.323</github-api.version>
+ <github-api.version>1.324</github-api.version>
</properties>
<modules>
diff --git a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
index cfe0f85d15..30ce53a994 100644
--- a/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iceberg-bundle/pom.xml
@@ -26,7 +26,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-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 7c50d2e41d..4e11de263c 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -30,7 +30,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-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 1a006285d4..c8e382e198 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -358,7 +358,7 @@
<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-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index c2d94d5350..16169faf19 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -107,7 +107,7 @@
<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-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 67467320c7..52fe7f713a 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
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
- <version>2.0.7</version>
+ <version>2.0.8</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 28c63cb780..94b8362afa 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -317,7 +317,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.26</version>
+ <version>4.2.27</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
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 afc717f55e..39910dd96b 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.3</version>
+ <version>42.7.4</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index fad8b707bb..0a221fdd0b 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>3.3.3</spring.boot.version>
- <flyway.version>10.17.0</flyway.version>
+ <flyway.version>10.17.2</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>6.10.0.202406032230-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 8688de5411..bd2cf89a4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,16 +109,16 @@
<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>
-
<io.fabric8.kubernetes.client.version>6.13.2</io.fabric8.kubernetes.client.version>
+
<io.fabric8.kubernetes.client.version>6.13.3</io.fabric8.kubernetes.client.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.8.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.configuration.version>2.11.0</org.apache.commons.configuration.version>
<org.apache.commons.lang3.version>3.16.0</org.apache.commons.lang3.version>
@@ -148,16 +148,16 @@
<aspectj.version>1.9.22.1</aspectj.version>
<jersey.bom.version>3.1.8</jersey.bom.version>
<log4j2.version>2.23.1</log4j2.version>
- <logback.version>1.5.6</logback.version>
- <mockito.version>5.12.0</mockito.version>
+ <logback.version>1.5.7</logback.version>
+ <mockito.version>5.13.0</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.2</snakeyaml.version>
<netty.4.version>4.1.112.Final</netty.4.version>
<servlet-api.version>6.0.0</servlet-api.version>
<spring.version>6.1.12</spring.version>
<spring.security.version>6.3.3</spring.security.version>
- <swagger.annotations.version>2.2.22</swagger.annotations.version>
- <h2.version>2.3.230</h2.version>
+ <swagger.annotations.version>2.2.23</swagger.annotations.version>
+ <h2.version>2.3.232</h2.version>
<zookeeper.version>3.9.2</zookeeper.version>
<caffeine.version>3.1.8</caffeine.version>
<hapi.version>2.5.1</hapi.version>