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 d4e67fd6cf NIFI-15507 Bump NiFi API to 2.6.0, Jersey to 4.0.1, Spring
Boot to 4.0.2, and others (#10810)
d4e67fd6cf is described below
commit d4e67fd6cfafabb8806aa972db143cdb1e758802
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Jan 23 22:39:08 2026 +0100
NIFI-15507 Bump NiFi API to 2.6.0, Jersey to 4.0.1, Spring Boot to 4.0.2,
and others (#10810)
- Spring Boot from 4.0.1 to 4.0.2 -
https://github.com/spring-projects/spring-boot/releases/tag/v4.0.2
- NiFi API from 2.5.0 to 2.6.0 -
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes
- AWS SDK BOM from 2.41.12 to 2.41.13 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Fabric8 Kubernetes Client from 7.5.1 to 7.5.2 -
https://github.com/fabric8io/kubernetes-client/releases/tag/v7.5.2
- Jersey from 4.0.0 to 4.0.1 -
https://github.com/eclipse-ee4j/jersey/releases/tag/4.0.1-RELEASE
Signed-off-by: David Handermann <[email protected]>
---
nifi-registry/pom.xml | 2 +-
pom.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 11d3f2cc1b..e24e980901 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,7 +35,7 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
- <spring.boot.version>4.0.1</spring.boot.version>
+ <spring.boot.version>4.0.2</spring.boot.version>
<flyway.version>11.20.2</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index 0445e5456f..8e5299c8c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,11 +116,11 @@
<node.version>v22.19.0</node.version>
<!-- NiFi build -->
- <nifi-api.version>2.5.0</nifi-api.version>
+ <nifi-api.version>2.6.0</nifi-api.version>
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
-
<software.amazon.awssdk.version>2.41.12</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.41.13</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.0</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.3</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -141,7 +141,7 @@
<ozone.version>1.4.1</ozone.version>
<!-- Kubernetes -->
-
<io.fabric8.kubernetes.client.version>7.5.1</io.fabric8.kubernetes.client.version>
+
<io.fabric8.kubernetes.client.version>7.5.2</io.fabric8.kubernetes.client.version>
<!-- Data access -->
<commons.dbcp2.version>2.14.0</commons.dbcp2.version>
@@ -193,7 +193,7 @@
<jakarta.xml.bind-api.version>4.0.4</jakarta.xml.bind-api.version>
<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>
+ <jersey.bom.version>4.0.1</jersey.bom.version>
<jetty.version>12.1.5</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.0.2</spring.security.version>