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 f47759cc92 NIFI-15220 Bump Spring to 6.2.13, Kafka to 4.1.1, Jetty to
12.1.4, and others (#10529)
f47759cc92 is described below
commit f47759cc922b0da5adefdea90ef0726ebe3d7c5e
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Nov 14 15:07:11 2025 +0100
NIFI-15220 Bump Spring to 6.2.13, Kafka to 4.1.1, Jetty to 12.1.4, and
others (#10529)
- Kafka from 4.1.0 to 4.1.1 -
https://dlcdn.apache.org/kafka/4.1.1/RELEASE_NOTES.html
- Protobuf from 4.33.0 to 4.33.1 -
https://github.com/protocolbuffers/protobuf/releases/tag/v33.1
- Docker Java API from 3.6.0 to 3.7.0 -
https://github.com/docker-java/docker-java/releases/tag/3.7.0
- Elasticsearch from 9.2.0 to 9.2.1 -
https://github.com/elastic/elasticsearch-java/releases/tag/v9.2.1
- ActiveMQ from 6.1.8 to 6.2.0 -
https://activemq.apache.org/components/classic/download/classic-06-02-00
- QuestDB from 9.1.1 to 9.2.0 -
https://github.com/questdb/questdb/releases/tag/9.2.0
- AWS SDK v2 from 2.38.4 to 2.38.6 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Apache Commons CLI from 1.10.0 to 1.11.0 -
https://commons.apache.org/proper/commons-cli/changes.html#a1.11.0
- Jetty from 12.1.3 to 12.1.4 -
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.4
- Spring from 6.2.12 to 6.2.13 -
https://github.com/spring-projects/spring-framework/releases/tag/v6.2.13
- Test Containers from 2.0.1 to 2.0.2 -
https://github.com/testcontainers/testcontainers-java/releases/tag/2.0.2
Signed-off-by: David Handermann <[email protected]>
---
.../nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-aws-bundle/pom.xml | 2 +-
.../nifi-elasticsearch-test-utils/pom.xml | 2 +-
nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +-
.../nifi-jms-bundle/nifi-jms-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-kafka-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-snowflake-bundle/pom.xml | 2 +-
.../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +-
pom.xml | 10 +++++-----
10 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index 454c2e01c9..b6c4f6574f 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -295,7 +295,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
- <version>4.1.0</version>
+ <version>4.1.1</version>
</dependency>
</dependencies>
<build>
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 55b1732fbf..023151526d 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -28,7 +28,7 @@
<properties>
<guava.version>33.5.0-jre</guava.version>
- <protobuf.version>4.33.0</protobuf.version>
+ <protobuf.version>4.33.1</protobuf.version>
</properties>
<modules>
diff --git
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
index f723be37d6..c746fa948b 100644
---
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
+++
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
@@ -24,7 +24,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-api</artifactId>
- <version>3.6.0</version>
+ <version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index e83faeeda7..da0d4fde3d 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.2.0</elasticsearch.client.version>
+ <elasticsearch.client.version>9.2.1</elasticsearch.client.version>
</properties>
<dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index 2165b854e1..d9d3a61f95 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<properties>
- <activemq.version>6.1.8</activemq.version>
+ <activemq.version>6.2.0</activemq.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
index cac95f4eca..b2fdc2fc8c 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
@@ -26,7 +26,7 @@
<properties>
<skip.integration.tests>false</skip.integration.tests>
<skip.unit.tests>false</skip.unit.tests>
- <kafka-clients.version>4.1.0</kafka-clients.version>
+ <kafka-clients.version>4.1.1</kafka-clients.version>
</properties>
<modules>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index 53827d331c..6b96f92c99 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
- <version>4.33.0</version>
+ <version>4.33.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 723e7a8cc6..654253dbbc 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -23,7 +23,7 @@
<properties>
<parquet.version>1.16.0</parquet.version>
<guava.version>33.5.0-jre</guava.version>
- <protobuf.version>4.33.0</protobuf.version>
+ <protobuf.version>4.33.1</protobuf.version>
<grpc.version>1.76.0</grpc.version>
<!-- Check Ingest SDK and JDBC compatibility when upgrading -->
<snowflake-ingest-sdk.version>4.3.1-unshaded</snowflake-ingest-sdk.version>
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 7400cb875f..e0d70f9679 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
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
- <version>9.1.1</version>
+ <version>9.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index 98519a9e73..f25b9e2aa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,12 +120,12 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.38.4</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.38.6</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 -->
<!-- Apache Commons -->
- <org.apache.commons.cli.version>1.10.0</org.apache.commons.cli.version>
+ <org.apache.commons.cli.version>1.11.0</org.apache.commons.cli.version>
<org.apache.commons.codec.version>1.20.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.28.0</org.apache.commons.compress.version>
@@ -194,10 +194,10 @@
<jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
<jaxb.runtime.version>4.0.6</jaxb.runtime.version>
<jersey.bom.version>4.0.0</jersey.bom.version>
- <jetty.version>12.1.3</jetty.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.version>6.2.12</spring.version>
+ <spring.version>6.2.13</spring.version>
<swagger.annotations.version>2.2.40</swagger.annotations.version>
<!-- Testing and quality -->
@@ -205,7 +205,7 @@
<mockito.version>5.20.0</mockito.version>
<pmd.version>7.18.0</pmd.version>
<checkstyle.version>12.1.1</checkstyle.version>
- <testcontainers.version>2.0.1</testcontainers.version>
+ <testcontainers.version>2.0.2</testcontainers.version>
</properties>
<dependencyManagement>
<dependencies>