From 84a98f2a369345251eda5402eaa9b4f4d797bb14 Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Wed, 11 Mar 2026 20:46:51 +0100 Subject: [PATCH] NIFI-15713 - Bump Apache Maven to 3.9.14, Spring to 7.0.6, Mockito to 5.23.0, and others - Apache Maven from 3.9.13 to 3.9.14 - https://maven.apache.org/docs/3.9.14/release-notes.html - Reactor Netty from 1.3.3 to 1.3.4 - https://github.com/reactor/reactor-netty/releases/tag/v1.3.4 - Eclipse ECJ from 3.44.0 to 3.45.0 - https://github.com/eclipse-jdt/eclipse.jdt.core - Reactor from 3.8.3 to 3.8.4 - https://github.com/reactor/reactor-core/releases/tag/v3.8.4 - Azure Kusto from 7.0.5 to 7.0.6 - https://github.com/Azure/azure-kusto-java/releases/tag/v7.0.6 - Google Drive API Services from v3-rev20260220-2.0.0 to v3-rev20260305-2.0.0 - https://developers.google.com/workspace/drive/release-notes - Spring Data Redis from 4.0.3 to 4.0.4 - https://github.com/spring-projects/spring-data-redis/releases/tag/4.0.4 - Jedis from 7.3.0 to 7.4.0 - https://github.com/redis/jedis/releases/tag/v7.4.0 - Slack Bolt from 1.47.0 to 1.48.0 - https://github.com/slackapi/java-slack-sdk/releases/tag/v1.48.0 - FlywayDB from 12.0.3 to 12.1.0 - https://github.com/flyway/flyway/releases/tag/flyway-12.1.0 - JGit from 7.5.0.202512021534-r to 7.6.0.202603022253-r - https://github.com/eclipse-jgit/jgit/releases/tag/v7.6.0.202603022253-r - JLine from 3.30.7 to 3.30.8 - https://github.com/jline/jline3/releases/tag/jline-3.30.8 - AWS SDK BOM from 2.42.8 to 2.42.12 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - Okio from 3.16.4 to 3.17.0 - https://github.com/square/okio/releases/tag/parent-3.17.0 - Spring from 7.0.5 to 7.0.6 - https://github.com/spring-projects/spring-framework/releases/tag/v7.0.6 - Swagger Annotations from 2.2.44 to 2.2.45 - https://github.com/swagger-api/swagger-core/releases/tag/v2.2.45 - Mockito from 5.22.0 to 5.23.0 - https://github.com/mockito/mockito/releases/tag/v5.23.0 Signed-off-by: Pierre Villard --- .mvn/wrapper/maven-wrapper.properties | 2 +- nifi-code-coverage/pom.xml | 2 +- nifi-extension-bom/pom.xml | 2 +- .../nifi-azure-processors/pom.xml | 8 ++++---- nifi-extension-bundles/nifi-azure-bundle/pom.xml | 2 +- .../nifi-elasticsearch-client-service/pom.xml | 2 +- .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-redis-bundle/pom.xml | 4 ++-- .../nifi-slack-processors/pom.xml | 2 +- nifi-registry/pom.xml | 4 ++-- nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +- pom.xml | 14 +++++++------- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 65eae4ff5287..bb0b03404eaf 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.13/apache-maven-3.9.13-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml index 1f451e491b0c..6a849a75fd9f 100644 --- a/nifi-code-coverage/pom.xml +++ b/nifi-code-coverage/pom.xml @@ -72,7 +72,7 @@ io.projectreactor.netty reactor-netty-http - 1.3.3 + 1.3.4 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 f6dc41b1a670..d0fa1e977499 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 @@ -124,7 +124,7 @@ io.projectreactor reactor-core - 3.8.3 + 3.8.4 com.azure @@ -141,12 +141,12 @@ com.microsoft.azure.kusto kusto-data - 7.0.5 + 7.0.6 com.microsoft.azure.kusto kusto-ingest - 7.0.5 + 7.0.6 com.fasterxml.jackson.core @@ -204,7 +204,7 @@ io.projectreactor reactor-test - 3.8.3 + 3.8.4 test diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/pom.xml index d1b80b7d9ea8..095034e46a10 100644 --- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml @@ -78,7 +78,7 @@ io.projectreactor.netty reactor-netty-http - 1.3.3 + 1.3.4 diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index d2686a0962ec..5bbfc87a44bc 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -36,10 +36,10 @@ 4.0.3 - 12.0.3 + 12.1.0 10.0.0 3.12.0 - 7.5.0.202512021534-r + 7.6.0.202603022253-r 2.4.240 diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml index 59de8732781d..ac3cd09772f3 100644 --- a/nifi-toolkit/nifi-toolkit-cli/pom.xml +++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml @@ -24,7 +24,7 @@ Tooling to make tls configuration easier - 3.30.7 + 3.30.8 diff --git a/pom.xml b/pom.xml index e7e7934c82d3..096449218cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ 2.3.0 - 2.42.8 + 2.42.12 4.0.1 1.3.5 @@ -173,7 +173,7 @@ 4.2.10.Final 5.3.2 - 3.16.4 + 3.17.0 4.5.14 4.4.16 2.17.1 @@ -198,12 +198,12 @@ 12.1.7 6.1.0 7.0.3 - 7.0.5 - 2.2.44 + 7.0.6 + 2.2.45 6.0.3 - 5.22.0 + 5.23.0 7.22.0 13.3.0 2.0.3 @@ -835,7 +835,7 @@ io.swagger.core.v3 swagger-maven-plugin-jakarta - 2.2.44 + 2.2.45 io.swagger.codegen.v3 @@ -910,7 +910,7 @@ - 3.9.13 + 3.9.14 Dependencies outside of Apache NiFi must not use SNAPSHOT versions