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 ceb1251dda NIFI-15132 Bump Spring Security to 6.5.6, Jetty to 12.1.3, 
AWS SDK v2 to 2.36.0, and others (#10456)
ceb1251dda is described below

commit ceb1251dda4dab748a653c36e255b8f0b8717e92
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Oct 23 17:34:19 2025 +0200

    NIFI-15132 Bump Spring Security to 6.5.6, Jetty to 12.1.3, AWS SDK v2 to 
2.36.0, and others (#10456)
    
    - Spotbugs Maven Plugin from 4.9.6.0 to 4.9.8.1 - 
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.9.8.1
    - Spring Integration from 6.5.2 to 6.5.3 - 
https://github.com/spring-projects/spring-integration/releases/tag/v6.5.3
    - Google API Services Drive from v3-rev20251013-2.0.0 to 
v3-rev20251019-2.0.0 - 
https://github.com/googleapis/google-api-java-client-services/blob/main/clients/google-api-services-drive/v3/2.0.0/README.md
    - ActiveMQ from 6.1.7 to 6.1.8 - 
https://github.com/apache/activemq/releases/tag/activemq-6.1.8
    - Error Prone Annotations from 2.42.0 to 2.43.0 - 
https://github.com/google/error-prone/releases/tag/v2.43.0
    - Archetype Packaging Maven from 3.4.0 to 3.4.1 - 
https://github.com/apache/maven-archetype/releases/tag/maven-archetype-3.4.1
    - AWS SDK v2 from 2.35.10 to 2.36.0 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - ZSTD JNI from 1.5.7-5 to 1.5.7-6 - 
https://github.com/luben/zstd-jni/releases/tag/v1.5.7-6
    - Kotlin from 2.2.20 to 2.2.21 - 
https://github.com/JetBrains/kotlin/releases/tag/v2.2.21
    - Jetty from 12.1.2 to 12.1.3 - 
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.3
    - Spring Security from 6.5.5 to 6.5.6 - 
https://github.com/spring-projects/spring-security/releases/tag/6.5.6
    - Checkstyle from 12.0.1 to 12.1.0 - 
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.1.0
    - jaxb2 Maven Plugin from 3.3.0 to 4.0.0 - 
https://github.com/mojohaus/jaxb2-maven-plugin/releases/tag/4.0.0
    - Exec Maven Plugin from 3.6.0 to 3.6.2 - 
https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.2
    - Jacoco Maven Plugin from 0.8.13 to 0.8.14 - 
https://github.com/jacoco/jacoco/releases/tag/v0.8.14
    - Swagger Maven Plugin from 3.0.73 to 3.0.75 - 
https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.75
    - Maven PMD Plugin from 3.27.0 to 3.28.0 - 
https://github.com/apache/maven-pmd-plugin/releases/tag/maven-pmd-plugin-3.28.0
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-commons/nifi-xml-processing/pom.xml           |  2 +-
 .../nifi-email-processors/pom.xml                  |  2 +-
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml    |  2 +-
 .../nifi-jms-bundle/nifi-jms-processors/pom.xml    |  2 +-
 .../nifi-standard-shared-bom/pom.xml               |  2 +-
 .../nifi-processor-bundle-archetype/pom.xml        |  4 ++--
 .../nifi-service-bundle-archetype/pom.xml          |  4 ++--
 pom.xml                                            | 22 +++++++++++-----------
 8 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/nifi-commons/nifi-xml-processing/pom.xml 
b/nifi-commons/nifi-xml-processing/pom.xml
index fe9691b67d..97720e1f34 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.6.0</version>
+                <version>4.9.8.1</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
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 83fcc2a9df..0496779670 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.2</spring.integration.version>
+        <spring.integration.version>6.5.3</spring.integration.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index 8acc6b2cae..c7ed3e2454 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -127,7 +127,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20251013-2.0.0</version>
+            <version>v3-rev20251019-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml 
b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index 9b371d578e..2165b854e1 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <activemq.version>6.1.7</activemq.version>
+        <activemq.version>6.1.8</activemq.version>
     </properties>
 
     <dependencies>
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 757c5c61c0..b85f8d1b17 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.42.0</version>
+                <version>2.43.0</version>
                 <scope>provided</scope>
             </dependency>
             <!-- OkHttp -->
diff --git a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml 
b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
index f63d71628e..1fee2a70c7 100644
--- a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
+++ b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
@@ -29,7 +29,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>3.4.0</version>
+                <version>3.4.1</version>
             </extension>
         </extensions>
         <plugins>
@@ -62,7 +62,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.4.0</version>
+                    <version>3.4.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml 
b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
index fba2e60929..4cbe34023b 100644
--- a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
+++ b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
@@ -29,7 +29,7 @@
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>3.4.0</version>
+                <version>3.4.1</version>
             </extension>
         </extensions>
         <plugins>
@@ -58,7 +58,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-archetype-plugin</artifactId>
-                    <version>3.4.0</version>
+                    <version>3.4.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index f97e5b0d09..e8502e8b35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
 
         <!-- AWS SDK -->
         <com.amazonaws.version>1.12.792</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.35.10</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.36.0</software.amazon.awssdk.version>
 
         <!-- Apache Commons -->
         <org.apache.commons.cli.version>1.10.0</org.apache.commons.cli.version>
@@ -148,7 +148,7 @@
 
         <!-- Data formats and serialization -->
         <avro.version>1.12.1</avro.version>
-        
<com.github.luben.zstd-jni.version>1.5.7-5</com.github.luben.zstd-jni.version>
+        
<com.github.luben.zstd-jni.version>1.5.7-6</com.github.luben.zstd-jni.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <gson.version>2.13.2</gson.version>
         <jackson.annotations.version>2.20</jackson.annotations.version>
@@ -159,7 +159,7 @@
         <!-- JVM languages and bytecode -->
         <aspectj.version>1.9.24</aspectj.version>
         <groovy.version>5.0.2</groovy.version>
-        <kotlin.version>2.2.20</kotlin.version>
+        <kotlin.version>2.2.21</kotlin.version>
 
         <!-- Logging and observability -->
         <log4j2.version>2.25.2</log4j2.version>
@@ -193,9 +193,9 @@
         <jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
         <jaxb.runtime.version>4.0.6</jaxb.runtime.version>
         <jersey.bom.version>4.0.0-M4</jersey.bom.version>
-        <jetty.version>12.1.2</jetty.version>
+        <jetty.version>12.1.3</jetty.version>
         <servlet-api.version>6.1.0</servlet-api.version>
-        <spring.security.version>6.5.5</spring.security.version>
+        <spring.security.version>6.5.6</spring.security.version>
         <spring.version>6.2.12</spring.version>
         <swagger.annotations.version>2.2.39</swagger.annotations.version>
 
@@ -203,7 +203,7 @@
         <junit.version>6.0.0</junit.version>
         <mockito.version>5.20.0</mockito.version>
         <pmd.version>7.17.0</pmd.version>
-        <checkstyle.version>12.0.1</checkstyle.version>
+        <checkstyle.version>12.1.0</checkstyle.version>
         <testcontainers.version>2.0.1</testcontainers.version>
     </properties>
     <dependencyManagement>
@@ -727,7 +727,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>jaxb2-maven-plugin</artifactId>
-                    <version>3.3.0</version>
+                    <version>4.0.0</version>
                     <configuration>
                         
<noGeneratedHeaderComments>true</noGeneratedHeaderComments>
                     </configuration>
@@ -735,7 +735,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <version>3.6.0</version>
+                    <version>3.6.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -827,7 +827,7 @@
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.13</version>
+                    <version>0.8.14</version>
                 </plugin>
                 <plugin>
                     <groupId>io.swagger.core.v3</groupId>
@@ -837,7 +837,7 @@
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>
                     <artifactId>swagger-codegen-maven-plugin</artifactId>
-                    <version>3.0.73</version>
+                    <version>3.0.75</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -847,7 +847,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.27.0</version>
+                    <version>3.28.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>

Reply via email to