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 748d178dcd7 NIFI-15713 Bump Apache Maven to 3.9.14, Spring to 7.0.6,
Mockito to 5.23.0, and others (#11004)
748d178dcd7 is described below
commit 748d178dcd757ffa5b41fbed88416919251d81cd
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Mar 13 16:05:24 2026 +0100
NIFI-15713 Bump Apache Maven to 3.9.14, Spring to 7.0.6, Mockito to 5.23.0,
and others (#11004)
- 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: David Handermann <[email protected]>
---
.mvn/wrapper/maven-wrapper.properties | 2 +-
nifi-code-coverage/pom.xml | 2 +-
nifi-extension-bom/pom.xml | 2 +-
.../nifi-azure-bundle/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-bundle/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 65eae4ff528..bb0b03404ea 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 1f451e491b0..6a849a75fd9 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.3.3</version>
+ <version>1.3.4</version>
<exclusions>
<!--
Reactor Netty 1.3 includes HTTP/3 support requiring
native QUIC libraries.
diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index 1d056256f92..92412130f75 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -248,7 +248,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.44.0</version>
+ <version>3.45.0</version>
<scope>provided</scope>
</dependency>
<!-- Jetty EE11 Glassfish JSTL and deps -->
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 f6dc41b1a67..d0fa1e97749 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 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.8.3</version>
+ <version>3.8.4</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@@ -141,12 +141,12 @@
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>kusto-data</artifactId>
- <version>7.0.5</version>
+ <version>7.0.6</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>kusto-ingest</artifactId>
- <version>7.0.5</version>
+ <version>7.0.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -204,7 +204,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
- <version>3.8.3</version>
+ <version>3.8.4</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 d1b80b7d9ea..095034e46a1 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.3.3</version>
+ <version>1.3.4</version>
<exclusions>
<!--
Reactor Netty 1.3 includes HTTP/3 support requiring
native QUIC libraries.
diff --git
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index 9478620c996..02f0bc00def 100644
---
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -151,7 +151,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>3.9.13</version>
+ <version>3.9.14</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index 70e0367955c..75a1466a541 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -132,7 +132,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
- <version>v3-rev20260220-2.0.0</version>
+ <version>v3-rev20260305-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
index 509aa62cea9..52387186cc2 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
@@ -25,8 +25,8 @@
<packaging>pom</packaging>
<properties>
- <spring.data.redis.version>4.0.3</spring.data.redis.version>
- <jedis.version>7.3.0</jedis.version>
+ <spring.data.redis.version>4.0.4</spring.data.redis.version>
+ <jedis.version>7.4.0</jedis.version>
</properties>
<modules>
diff --git
a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 8ac3597bd29..d7e2d9c9b12 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -30,7 +30,7 @@
<dependency>
<groupId>com.slack.api</groupId>
<artifactId>bolt-socket-mode</artifactId>
- <version>1.47.0</version>
+ <version>1.48.0</version>
</dependency>
<!-- Required by bolt-socket-mode but the library itself doesn't have
the dependency. -->
<dependency>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index d2686a0962e..5bbfc87a44b 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,10 +36,10 @@
</modules>
<properties>
<spring.boot.version>4.0.3</spring.boot.version>
- <flyway.version>12.0.3</flyway.version>
+ <flyway.version>12.1.0</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
- <jgit.version>7.5.0.202512021534-r</jgit.version>
+ <jgit.version>7.6.0.202603022253-r</jgit.version>
<h2.version>2.4.240</h2.version>
</properties>
<dependencyManagement>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 59de8732781..ac3cd09772f 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,7 +24,7 @@
<description>Tooling to make tls configuration easier</description>
<properties>
- <jline.version>3.30.7</jline.version>
+ <jline.version>3.30.8</jline.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index e7e7934c82d..096449218cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.42.8</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.42.12</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.5</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -173,7 +173,7 @@
<!-- Networking and transport -->
<netty.4.version>4.2.10.Final</netty.4.version>
<okhttp.version>5.3.2</okhttp.version>
- <okio.version>3.16.4</okio.version>
+ <okio.version>3.17.0</okio.version>
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
<org.apache.sshd.version>2.17.1</org.apache.sshd.version>
@@ -198,12 +198,12 @@
<jetty.version>12.1.7</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.0.3</spring.security.version>
- <spring.version>7.0.5</spring.version>
- <swagger.annotations.version>2.2.44</swagger.annotations.version>
+ <spring.version>7.0.6</spring.version>
+ <swagger.annotations.version>2.2.45</swagger.annotations.version>
<!-- Testing and quality -->
<junit.version>6.0.3</junit.version>
- <mockito.version>5.22.0</mockito.version>
+ <mockito.version>5.23.0</mockito.version>
<pmd.version>7.22.0</pmd.version>
<checkstyle.version>13.3.0</checkstyle.version>
<testcontainers.version>2.0.3</testcontainers.version>
@@ -835,7 +835,7 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
- <version>2.2.44</version>
+ <version>2.2.45</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
@@ -910,7 +910,7 @@
</plugins>
</requireSameVersions>
<requireMavenVersion>
- <version>3.9.13</version>
+ <version>3.9.14</version>
</requireMavenVersion>
<requireReleaseDeps>
<message>Dependencies outside of Apache
NiFi must not use SNAPSHOT versions</message>