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 b3f64ddd503 NIFI-15623 Bump Spring to 7.0.5, Kafka to 4.2.0, ActiveMQ
to 6.2.1, and others (#10917)
b3f64ddd503 is described below
commit b3f64ddd503f8faf7ba64dc079a26581a3c15ea3
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Feb 19 03:28:25 2026 +0100
NIFI-15623 Bump Spring to 7.0.5, Kafka to 4.2.0, ActiveMQ to 6.2.1, and
others (#10917)
- Jetbrains Annotations from 26.0.2-1 to 26.1.0 -
https://github.com/JetBrains/java-annotations/releases/tag/26.1.0
- Apache Kafka from 4.1.1 to 4.2.0 -
https://kafka.apache.org/blog/2026/02/17/apache-kafka-4.2.0-release-announcement/
- Couchbase from 3.11.0 to 3.11.1 -
https://github.com/couchbase/couchbase-jvm-clients/releases/tag/3.11.1
- Spring Integration from 7.0.2 to 7.0.3 -
https://github.com/spring-projects/spring-integration/releases/tag/v7.0.3
- Apache ActiveMQ from 6.2.0 to 6.2.1 -
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12356338
- Jedis from 7.2.1 to 7.3.0 -
https://github.com/redis/jedis/releases/tag/v7.3.0
- Camel Salesforce from 4.17.0 to 4.18.0 -
https://github.com/apache/camel/releases/tag/camel-4.18.0
- AWS SDK BOM from 2.41.29 to 2.41.31 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Spring from 7.0.4 to 7.0.5 -
https://github.com/spring-projects/spring-framework/releases/tag/v7.0.5
- Swagger from 2.2.42 to 2.2.43 -
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.43
- Swagger Maven Plugin from 3.0.77 to 3.0.78 -
https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.78
Signed-off-by: David Handermann <[email protected]>
---
minifi/minifi-bootstrap/pom.xml | 4 ++--
.../nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
.../nifi-couchbase-standard-services/pom.xml | 2 +-
.../nifi-email-bundle/nifi-email-processors/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-redis-bundle/pom.xml | 2 +-
.../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml | 2 +-
pom.xml | 10 +++++-----
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/minifi/minifi-bootstrap/pom.xml b/minifi/minifi-bootstrap/pom.xml
index d55433685e3..d54406736fb 100644
--- a/minifi/minifi-bootstrap/pom.xml
+++ b/minifi/minifi-bootstrap/pom.xml
@@ -60,7 +60,7 @@ limitations under the License.
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
- <version>26.0.2-1</version>
+ <version>26.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
@@ -139,4 +139,4 @@ limitations under the License.
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
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 64dc3985432..be5906bbe89 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
@@ -304,7 +304,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
- <version>4.1.1</version>
+ <version>4.2.0</version>
<exclusions>
<!-- Excluded and replaced with at.yawk.lz4 version -->
<exclusion>
diff --git
a/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
b/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
index 7833b6e4866..688f6671802 100644
---
a/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
+++
b/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
@@ -27,7 +27,7 @@
<packaging>jar</packaging>
<properties>
- <couchbase.version>3.11.0</couchbase.version>
+ <couchbase.version>3.11.1</couchbase.version>
</properties>
<dependencies>
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 0d6aed111b2..471bfa3c641 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>7.0.2</spring.integration.version>
+ <spring.integration.version>7.0.3</spring.integration.version>
</properties>
<dependencies>
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 84ff30a8de5..7ad26db264f 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.2.0</activemq.version>
+ <activemq.version>6.2.1</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 97055249a43..3c1a97bb1eb 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.1</kafka-clients.version>
+ <kafka-clients.version>4.2.0</kafka-clients.version>
</properties>
<modules>
diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
index 2cfea55c664..509aa62cea9 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
@@ -26,7 +26,7 @@
<properties>
<spring.data.redis.version>4.0.3</spring.data.redis.version>
- <jedis.version>7.2.1</jedis.version>
+ <jedis.version>7.3.0</jedis.version>
</properties>
<modules>
diff --git
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index 500294c90f4..379088047fc 100644
---
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
- <version>4.17.0</version>
+ <version>4.18.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
diff --git a/pom.xml b/pom.xml
index 9c906181487..9040675f6df 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.41.29</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.41.31</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.4</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -197,8 +197,8 @@
<jetty.version>12.1.6</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.0.3</spring.security.version>
- <spring.version>7.0.4</spring.version>
- <swagger.annotations.version>2.2.42</swagger.annotations.version>
+ <spring.version>7.0.5</spring.version>
+ <swagger.annotations.version>2.2.43</swagger.annotations.version>
<!-- Testing and quality -->
<junit.version>6.0.3</junit.version>
@@ -827,12 +827,12 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
- <version>2.2.42</version>
+ <version>2.2.43</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.77</version>
+ <version>3.0.78</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>