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 @@ -27,7 +27,7 @@
<description>Apache NiFi reporting module for aggregating code coverage information</description>

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

Expand Down
2 changes: 1 addition & 1 deletion nifi-commons/nifi-xml-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.10.4.0</version>
<version>4.10.4.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.46.0</version>
<version>3.46.100</version>
<scope>provided</scope>
</dependency>
<!-- Jetty EE11 Glassfish JSTL and deps -->
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.5.1</version>
<version>3.5.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
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.15.1</version>
<version>5.15.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>io.debezium</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
<version>0.41.3</version>
<version>0.41.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</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.5.2</elasticsearch.client.version>
<elasticsearch.client.version>9.5.3</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-rev20260823-2.0.0</version>
<version>v3-rev20260901-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<description>NiFi Groovy Extended Processor</description>

<properties>
<ant.version>1.10.17</ant.version>
<ant.version>1.10.18</ant.version>
</properties>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>1.18.0</version>
<version>1.18.1</version>
</dependency>
<!-- Avro provided in shared NAR -->
<dependency>
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.3.1</activemq.version>
<activemq.version>6.3.2</activemq.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>software.amazon.msk</groupId>
<artifactId>aws-msk-iam-auth</artifactId>
<version>2.3.7</version>
<version>2.3.8</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-parquet-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<module>nifi-parquet-nar</module>
</modules>
<properties>
<parquet.version>1.18.0</parquet.version>
<parquet.version>1.18.1</parquet.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-poi-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.12.5</version>
<version>1.12.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-scripting-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>nifi-scripting-bundle</artifactId>
<packaging>pom</packaging>
<properties>
<ant.version>1.10.17</ant.version>
<ant.version>1.10.18</ant.version>
</properties>
<modules>
<module>nifi-scripting-processors</module>
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 @@ -24,7 +24,7 @@
<guava.version>33.7.1-jre</guava.version>
<protobuf.version>4.36.1</protobuf.version>
<grpc.version>1.84.0</grpc.version>
<snowflake-jdbc-thin.version>4.3.3</snowflake-jdbc-thin.version>
<snowflake-jdbc-thin.version>4.3.4</snowflake-jdbc-thin.version>
</properties>

<modules>
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 @@ -147,7 +147,7 @@
<dependency>
<groupId>com.github.wnameless.json</groupId>
<artifactId>json-flattener</artifactId>
<version>0.18.2</version>
<version>0.18.3</version>
</dependency>
<dependency>
<groupId>io.krakens</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</modules>
<properties>
<spring.boot.version>4.1.1</spring.boot.version>
<flyway.version>13.4.0</flyway.version>
<flyway.version>13.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.7.1.202607240634-r</jgit.version>
<h2.version>2.4.240</h2.version>
<h2.version>2.5.250</h2.version>
</properties>
<dependencyManagement>
<dependencies>
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.4.1</jline.version>
<jline.version>4.4.2</jline.version>
</properties>

<build>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<nifi.nar.maven.plugin.version>2.4.0</nifi.nar.maven.plugin.version>

<!-- CSPs SDK -->
<software.amazon.awssdk.version>2.54.10</software.amazon.awssdk.version>
<software.amazon.awssdk.version>2.54.13</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.2</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.8</azure.sdk.bom.version> <!-- when changing this version, also update msal4j to the version that is required by azure-identity -->

Expand All @@ -143,7 +143,7 @@
<ozone.version>1.4.1</ozone.version>

<!-- Kubernetes -->
<io.fabric8.kubernetes.client.version>7.8.0</io.fabric8.kubernetes.client.version>
<io.fabric8.kubernetes.client.version>7.9.0</io.fabric8.kubernetes.client.version>

<!-- Data access -->
<commons.dbcp2.version>2.14.0</commons.dbcp2.version>
Expand All @@ -165,20 +165,20 @@

<!-- JVM languages and bytecode -->
<aspectj.version>1.9.25.1</aspectj.version>
<groovy.version>5.1.1</groovy.version>
<groovy.version>5.1.2</groovy.version>
<kotlin.version>2.4.10</kotlin.version>

<!-- Logging and observability -->
<log4j2.version>2.26.1</log4j2.version>
<logback.version>1.6.3</logback.version>
<org.slf4j.version>2.0.18</org.slf4j.version>
<org.slf4j.version>2.0.19</org.slf4j.version>
<prometheus.version>0.16.0</prometheus.version>
<simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>

<!-- Networking and transport -->
<netty.4.version>4.2.17.Final</netty.4.version>
<okhttp.version>5.5.0</okhttp.version>
<okio.version>3.18.1</okio.version>
<okio.version>3.18.2</okio.version>
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
<org.apache.httpcomponents.httpclient5.version>5.6.4</org.apache.httpcomponents.httpclient5.version>
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
Expand All @@ -203,7 +203,7 @@
<jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
<jaxb.runtime.version>4.0.9</jaxb.runtime.version>
<jersey.bom.version>4.0.2</jersey.bom.version>
<jetty.version>12.1.12</jetty.version>
<jetty.version>12.1.13</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.1.1</spring.security.version>
<spring.version>7.0.9</spring.version>
Expand All @@ -212,8 +212,8 @@
<!-- Testing and quality -->
<junit.version>6.1.3</junit.version>
<mockito.version>5.23.0</mockito.version>
<pmd.version>7.26.0</pmd.version>
<checkstyle.version>14.0.0</checkstyle.version>
<pmd.version>7.27.0</pmd.version>
<checkstyle.version>14.1.0</checkstyle.version>
<testcontainers.version>2.0.5</testcontainers.version>
<jacoco.version>0.8.15</jacoco.version>

Expand Down
Loading