Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nifi-code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<properties>
<ant.version>1.10.17</ant.version>
<mime4j.version>0.8.13</mime4j.version>
<mime4j.version>0.8.14</mime4j.version>
</properties>

<!-- Managed Dependency Versions for referenced modules required based on different parent bundle project -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>kusto-data</artifactId>
<version>7.0.6</version>
<version>8.0.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>kusto-ingest</artifactId>
<version>7.0.6</version>
<version>8.0.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-box-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.box</groupId>
<artifactId>box-java-sdk</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ language governing permissions and limitations under the License. -->
</modules>

<properties>
<elasticsearch.client.version>9.3.3</elasticsearch.client.version>
<elasticsearch.client.version>9.3.4</elasticsearch.client.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v3-rev20260405-2.0.0</version>
<version>v3-rev20260428-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactId>nifi-graph-test-clients</artifactId>
<packaging>jar</packaging>
<properties>
<janusgraph.version>1.2.0-20251114-142114.b424a8f</janusgraph.version>
<janusgraph.version>1.2.0-20260424-225650.346f5a4</janusgraph.version>
<guava.version>33.6.0-jre</guava.version>
<amqp-client.version>5.30.0</amqp-client.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<packaging>jar</packaging>

<properties>
<neo4j.driver.version>6.0.5</neo4j.driver.version>
<neo4j.driver.version>6.1.0</neo4j.driver.version>
<neo4j.docker.version>2026.03</neo4j.docker.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<packaging>jar</packaging>

<properties>
<activemq.version>6.2.4</activemq.version>
<activemq.version>6.2.5</activemq.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-media-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<properties>
<poi.version>5.5.1</poi.version>
<mime4j.version>0.8.13</mime4j.version>
<mime4j.version>0.8.14</mime4j.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
</modules>

<properties>
<mongo.driver.version>5.6.5</mongo.driver.version>
<mongo.driver.version>5.7.0</mongo.driver.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-redis-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<spring.data.redis.version>4.0.5</spring.data.redis.version>
<jedis.version>7.4.1</jedis.version>
<jedis.version>7.5.0</jedis.version>
</properties>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
<version>4.19.0</version>
<version>4.20.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<properties>
<guava.version>33.6.0-jre</guava.version>
<protobuf.version>4.34.1</protobuf.version>
<grpc.version>1.80.0</grpc.version>
<grpc.version>1.81.0</grpc.version>
<snowflake-jdbc-thin.version>4.1.0</snowflake-jdbc-thin.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.2.5</version>
<version>2.2.7</version>
</dependency>
<dependency>
<groupId>org.opentest4j</groupId>
Expand Down Expand Up @@ -565,7 +565,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.10</version>
<version>42.7.11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.10</version>
<version>42.7.11</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
<spring.boot.version>4.0.5</spring.boot.version>
<flyway.version>12.4.0</flyway.version>
<spring.boot.version>4.0.6</spring.boot.version>
<flyway.version>12.5.0</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.6.0.202603022253-r</jgit.version>
Expand Down
2 changes: 1 addition & 1 deletion nifi-toolkit/nifi-toolkit-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<description>Tooling to make tls configuration easier</description>

<properties>
<jline.version>4.0.12</jline.version>
<jline.version>4.0.14</jline.version>
</properties>

<build>
Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,18 @@
<nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>

<!-- CSPs SDK -->
<software.amazon.awssdk.version>2.42.39</software.amazon.awssdk.version>
<software.amazon.awssdk.version>2.44.0</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.6</azure.sdk.bom.version> <!-- when changing this version, also update msal4j to the version that is required by azure-identity -->

<!-- Apache Commons -->
<org.apache.commons.cli.version>1.11.0</org.apache.commons.cli.version>
<org.apache.commons.codec.version>1.21.0</org.apache.commons.codec.version>
<org.apache.commons.codec.version>1.22.0</org.apache.commons.codec.version>
<org.apache.commons.collections4.version>4.5.0</org.apache.commons.collections4.version>
<org.apache.commons.compress.version>1.28.0</org.apache.commons.compress.version>
<org.apache.commons.configuration.version>2.14.0</org.apache.commons.configuration.version>
<org.apache.commons.csv.version>1.14.1</org.apache.commons.csv.version>
<org.apache.commons.io.version>2.21.0</org.apache.commons.io.version>
<org.apache.commons.io.version>2.22.0</org.apache.commons.io.version>
<org.apache.commons.lang3.version>3.20.0</org.apache.commons.lang3.version>
<org.apache.commons.net.version>3.13.0</org.apache.commons.net.version>
<org.apache.commons.text.version>1.15.0</org.apache.commons.text.version>
Expand All @@ -152,19 +152,19 @@
<!-- Data formats and serialization -->
<kafka-clients.version>4.2.0</kafka-clients.version>
<avro.version>1.12.1</avro.version>
<com.github.luben.zstd-jni.version>1.5.7-7</com.github.luben.zstd-jni.version>
<com.github.luben.zstd-jni.version>1.5.7-8</com.github.luben.zstd-jni.version>
<com.jayway.jsonpath.version>3.0.0</com.jayway.jsonpath.version>
<gson.version>2.13.2</gson.version>
<gson.version>2.14.0</gson.version>
<jackson.annotations.version>2.21</jackson.annotations.version>
<jackson.bom.version>2.21.2</jackson.bom.version>
<jackson3.bom.version>3.1.2</jackson3.bom.version>
<jackson.bom.version>2.21.3</jackson.bom.version>
<jackson3.bom.version>3.1.3</jackson3.bom.version>
<json.smart.version>2.6.0</json.smart.version>
<snakeyaml.version>2.6</snakeyaml.version>

<!-- JVM languages and bytecode -->
<aspectj.version>1.9.25.1</aspectj.version>
<groovy.version>5.0.5</groovy.version>
<kotlin.version>2.3.20</kotlin.version>
<kotlin.version>2.3.21</kotlin.version>

<!-- Logging and observability -->
<log4j2.version>2.25.4</log4j2.version>
Expand All @@ -187,7 +187,7 @@
<org.bouncycastle.version>1.84</org.bouncycastle.version>

<!-- Utilities -->
<caffeine.version>3.2.3</caffeine.version>
<caffeine.version>3.2.4</caffeine.version>
<velocity-engine-core.version>2.4.1</velocity-engine-core.version>

<!-- Web and API frameworks -->
Expand All @@ -202,13 +202,13 @@
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.0.5</spring.security.version>
<spring.version>7.0.7</spring.version>
<swagger.annotations.version>2.2.48</swagger.annotations.version>
<swagger.annotations.version>2.2.49</swagger.annotations.version>

<!-- Testing and quality -->
<junit.version>6.0.3</junit.version>
<mockito.version>5.23.0</mockito.version>
<pmd.version>7.23.0</pmd.version>
<checkstyle.version>13.4.0</checkstyle.version>
<pmd.version>7.24.0</pmd.version>
<checkstyle.version>13.4.2</checkstyle.version>
<testcontainers.version>2.0.5</testcontainers.version>
<jacoco.version>0.8.14</jacoco.version>
</properties>
Expand Down Expand Up @@ -838,12 +838,12 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
<version>2.2.48</version>
<version>2.2.49</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>3.0.78</version>
<version>3.0.79</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Loading