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 9df1009cb5 NIFI-15158 Bump GCP SDK to 26.71.0, AWS SDK to 2.37.1, 
Swagger to 2.2.40, and others (#10478)
9df1009cb5 is described below

commit 9df1009cb5d787a3efbd8e4eef7b1586d2558093
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Oct 30 15:09:12 2025 +0100

    NIFI-15158 Bump GCP SDK to 26.71.0, AWS SDK to 2.37.1, Swagger to 2.2.40, 
and others (#10478)
    
    - Google Cloud BOM from 26.70.0 to 26.71.0 - 
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.71.0
    - JSON Flattener from 0.17.3 to 0.17.4 - 
https://github.com/wnameless/json-flattener/releases/tag/json-flattener-0.17.4
    - MySQL Java Connector from 9.4.0 to 9.5.0 - 
https://github.com/mysql/mysql-connector-j/releases/tag/9.5.0
    - AWS SDK v2 from 2.36.2 to 2.37.1 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - AWS S3 Encryption from 3.4.0 to 3.5.0 - 
https://github.com/aws/amazon-s3-encryption-client-java/releases/tag/v3.5.0
    - Caffeine from 3.2.2 to 3.2.3 - 
https://github.com/ben-manes/caffeine/releases/tag/v3.2.3
    - Swagger from 2.2.39 to 2.2.40 - 
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.40
    - Checkstyle from 12.1.0 to 12.1.1 - 
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.1.1
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml              |  2 +-
 nifi-extension-bundles/nifi-standard-bundle/pom.xml         |  2 +-
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml |  2 +-
 pom.xml                                                     | 12 ++++++------
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 02d712020e..d671758415 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <google.libraries.version>26.70.0</google.libraries.version>
+        <google.libraries.version>26.71.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 99646c72aa..ac02ad8895 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -157,7 +157,7 @@
             <dependency>
                 <groupId>com.github.wnameless.json</groupId>
                 <artifactId>json-flattener</artifactId>
-                <version>0.17.3</version>
+                <version>0.17.4</version>
             </dependency>
             <dependency>
                 <groupId>io.krakens</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml 
b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index c6fe951660..a63ee80d9a 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>com.mysql</groupId>
             <artifactId>mysql-connector-j</artifactId>
-            <version>9.4.0</version>
+            <version>9.5.0</version>
             <exclusions>
                 <!-- Exclude unused protobuf-java -->
                 <exclusion>
diff --git a/pom.xml b/pom.xml
index baed74f70d..2ee02ff6bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,8 +120,8 @@
         <nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
 
         <!-- AWS SDK -->
-        <software.amazon.awssdk.version>2.36.2</software.amazon.awssdk.version>
-        
<software.amazon.encryption.s3.version>3.4.0</software.amazon.encryption.s3.version>
+        <software.amazon.awssdk.version>2.37.1</software.amazon.awssdk.version>
+        
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
 
         <!-- Apache Commons -->
         <org.apache.commons.cli.version>1.10.0</org.apache.commons.cli.version>
@@ -182,7 +182,7 @@
         <org.bouncycastle.version>1.82</org.bouncycastle.version>
 
         <!-- Utilities -->
-        <caffeine.version>3.2.2</caffeine.version>
+        <caffeine.version>3.2.3</caffeine.version>
         <velocity-engine-core.version>2.4.1</velocity-engine-core.version>
 
         <!-- Web and API frameworks -->
@@ -197,13 +197,13 @@
         <servlet-api.version>6.1.0</servlet-api.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>
+        <swagger.annotations.version>2.2.40</swagger.annotations.version>
 
         <!-- Testing and quality -->
         <junit.version>6.0.0</junit.version>
         <mockito.version>5.20.0</mockito.version>
         <pmd.version>7.17.0</pmd.version>
-        <checkstyle.version>12.1.0</checkstyle.version>
+        <checkstyle.version>12.1.1</checkstyle.version>
         <testcontainers.version>2.0.1</testcontainers.version>
     </properties>
     <dependencyManagement>
@@ -809,7 +809,7 @@
                 <plugin>
                     <groupId>io.swagger.core.v3</groupId>
                     <artifactId>swagger-maven-plugin-jakarta</artifactId>
-                    <version>2.2.39</version>
+                    <version>2.2.40</version>
                 </plugin>
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>

Reply via email to