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 79e287a41b NIFI-14983 Bump Bouncycastle to 1.82, Swagger to 2.2.37, 
datafaker to 2.5.0, and others (#10314)
79e287a41b is described below

commit 79e287a41b35e37d111e8ab4211d1ffe320ff028
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Sep 17 17:29:33 2025 +0200

    NIFI-14983 Bump Bouncycastle to 1.82, Swagger to 2.2.37, datafaker to 
2.5.0, and others (#10314)
    
    - metrics-core and metrics-jvm from 4.2.36 to 4.2.37 - 
https://github.com/dropwizard/metrics/releases/tag/v4.2.37
    - Microsoft Kusto from 7.0.2 to 7.0.3 - 
https://github.com/Azure/azure-kusto-java/releases/tag/v7.0.3
    - Spring Integration from 6.5.1 to 6.5.2 - 
https://github.com/spring-projects/spring-integration/releases/tag/v6.5.2
    - datafaker from 2.4.4 to 2.5.0 - 
https://github.com/datafaker-net/datafaker/releases/tag/2.5.0
    - Jakarta Activation API from 2.1.3 to 2.1.4 - 
https://github.com/jakartaee/jaf-api/releases/tag/2.1.4
    - FlywayDB from 11.12.0 to 11.13.0 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.13.0
    - AWS SDK v2 from 2.33.9 to 2.33.11 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Bouncycastle from 1.81 to 1.82 - 
https://www.bouncycastle.org/download/bouncy-castle-java/#release-notes
    - Jakarta XML Bind API from 4.0.2 to 4.0.4 - 
https://github.com/jakartaee/jaxb-api/releases/tag/4.0.4
    - Swagger from 2.2.36 to 2.2.37 - 
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.37
    - Swagger Codegen Maven Plugin from 3.0.72 to 3.0.73 - 
https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.73
    - PMD from 7.16.0 to 7.17.0 - 
https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.17.0
    - Spotbugs Maven Plugin from 4.9.4.2 to 4.9.5.0 - 
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.9.5.0
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-commons/nifi-metrics/pom.xml                          |  4 ++--
 nifi-commons/nifi-xml-processing/pom.xml                   |  2 +-
 .../nifi-azure-bundle/nifi-azure-processors/pom.xml        |  4 ++--
 .../nifi-email-bundle/nifi-email-processors/pom.xml        |  2 +-
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml  |  2 +-
 nifi-extension-bundles/nifi-standard-bundle/pom.xml        |  2 +-
 nifi-registry/pom.xml                                      |  2 +-
 pom.xml                                                    | 14 +++++++-------
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/nifi-commons/nifi-metrics/pom.xml 
b/nifi-commons/nifi-metrics/pom.xml
index 6fd3f0844c..a8d8ce57d1 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -31,12 +31,12 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-jvm</artifactId>
-            <version>4.2.36</version>
+            <version>4.2.37</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>4.2.36</version>
+            <version>4.2.37</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/nifi-commons/nifi-xml-processing/pom.xml 
b/nifi-commons/nifi-xml-processing/pom.xml
index 3c5607ab7e..01b6cf9665 100644
--- a/nifi-commons/nifi-xml-processing/pom.xml
+++ b/nifi-commons/nifi-xml-processing/pom.xml
@@ -27,7 +27,7 @@
             <plugin>
                 <groupId>com.github.spotbugs</groupId>
                 <artifactId>spotbugs-maven-plugin</artifactId>
-                <version>4.9.4.2</version>
+                <version>4.9.5.0</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
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 12170342f9..7f5276c783 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
@@ -127,12 +127,12 @@
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-data</artifactId>
-            <version>7.0.2</version>
+            <version>7.0.3</version>
         </dependency>
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-ingest</artifactId>
-            <version>7.0.2</version>
+            <version>7.0.3</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git 
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml 
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index c2fd901750..dc9a0a77a4 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>nifi-email-processors</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <spring.integration.version>6.5.1</spring.integration.version>
+        <spring.integration.version>6.5.2</spring.integration.version>
     </properties>
 
     <dependencies>
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 5c1ee77e91..4d7ed2c45b 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
@@ -407,7 +407,7 @@
         <dependency>
             <groupId>net.datafaker</groupId>
             <artifactId>datafaker</artifactId>
-            <version>2.4.4</version>
+            <version>2.5.0</version>
             <exclusions>
                 <!-- Exclude snakeyaml with android qualifier -->
                 <exclusion>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 0f9db8a959..4cc368f641 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -66,7 +66,7 @@
             <dependency>
                 <groupId>jakarta.activation</groupId>
                 <artifactId>jakarta.activation-api</artifactId>
-                <version>2.1.3</version>
+                <version>2.1.4</version>
             </dependency>
             <dependency>
                 <groupId>com.sun.activation</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 30a85152fe..39036d8b4c 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>3.5.5</spring.boot.version>
-        <flyway.version>11.12.0</flyway.version>
+        <flyway.version>11.13.0</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.3.0.202506031305-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index e79794a775..c3f33dbe36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.791</com.amazonaws.version>
-        <software.amazon.awssdk.version>2.33.9</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.33.11</software.amazon.awssdk.version>
         <gson.version>2.13.2</gson.version>
         
<io.fabric8.kubernetes.client.version>7.4.0</io.fabric8.kubernetes.client.version>
         <kotlin.version>2.2.20</kotlin.version>
@@ -130,8 +130,8 @@
         
<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.16.0</org.apache.sshd.version>
-        <org.bouncycastle.version>1.81</org.bouncycastle.version>
-        <pmd.version>7.16.0</pmd.version>
+        <org.bouncycastle.version>1.82</org.bouncycastle.version>
+        <pmd.version>7.17.0</pmd.version>
         <testcontainers.version>1.21.3</testcontainers.version>
         <org.slf4j.version>2.0.17</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
@@ -142,7 +142,7 @@
         <avro.version>1.12.0</avro.version>
         <jaxb.runtime.version>4.0.5</jaxb.runtime.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
-        <jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
+        <jakarta.xml.bind-api.version>4.0.4</jakarta.xml.bind-api.version>
         <jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
         <json.smart.version>2.6.0</json.smart.version>
         <groovy.version>5.0.1</groovy.version>
@@ -162,7 +162,7 @@
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.version>6.2.11</spring.version>
         <spring.security.version>6.5.4</spring.security.version>
-        <swagger.annotations.version>2.2.36</swagger.annotations.version>
+        <swagger.annotations.version>2.2.37</swagger.annotations.version>
         <caffeine.version>3.2.2</caffeine.version>
         <hapi.version>2.6.0</hapi.version>
         <commons.dbcp2.version>2.13.0</commons.dbcp2.version>
@@ -797,12 +797,12 @@
                 <plugin>
                     <groupId>io.swagger.core.v3</groupId>
                     <artifactId>swagger-maven-plugin-jakarta</artifactId>
-                    <version>2.2.36</version>
+                    <version>2.2.37</version>
                 </plugin>
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>
                     <artifactId>swagger-codegen-maven-plugin</artifactId>
-                    <version>3.0.72</version>
+                    <version>3.0.73</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to