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 8dacffd4c4 NIFI-14860 Bump Spring to 6.2.10, Jetty to 12.0.25, Netty
to 4.2.4.Final, and others (#10203)
8dacffd4c4 is described below
commit 8dacffd4c4e7626ad42401e28ee0341ac20ef2ee
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Aug 14 14:37:29 2025 +0200
NIFI-14860 Bump Spring to 6.2.10, Jetty to 12.0.25, Netty to 4.2.4.Final,
and others (#10203)
- reactor-netty-http from 1.2.8 to 1.2.9 -
https://github.com/reactor/reactor-netty/releases/tag/v1.2.9
- reactor-core and reactor-test from 3.7.8 to 3.7.9 -
https://github.com/reactor/reactor-core/releases/tag/v3.7.9
- elasticsearch from 9.1.1 to 9.1.2 -
https://github.com/elastic/elasticsearch-java
- janusgraph from 1.2.0-20250608-090535.869f248 to
1.2.0-20250812-182757.f621a1c - https://github.com/JanusGraph/janusgraph
- wire from 5.3.8 to 5.3.10 -
https://github.com/square/wire/blob/master/CHANGELOG.md#version-5310
- parcefone from 3.0.0 to 3.1.0 -
https://github.com/fluenda/ParCEFone/releases/tag/3.1.0
- oauth2-oidc-sdk from 11.27 to 11.27.1 -
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt
- AWS SDK v2 from 2.32.19 to 2.32.22 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- kotlin from 2.2.0 to 2.2.10 -
https://github.com/JetBrains/kotlin/releases/tag/v2.2.10
- jetty from 12.0.24 to 12.0.25 -
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.25
- netty from 4.2.3.Final to 4.2.4.Final -
https://netty.io/news/2025/08/13/4-2-4.html
- spring from 6.2.9 to 6.2.10 -
https://github.com/spring-projects/spring-framework/releases/tag/v6.2.10
- nimbus jose jwt from 10.4.1 to 10.4.2 -
https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
.../nifi-azure-bundle/nifi-azure-processors/pom.xml | 4 ++--
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 2 +-
.../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 2 +-
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
.../nifi-record-serialization-services/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 2 +-
nifi-registry/nifi-registry-core/pom.xml | 2 +-
pom.xml | 12 ++++++------
11 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 19cd296b3b..c8e110fa61 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.2.8</version>
+ <version>1.2.9</version>
</dependency>
<!-- SSHD from Registry and other modules -->
<dependency>
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 ce180477e9..56bc91f27b 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
@@ -110,7 +110,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.7.8</version>
+ <version>3.7.9</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@@ -190,7 +190,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
- <version>3.7.8</version>
+ <version>3.7.9</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 5dc3160655..5524932a43 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.2.8</version>
+ <version>1.2.9</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 98c76c3d08..036293ffe2 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -33,7 +33,7 @@ language governing permissions and limitations under the
License. -->
</modules>
<properties>
- <elasticsearch.client.version>9.1.1</elasticsearch.client.version>
+ <elasticsearch.client.version>9.1.2</elasticsearch.client.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 1be1583f6e..35ac662aff 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
@@ -25,7 +25,7 @@
<artifactId>nifi-graph-test-clients</artifactId>
<packaging>jar</packaging>
<properties>
- <janusgraph.version>1.2.0-20250608-090535.869f248</janusgraph.version>
+ <janusgraph.version>1.2.0-20250812-182757.f621a1c</janusgraph.version>
<guava.version>33.4.8-jre</guava.version>
<amqp-client.version>5.26.0</amqp-client.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
index 7350d22d05..37ee47117b 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
@@ -27,7 +27,7 @@
<properties>
<protobuf.version>3.25.8</protobuf.version>
- <wire.version>5.3.8</wire.version>
+ <wire.version>5.3.10</wire.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index c66f92636a..7e3a291a79 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -159,7 +159,7 @@
<dependency>
<groupId>com.fluenda</groupId>
<artifactId>parcefone</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.github.wnameless.json</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 11104c8737..b69f9b67cc 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
@@ -151,7 +151,7 @@
<dependency>
<groupId>com.fluenda</groupId>
<artifactId>parcefone</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 04b1f3624b..8a64997e1c 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -106,7 +106,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
- <version>11.27</version>
+ <version>11.27.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/nifi-registry-core/pom.xml
b/nifi-registry/nifi-registry-core/pom.xml
index 742db751b4..929ff82382 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -104,7 +104,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
- <version>11.27</version>
+ <version>11.27.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
diff --git a/pom.xml b/pom.xml
index eb829acd1b..10dbff2830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,10 +110,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.788</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.32.19</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.32.22</software.amazon.awssdk.version>
<gson.version>2.13.1</gson.version>
<io.fabric8.kubernetes.client.version>7.3.1</io.fabric8.kubernetes.client.version>
- <kotlin.version>2.2.0</kotlin.version>
+ <kotlin.version>2.2.10</kotlin.version>
<okhttp.version>5.1.0</okhttp.version>
<okio.version>3.16.0</okio.version>
<org.apache.commons.cli.version>1.10.0</org.apache.commons.cli.version>
@@ -135,7 +135,7 @@
<org.slf4j.version>2.0.17</org.slf4j.version>
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
<derby.version>10.17.1.0</derby.version>
- <jetty.version>12.0.24</jetty.version>
+ <jetty.version>12.0.25</jetty.version>
<jackson.bom.version>2.19.2</jackson.bom.version>
<avro.version>1.11.4</avro.version>
<jaxb.runtime.version>4.0.5</jaxb.runtime.version>
@@ -155,9 +155,9 @@
<mockito.version>5.18.0</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.4</snakeyaml.version>
- <netty.4.version>4.2.3.Final</netty.4.version>
+ <netty.4.version>4.2.4.Final</netty.4.version>
<servlet-api.version>6.1.0</servlet-api.version>
- <spring.version>6.2.9</spring.version>
+ <spring.version>6.2.10</spring.version>
<spring.security.version>6.5.2</spring.security.version>
<swagger.annotations.version>2.2.35</swagger.annotations.version>
<h2.version>2.3.232</h2.version>
@@ -168,7 +168,7 @@
<prometheus.version>0.16.0</prometheus.version>
<velocity-engine-core.version>2.4.1</velocity-engine-core.version>
<simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
- <nimbus-jose-jwt.version>10.4.1</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>10.4.2</nimbus-jose-jwt.version>
</properties>
<dependencyManagement>
<dependencies>