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 .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion nifi-code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.44.0</version>
<version>3.45.0</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 @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-azure-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
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-rev20260220-2.0.0</version>
<version>v3-rev20260305-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nifi-extension-bundles/nifi-redis-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
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,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>
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>3.30.7</jline.version>
<jline.version>3.30.8</jline.version>
</properties>

<build>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
Loading