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 b6dda658b7 NIFI-14558 Bump GCP SDK to 26.60.0, fastcsv to 3.7.0,
SNPM4J to 3.9.3, and others (#9934)
b6dda658b7 is described below
commit b6dda658b76d5ec6a6194c5c0a7d81ce55ed0502
Author: Pierre Villard <[email protected]>
AuthorDate: Tue May 13 14:06:59 2025 +0200
NIFI-14558 Bump GCP SDK to 26.60.0, fastcsv to 3.7.0, SNPM4J to 3.9.3, and
others (#9934)
- Google Drive from v3-rev20250427-2.0.0 to v3-rev20250506-2.0.0
- GCP SDK from 26.59.0 to 26.60.0 -
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.60.0
- Janus Graph from 1.2.0-20250219-143145.6c030f7 to
1.2.0-20250509-104313.02c1bcb
- SNMP4J from 3.9.2 to 3.9.3 - https://www.snmp4j.org/CHANGES.txt
- nimbus-jose-jwt from 10.2 to 10.3 -
https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt
- fastcsv from 3.6.0 to 3.7.0 -
https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md#370---2025-05-11
- jline from 3.29.0 to 3.30.0 -
https://github.com/jline/jline3/releases/tag/jline-3.30.0
- AWS SDK v2 from 2.31.37 to 2.31.40 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md#23140-2025-05-09
- zstd from 1.5.7-2 to 1.5.7-3 -
https://github.com/luben/zstd-jni/releases/tag/v1.5.7-3
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 2 +-
nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml | 2 +-
.../nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml | 2 +-
.../nifi-record-serialization-services/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +-
pom.xml | 4 ++--
8 files changed, 9 insertions(+), 9 deletions(-)
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 ee1285fa84..7a25ffeb2e 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
@@ -127,7 +127,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
- <version>v3-rev20250427-2.0.0</version>
+ <version>v3-rev20250506-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 1793a3814c..c09db8f0fa 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.59.0</google.libraries.version>
+ <google.libraries.version>26.60.0</google.libraries.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index a7de827e42..f5b8a91250 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -26,7 +26,7 @@
<packaging>jar</packaging>
<properties>
<gremlin.version>3.7.3</gremlin.version>
- <janusgraph.version>1.2.0-20250219-143145.6c030f7</janusgraph.version>
+ <janusgraph.version>1.2.0-20250509-104313.02c1bcb</janusgraph.version>
<guava.version>33.4.8-jre</guava.version>
<amqp-client.version>5.25.0</amqp-client.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index 33d2dbdb06..eb245526ee 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the
License. -->
<packaging>jar</packaging>
<properties>
- <snmp4j.version>3.9.2</snmp4j.version>
+ <snmp4j.version>3.9.3</snmp4j.version>
<snmp4j-agent.version>3.8.2</snmp4j-agent.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
index ec03dfa442..04e3871a43 100644
---
a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>10.2</version>
+ <version>10.3</version>
<exclusions>
<exclusion>
<groupId>com.google.crypto.tink</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
index 235b77bbfb..3d403f11b0 100755
---
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
@@ -89,7 +89,7 @@
<dependency>
<groupId>de.siegmar</groupId>
<artifactId>fastcsv</artifactId>
- <version>3.6.0</version>
+ <version>3.7.0</version>
</dependency>
<dependency>
<groupId>com.github.palindromicity</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 6d1fa96cef..e391896e40 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>3.29.0</jline.version>
+ <jline.version>3.30.0</jline.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 42a245db79..b388dfb3b3 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.37</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.31.40</software.amazon.awssdk.version>
<gson.version>2.13.1</gson.version>
<io.fabric8.kubernetes.client.version>7.2.0</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.20</kotlin.version>
@@ -120,7 +120,7 @@
<org.apache.commons.codec.version>1.18.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.27.1</org.apache.commons.compress.version>
-
<com.github.luben.zstd-jni.version>1.5.7-2</com.github.luben.zstd-jni.version>
+
<com.github.luben.zstd-jni.version>1.5.7-3</com.github.luben.zstd-jni.version>
<org.apache.commons.configuration.version>2.12.0</org.apache.commons.configuration.version>
<org.apache.commons.lang3.version>3.17.0</org.apache.commons.lang3.version>
<org.apache.commons.net.version>3.11.1</org.apache.commons.net.version>