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 158784bfc6 NIFI-15231 Bump Spring Security to 6.5.7, Spring
Integration to 6.5.4, OkHTTP to 5.3.2, and others (#10548)
158784bfc6 is described below
commit 158784bfc66c332c7475e3a4725679dd83fd504b
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Nov 20 07:50:29 2025 +0100
NIFI-15231 Bump Spring Security to 6.5.7, Spring Integration to 6.5.4,
OkHTTP to 5.3.2, and others (#10548)
- Spring Integration from 6.5.3 to 6.5.4 -
https://github.com/spring-projects/spring-integration/releases/tag/v6.5.4
- Spring Security from 6.5.6 to 6.5.7 -
https://github.com/spring-projects/spring-security/releases/tag/6.5.7
- Gremlin from 3.7.4 to 3.8.0 -
https://github.com/apache/tinkerpop/blob/3.8.0/CHANGELOG.asciidoc#release-3-8-0
- AWS SDK v2 from 2.38.7 to 2.38.9 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Apache Commons Lang3 from 3.19.0 to 3.20.0 -
https://commons.apache.org/proper/commons-lang/changes.html#a3.20.0
- OkHTTP from 5.3.1 to 5.3.2 -
https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-532
- Okio from 3.16.3 to 3.16.4 -
https://github.com/square/okio/blob/master/CHANGELOG.md#version-3164
Signed-off-by: David Handermann <[email protected]>
---
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
.../java/org/apache/nifi/graph/TinkerpopClientService.java | 4 ++--
nifi-extension-bundles/nifi-graph-bundle/pom.xml | 2 +-
pom.xml | 10 +++++-----
4 files changed, 9 insertions(+), 9 deletions(-)
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 0496779670..bea4b3b298 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.5.3</spring.integration.version>
+ <spring.integration.version>6.5.4</spring.integration.version>
</properties>
<dependencies>
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/src/main/java/org/apache/nifi/graph/TinkerpopClientService.java
b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/src/main/java/org/apache/nifi/graph/TinkerpopClientService.java
index f980afdaab..4d77748dc7 100644
---
a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/src/main/java/org/apache/nifi/graph/TinkerpopClientService.java
+++
b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/src/main/java/org/apache/nifi/graph/TinkerpopClientService.java
@@ -520,9 +520,9 @@ public class TinkerpopClientService extends
AbstractControllerService implements
GraphTraversalSource traversal;
try {
if (StringUtils.isEmpty(traversalSourceName)) {
- traversal =
AnonymousTraversalSource.traversal().withRemote(DriverRemoteConnection.using(cluster));
+ traversal =
AnonymousTraversalSource.traversal().with(DriverRemoteConnection.using(cluster));
} else {
- traversal =
AnonymousTraversalSource.traversal().withRemote(DriverRemoteConnection.using(cluster,
traversalSourceName));
+ traversal =
AnonymousTraversalSource.traversal().with(DriverRemoteConnection.using(cluster,
traversalSourceName));
}
} catch (Exception e) {
throw new ProcessException(e);
diff --git a/nifi-extension-bundles/nifi-graph-bundle/pom.xml
b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
index a2a5073ac5..a947c6ff23 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
@@ -25,7 +25,7 @@
<packaging>pom</packaging>
<properties>
- <gremlin.version>3.7.4</gremlin.version>
+ <gremlin.version>3.8.0</gremlin.version>
</properties>
<modules>
diff --git a/pom.xml b/pom.xml
index 8557b96769..61297f8ed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.38.7</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.38.9</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.2</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -132,7 +132,7 @@
<org.apache.commons.configuration.version>2.12.0</org.apache.commons.configuration.version>
<org.apache.commons.csv.version>1.14.1</org.apache.commons.csv.version>
<org.apache.commons.io.version>2.21.0</org.apache.commons.io.version>
-
<org.apache.commons.lang3.version>3.19.0</org.apache.commons.lang3.version>
+
<org.apache.commons.lang3.version>3.20.0</org.apache.commons.lang3.version>
<org.apache.commons.net.version>3.12.0</org.apache.commons.net.version>
<org.apache.commons.text.version>1.14.0</org.apache.commons.text.version>
@@ -171,8 +171,8 @@
<!-- Networking and transport -->
<netty.4.version>4.2.7.Final</netty.4.version>
- <okhttp.version>5.3.1</okhttp.version>
- <okio.version>3.16.3</okio.version>
+ <okhttp.version>5.3.2</okhttp.version>
+ <okio.version>3.16.4</okio.version>
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
<org.apache.sshd.version>2.16.0</org.apache.sshd.version>
@@ -196,7 +196,7 @@
<jersey.bom.version>4.0.0</jersey.bom.version>
<jetty.version>12.1.4</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
- <spring.security.version>6.5.6</spring.security.version>
+ <spring.security.version>6.5.7</spring.security.version>
<spring.version>6.2.13</spring.version>
<swagger.annotations.version>2.2.40</swagger.annotations.version>