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 0fdeb8c11b NIFI-15275 Bump Apache POI to 5.5.1, Apache Mina to 2.2.5, 
Azure SDK BOM to 1.3.3, and others (#10581)
0fdeb8c11b is described below

commit 0fdeb8c11bb426109e7791a65ce65b99075a6e57
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Dec 1 14:38:50 2025 +0100

    NIFI-15275 Bump Apache POI to 5.5.1, Apache Mina to 2.2.5, Azure SDK BOM to 
1.3.3, and others (#10581)
    
    - Kusto from 7.0.3 to 7.0.4 - 
https://github.com/Azure/azure-kusto-java/releases/tag/v7.0.4
    - Apache POI from 5.5.0 to 5.5.1 - https://poi.apache.org/changes.html
    - Apache Mina from 2.2.4 to 2.2.5 - https://mina.apache.org/mina-project/
    - Google Error Prone Annotations from 2.44.0 to 2.45.0 - 
https://github.com/google/error-prone/releases/tag/v2.45.0
    - FlywayDB from 11.17.2 to 11.18.0 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.18.0
    - AWS SDK BOM from 2.39.4 to 2.39.6 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Azure SDK BOM from 1.3.2 to 1.3.3 - 
https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/boms/azure-sdk-bom/README.md
    - Apache Commons Configuration from 2.12.0 to 2.13.0 - 
https://commons.apache.org/proper/commons-configuration/changes.html#a2.13.0
    - PMD from 7.18.0 to 7.19.0 - 
https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.19.0
    - Checkstyle from 12.1.2 to 12.2.0 - 
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.2.0
    - Maven Resources Plugin from 3.3.1 to 3.4.0 - 
https://github.com/apache/maven-resources-plugin/releases/tag/maven-resources-plugin-3.4.0
    - Maven Source Plugin from 3.3.1 to 3.4.0 - 
https://github.com/apache/maven-source-plugin/releases/tag/maven-source-plugin-3.4.0
    - Maven WAR Plugin from 3.5.0 to 3.5.1 - 
https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-3.5.1
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-azure-bundle/nifi-azure-processors/pom.xml            |  4 ++--
 nifi-extension-bundles/nifi-media-bundle/pom.xml               |  2 +-
 nifi-extension-bundles/nifi-poi-bundle/pom.xml                 |  2 +-
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml      |  2 +-
 .../nifi-standard-shared-bom/pom.xml                           |  2 +-
 nifi-registry/pom.xml                                          |  8 ++++----
 pom.xml                                                        | 10 +++++-----
 7 files changed, 15 insertions(+), 15 deletions(-)

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 ad003cb5ec..26a41fa5cb 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
@@ -131,12 +131,12 @@
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-data</artifactId>
-            <version>7.0.3</version>
+            <version>7.0.4</version>
         </dependency>
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-ingest</artifactId>
-            <version>7.0.3</version>
+            <version>7.0.4</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/nifi-extension-bundles/nifi-media-bundle/pom.xml 
b/nifi-extension-bundles/nifi-media-bundle/pom.xml
index 09c88cc89c..1bb1071148 100644
--- a/nifi-extension-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/pom.xml
@@ -24,7 +24,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <poi.version>5.5.0</poi.version>
+        <poi.version>5.5.1</poi.version>
         <mime4j.version>0.8.13</mime4j.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml 
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index 00031c04e0..026434c405 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>nifi-poi-bundle</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <poi.version>5.5.0</poi.version>
+        <poi.version>5.5.1</poi.version>
     </properties>
     <modules>
         <module>nifi-poi-nar</module>
diff --git 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 603f2ee667..1d0c8c9773 100644
--- 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -128,7 +128,7 @@
         <dependency>
             <groupId>org.apache.mina</groupId>
             <artifactId>mina-core</artifactId>
-            <version>2.2.4</version>
+            <version>2.2.5</version>
         </dependency>
         <dependency>
             <groupId>org.opentest4j</groupId>
diff --git 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 42ec86785c..4c6afbb644 100644
--- 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -127,7 +127,7 @@
             <dependency>
                 <groupId>com.google.errorprone</groupId>
                 <artifactId>error_prone_annotations</artifactId>
-                <version>2.44.0</version>
+                <version>2.45.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- OkHttp -->
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 2286af7a05..ce7218d258 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -38,7 +38,7 @@
         <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.8</spring.boot.version>
-        <flyway.version>11.17.2</flyway.version>
+        <flyway.version>11.18.0</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.4.0.202509020913-r</jgit.version>
@@ -257,7 +257,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.5.0</version>
+                    <version>3.5.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -266,7 +266,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.3.1</version>
+                    <version>3.4.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -282,7 +282,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.3.1</version>
+                    <version>3.4.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 83dfbbf358..3a9324d1ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,16 +120,16 @@
         <nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        <software.amazon.awssdk.version>2.39.4</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.39.6</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 -->
+        <azure.sdk.bom.version>1.3.3</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.20.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.12.0</org.apache.commons.configuration.version>
+        
<org.apache.commons.configuration.version>2.13.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.lang3.version>3.20.0</org.apache.commons.lang3.version>
@@ -203,8 +203,8 @@
         <!-- Testing and quality -->
         <junit.version>6.0.1</junit.version>
         <mockito.version>5.20.0</mockito.version>
-        <pmd.version>7.18.0</pmd.version>
-        <checkstyle.version>12.1.2</checkstyle.version>
+        <pmd.version>7.19.0</pmd.version>
+        <checkstyle.version>12.2.0</checkstyle.version>
         <testcontainers.version>2.0.2</testcontainers.version>
     </properties>
     <dependencyManagement>

Reply via email to