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 35787a1945 NIFI-15207 Bump Logback to 1.5.21, Couchbase to 3.10.0, 
MaxMindDB to 4.0.0, and others (#10517)
35787a1945 is described below

commit 35787a194533cf0f8d5ed2e24f12d994e2f5edf4
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Nov 12 15:49:02 2025 +0100

    NIFI-15207 Bump Logback to 1.5.21, Couchbase to 3.10.0, MaxMindDB to 4.0.0, 
and others (#10517)
    
    - Couchbase from 3.9.2 to 3.10.0 - 
https://github.com/couchbase/couchbase-jvm-clients/releases/tag/3.10.0
    - MaxMind DB from 3.2.0 to 4.0.0 - 
https://github.com/maxmind/MaxMind-DB-Reader-java/releases/tag/v4.0.0
    - GitLab4J from 6.1.0 to 6.2.0 - 
https://github.com/gitlab4j/gitlab4j-api/releases/tag/6.2.0
    - FlywayDB from 11.16.0 to 11.17.0 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.17.0
    - AWS SDK v2 from 2.38.2 to 2.38.4 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Logback from 1.5.20 to 1.5.21 - 
https://github.com/qos-ch/logback/releases/tag/v_1.5.21
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml    | 2 +-
 .../nifi-enrich-bundle/nifi-enrich-processors/pom.xml                 | 2 +-
 nifi-extension-bundles/nifi-gitlab-bundle/pom.xml                     | 2 +-
 .../nifi-lookup-services-bundle/nifi-lookup-services/pom.xml          | 2 +-
 nifi-registry/pom.xml                                                 | 2 +-
 pom.xml                                                               | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
 
b/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
index ad7ba0a13f..5cedf3f6ac 100644
--- 
a/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
+++ 
b/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
@@ -27,7 +27,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <couchbase.version>3.9.2</couchbase.version>
+        <couchbase.version>3.10.0</couchbase.version>
     </properties>
 
     <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml 
b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
index 68855bc95d..f0d10660ee 100644
--- a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>com.maxmind.db</groupId>
             <artifactId>maxmind-db</artifactId>
-            <version>3.2.0</version>
+            <version>4.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.avro</groupId>
diff --git a/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
index 83d429d8ff..3ceaad633b 100644
--- a/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
@@ -26,7 +26,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <gitlab4j-api.version>6.1.0</gitlab4j-api.version>
+        <gitlab4j-api.version>6.2.0</gitlab4j-api.version>
     </properties>
 
     <modules>
diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index 5655b3ec03..296feac091 100644
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>com.maxmind.db</groupId>
             <artifactId>maxmind-db</artifactId>
-            <version>3.2.0</version>
+            <version>4.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 18b64ec7d5..b30932f032 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.7</spring.boot.version>
-        <flyway.version>11.16.0</flyway.version>
+        <flyway.version>11.17.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>
diff --git a/pom.xml b/pom.xml
index 4559697feb..98519a9e73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        <software.amazon.awssdk.version>2.38.2</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.38.4</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 -->
 
@@ -164,7 +164,7 @@
 
         <!-- Logging and observability -->
         <log4j2.version>2.25.2</log4j2.version>
-        <logback.version>1.5.20</logback.version>
+        <logback.version>1.5.21</logback.version>
         <org.slf4j.version>2.0.17</org.slf4j.version>
         <prometheus.version>0.16.0</prometheus.version>
         <simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>

Reply via email to