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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.10</version>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
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-rev20251019-2.0.0</version>
<version>v3-rev20251114-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-gcp-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<packaging>pom</packaging>

<properties>
<google.libraries.version>26.71.0</google.libraries.version>
<google.libraries.version>26.72.0</google.libraries.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<parquet.version>1.16.0</parquet.version>
<guava.version>33.5.0-jre</guava.version>
<protobuf.version>4.33.1</protobuf.version>
<grpc.version>1.76.0</grpc.version>
<grpc.version>1.77.0</grpc.version>
<!-- Check Ingest SDK and JDBC compatibility when upgrading -->
<snowflake-ingest-sdk.version>4.3.1-unshaded</snowflake-ingest-sdk.version>
<snowflake-ingest-sdk.version>4.4.0-unshaded</snowflake-ingest-sdk.version>
<snowflake-jdbc-thin.version>3.27.1</snowflake-jdbc-thin.version>
</properties>

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 @@ -101,7 +101,7 @@
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.10</version>
<version>1.11</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.10</version>
<version>1.11</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<properties>
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<jersey.bom.version>3.1.11</jersey.bom.version>
<spring.boot.version>3.5.7</spring.boot.version>
<spring.boot.version>3.5.8</spring.boot.version>
<flyway.version>11.17.0</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
Expand Down
4 changes: 2 additions & 2 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.2.0</nifi.nar.maven.plugin.version>

<!-- CSPs SDK -->
<software.amazon.awssdk.version>2.38.9</software.amazon.awssdk.version>
<software.amazon.awssdk.version>2.39.0</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.2</azure.sdk.bom.version> <!-- when changing this version, also update msal4j to the version that is required by azure-identity -->

Expand Down Expand Up @@ -197,7 +197,7 @@
<jetty.version>12.1.4</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>6.5.7</spring.security.version>
<spring.version>6.2.13</spring.version>
<spring.version>6.2.14</spring.version>
<swagger.annotations.version>2.2.40</swagger.annotations.version>

<!-- Testing and quality -->
Expand Down
Loading