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 44c9117b1ca NIFI-16268 Bump GCP BOM to 26.87.0, Groovy to 5.1.1, 
SnakeYAML to 2.7, and others (#11602)
44c9117b1ca is described below

commit 44c9117b1ca4a71c72633a19e7d4b97d8b53dd25
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Aug 31 16:12:32 2026 +0200

    NIFI-16268 Bump GCP BOM to 26.87.0, Groovy to 5.1.1, SnakeYAML to 2.7, and 
others (#11602)
    
    - Dropwizard metrics from 4.2.39 to 4.2.40 - 
https://github.com/dropwizard/metrics/releases/tag/v4.2.40
    - Box SDK from 5.15.0 to 5.15.1 - 
https://github.com/box/box-java-sdk/releases/tag/v5.15.1
    - MySQL Binlog Connector from 0.41.0 to 0.41.2 - 
https://github.com/debezium/mysql-binlog-connector-java/releases/tag/v0.41.2
    - Google Drive API from v3-rev20260720-2.0.0 to v3-rev20260823-2.0.0
    - GCP BOM from 26.86.0 to 26.87.0 - 
https://github.com/googleapis/google-cloud-java/releases#release-libraries-bom/v26.87.0
    - MongoDB Driver from 5.10.0 to 5.11.0 - 
https://github.com/mongodb/mongo-java-driver/releases/tag/r5.11.0
    - Wire from 6.4.6 to 6.4.7 - 
https://square.github.io/wire/changelog/#version-647
    - Jedis from 8.0.0 to 8.0.1 - 
https://github.com/redis/jedis/releases/tag/v8.0.1
    - Slack Bolt from 1.50.0 to 1.51.0 - 
https://github.com/slackapi/java-slack-sdk/releases/tag/v1.51.0
    - FlywayDB from 13.3.0 to 13.4.0 - 
https://github.com/flyway/flyway/releases/tag/flyway-13.4.0
    - JLine from 4.3.1 to 4.4.0 - 
https://github.com/jline/jline3/releases/tag/4.4.0
    - AWS SDK from 2.54.2 to 2.54.7 - 
https://github.com/aws/aws-sdk-java-v2/releases/tag/2.54.7
    - zstd from 1.5.7-15 to 1.5.7-16 - 
https://github.com/luben/zstd-jni/releases/tag/v1.5.7-16
    - Snake YAML from 2.6 to 2.7 - 
https://codeberg.org/snakeyaml/snakeyaml/wiki/Changes
    - Groovy from 5.1.0 to 5.1.1 - 
https://groovy-lang.org/changelogs/changelog-5.1.1.html
    - Swagger from 2.2.54 to 2.2.55 - 
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.55
    - JSoup from 1.23.1 to 1.23.2 - 
https://github.com/jhy/jsoup/releases/tag/jsoup-1.23.2
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-commons/nifi-metrics/pom.xml                          |  4 ++--
 nifi-extension-bundles/nifi-box-bundle/pom.xml             |  2 +-
 .../nifi-cdc-mysql-processors/pom.xml                      |  2 +-
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml            |  2 +-
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml             |  2 +-
 nifi-extension-bundles/nifi-mongodb-bundle/pom.xml         |  2 +-
 .../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml    |  2 +-
 nifi-extension-bundles/nifi-redis-bundle/pom.xml           |  2 +-
 .../nifi-slack-bundle/nifi-slack-processors/pom.xml        |  2 +-
 nifi-registry/pom.xml                                      |  2 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml                      |  2 +-
 pom.xml                                                    | 14 +++++++-------
 12 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/nifi-commons/nifi-metrics/pom.xml 
b/nifi-commons/nifi-metrics/pom.xml
index 402ecdee124..e7fca9d8f9d 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.39</version>
+            <version>4.2.40</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>4.2.39</version>
+            <version>4.2.40</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml 
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index 51dfc50b1b5..5f7d09a4082 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>com.box</groupId>
                 <artifactId>box-java-sdk</artifactId>
-                <version>5.15.0</version>
+                <version>5.15.1</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index ac6fe48abbb..e69e8c4096b 100644
--- 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -32,7 +32,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>io.debezium</groupId>
             <artifactId>mysql-binlog-connector-java</artifactId>
-            <version>0.41.0</version>
+            <version>0.41.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
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 9b3b04a2493..d9b2a406c05 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
@@ -132,7 +132,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20260720-2.0.0</version>
+            <version>v3-rev20260823-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 3e117b00f26..850b2e92095 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.86.0</google.libraries.version>
+        <google.libraries.version>26.87.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml 
b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
index 14c788c89da..8feb69a3bad 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
@@ -34,6 +34,6 @@
     </modules>
 
     <properties>
-        <mongo.driver.version>5.10.0</mongo.driver.version>
+        <mongo.driver.version>5.11.0</mongo.driver.version>
     </properties>
 </project>
diff --git 
a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml 
b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
index 7dd2274f42b..eaaf3697cdb 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
@@ -27,7 +27,7 @@
 
     <properties>
         <protobuf.version>4.36.0</protobuf.version>
-        <wire.version>6.4.6</wire.version>
+        <wire.version>6.4.7</wire.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml 
b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
index 192e16909c7..7b4d2d46dc8 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
@@ -26,7 +26,7 @@
 
     <properties>
         <spring.data.redis.version>4.1.1</spring.data.redis.version>
-        <jedis.version>8.0.0</jedis.version>
+        <jedis.version>8.0.1</jedis.version>
     </properties>
 
     <modules>
diff --git 
a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml 
b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 75f9f9fb943..cfbd1171958 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -30,7 +30,7 @@
         <dependency>
             <groupId>com.slack.api</groupId>
             <artifactId>bolt-socket-mode</artifactId>
-            <version>1.50.0</version>
+            <version>1.51.0</version>
         </dependency>
         <!-- Required by bolt-socket-mode but the library itself doesn't have 
the dependency. -->
         <dependency>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 30093068e7a..3ac660362bf 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>4.1.1</spring.boot.version>
-        <flyway.version>13.3.0</flyway.version>
+        <flyway.version>13.4.0</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.7.1.202607240634-r</jgit.version>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml 
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 09caa5a7705..53c1e4efed6 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,7 +24,7 @@
     <description>Tooling to make tls configuration easier</description>
 
     <properties>
-        <jline.version>4.3.1</jline.version>
+        <jline.version>4.4.0</jline.version>
     </properties>
 
     <build>
diff --git a/pom.xml b/pom.xml
index ef7386f89f7..c2a9c3abe96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <nifi.nar.maven.plugin.version>2.4.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        <software.amazon.awssdk.version>2.54.2</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.54.7</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>4.0.2</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.8</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 
@@ -154,18 +154,18 @@
         <kafka.docker.image>apache/kafka:4.3.1</kafka.docker.image>
         <avro.version>1.12.2</avro.version>
         <calcite.version>1.42.0</calcite.version>
-        
<com.github.luben.zstd-jni.version>1.5.7-15</com.github.luben.zstd-jni.version>
+        
<com.github.luben.zstd-jni.version>1.5.7-16</com.github.luben.zstd-jni.version>
         <com.jayway.jsonpath.version>3.0.0</com.jayway.jsonpath.version>
         <gson.version>2.14.0</gson.version>
         <jackson.annotations.version>2.22</jackson.annotations.version>
         <jackson.bom.version>2.22.2</jackson.bom.version>
         <jackson3.bom.version>3.2.2</jackson3.bom.version>
         <json.smart.version>2.6.0</json.smart.version>
-        <snakeyaml.version>2.6</snakeyaml.version>
+        <snakeyaml.version>2.7</snakeyaml.version>
 
         <!-- JVM languages and bytecode -->
         <aspectj.version>1.9.25.1</aspectj.version>
-        <groovy.version>5.1.0</groovy.version>
+        <groovy.version>5.1.1</groovy.version>
         <kotlin.version>2.4.10</kotlin.version>
 
         <!-- Logging and observability -->
@@ -207,7 +207,7 @@
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.security.version>7.1.1</spring.security.version>
         <spring.version>7.0.9</spring.version>
-        <swagger.annotations.version>2.2.54</swagger.annotations.version>
+        <swagger.annotations.version>2.2.55</swagger.annotations.version>
 
         <!-- Testing and quality -->
         <junit.version>6.1.3</junit.version>
@@ -630,7 +630,7 @@
             <dependency>
                 <groupId>org.jsoup</groupId>
                 <artifactId>jsoup</artifactId>
-                <version>1.23.1</version>
+                <version>1.23.2</version>
             </dependency>
             <dependency>
                 <groupId>com.github.ben-manes.caffeine</groupId>
@@ -863,7 +863,7 @@
                 <plugin>
                     <groupId>io.swagger.core.v3</groupId>
                     <artifactId>swagger-maven-plugin-jakarta</artifactId>
-                    <version>2.2.54</version>
+                    <version>2.2.55</version>
                 </plugin>
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>

Reply via email to