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 a0ca48bab1 NIFI-14479 Upgraded Lucene to 10.2.0, Commons IO to 2.19.0,
Commons Text to 1.13.1, and others (#9877)
a0ca48bab1 is described below
commit a0ca48bab19fb1f3ee8687fba7650a89152ef442
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Apr 15 17:34:41 2025 +0200
NIFI-14479 Upgraded Lucene to 10.2.0, Commons IO to 2.19.0, Commons Text to
1.13.1, and others (#9877)
- reactor-netty-http from 1.2.4 to 1.2.5 -
https://github.com/reactor/reactor-netty/releases/tag/v1.2.5
- reactor-core / test from 3.7.4 to 3.7.5 -
https://github.com/reactor/reactor-core/releases/tag/v3.7.5
- Box SDK from 4.15.3 to 4.16.0 -
https://github.com/box/box-java-sdk/releases/tag/v4.16.0
- Docker Java API from 3.4.2 to 3.5.0 -
https://github.com/docker-java/docker-java/releases/tag/3.5.0
- excel-streaming-reader from 5.0.3 to 5.0.4 -
https://github.com/pjfanning/excel-streaming-reader/releases/tag/v5.0.4
- Lucene from 10.1.0 to 10.2.0 -
https://github.com/apache/lucene/releases/tag/releases%2Flucene%2F10.2.0
- xmlsec from 4.0.3 to 4.0.4 -
https://github.com/apache/santuario-xml-security-java
- Flyway from 11.6.0 to 11.7.1 -
https://github.com/flyway/flyway/releases/tag/flyway-11.7.1
- AWS SDK from 2.31.16 to 2.31.22 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- okio from 3.10.2 to 3.11.0 -
https://github.com/square/okio/blob/master/CHANGELOG.md
- Commons IO from 2.18.0 to 2.19.0 -
https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt
- Commons Text from 1.13.0 to 1.13.1 -
https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt
- AspectJ from 1.9.23 to 1.9.24 -
https://github.com/eclipse-aspectj/aspectj/releases/tag/V1_9_24
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
.../nifi-azure-bundle/nifi-azure-processors/pom.xml | 4 ++--
nifi-extension-bundles/nifi-box-bundle/pom.xml | 2 +-
.../nifi-elasticsearch-test-utils/pom.xml | 2 +-
nifi-extension-bundles/nifi-poi-bundle/pom.xml | 2 +-
.../nifi-provenance-repository-bundle/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
pom.xml | 10 +++++-----
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index f2ffaebcac..14ac31ee3d 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -89,7 +89,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.2.4</version>
+ <version>1.2.5</version>
</dependency>
<!-- SSHD from Registry and other modules -->
<dependency>
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 813f069750..c8c6b09719 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
@@ -111,7 +111,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.7.4</version>
+ <version>3.7.5</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@@ -191,7 +191,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
- <version>3.7.4</version>
+ <version>3.7.5</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index 95d0623760..b6e1d4f2fe 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>com.box</groupId>
<artifactId>box-java-sdk</artifactId>
- <version>4.15.3</version>
+ <version>4.16.0</version>
</dependency>
</dependencies>
</dependencyManagement>
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 7790a8f2ae..1d0d8d7cd6 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.4.2</version>
+ <version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index c277062347..1fddc54960 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
- <version>5.0.3</version>
+ <version>5.0.4</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
index 2753a000e7..3fd3818518 100644
---
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
+++
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
@@ -27,7 +27,7 @@
<module>nifi-provenance-repository-nar</module>
</modules>
<properties>
- <lucene.version>10.1.0</lucene.version>
+ <lucene.version>10.2.0</lucene.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 5ef3115621..d64a210d5f 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -286,7 +286,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>4.0.3</version>
+ <version>4.0.4</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 7a6d39873f..c38fae0a48 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>3.4.4</spring.boot.version>
- <flyway.version>11.6.0</flyway.version>
+ <flyway.version>11.7.1</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.2.0.202503040940-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 152c5ca9a1..f60d015c94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,12 +110,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.782</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.31.16</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.31.22</software.amazon.awssdk.version>
<gson.version>2.12.1</gson.version>
<io.fabric8.kubernetes.client.version>7.1.0</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.20</kotlin.version>
<okhttp.version>4.12.0</okhttp.version>
- <okio.version>3.10.2</okio.version>
+ <okio.version>3.11.0</okio.version>
<org.apache.commons.cli.version>1.9.0</org.apache.commons.cli.version>
<org.apache.commons.codec.version>1.18.0</org.apache.commons.codec.version>
<org.apache.commons.compress.version>1.27.1</org.apache.commons.compress.version>
@@ -123,8 +123,8 @@
<org.apache.commons.configuration.version>2.11.0</org.apache.commons.configuration.version>
<org.apache.commons.lang3.version>3.17.0</org.apache.commons.lang3.version>
<org.apache.commons.net.version>3.11.1</org.apache.commons.net.version>
- <org.apache.commons.io.version>2.18.0</org.apache.commons.io.version>
-
<org.apache.commons.text.version>1.13.0</org.apache.commons.text.version>
+ <org.apache.commons.io.version>2.19.0</org.apache.commons.io.version>
+
<org.apache.commons.text.version>1.13.1</org.apache.commons.text.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.bouncycastle.version>1.80</org.bouncycastle.version>
@@ -146,7 +146,7 @@
<hadoop.version>3.4.1</hadoop.version>
<ozone.version>1.4.1</ozone.version>
<gcs.version>2.1.5</gcs.version>
- <aspectj.version>1.9.23</aspectj.version>
+ <aspectj.version>1.9.24</aspectj.version>
<jersey.bom.version>3.1.10</jersey.bom.version>
<log4j2.version>2.24.3</log4j2.version>
<logback.version>1.5.18</logback.version>