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 f5b9c13f407 NIFI-15993 Bump Jetty to 12.1.10, Netty to 4.2.15.Final, 
Logback to 1.5.34, and others (#11309)
f5b9c13f407 is described below

commit f5b9c13f4071999eee74860652493232f20f31d2
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Jun 3 19:48:49 2026 -0700

    NIFI-15993 Bump Jetty to 12.1.10, Netty to 4.2.15.Final, Logback to 1.5.34, 
and others (#11309)
    
    - Couchbase from 3.11.3 to 3.12.0 - 
https://github.com/couchbase/couchbase-jvm-clients/releases/tag/3.12.0
    - AWS MSK IAM Auth from 2.3.6 to 2.3.7 - 
https://github.com/aws/aws-msk-iam-auth/releases/tag/v2.3.7
    - Apache Mina from 2.2.7 to 2.2.8 - 
https://github.com/apache/mina/releases/tag/2.2.8
    - Checker from 4.1.0 to 4.2.0 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-4.2.0
    - JNA from 5.18.1 to 5.19.0 - 
https://github.com/java-native-access/jna/releases/tag/5.19.0
    - AWS SDK from 2.45.1 to 2.46.1 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - zstd from 1.5.7-9 to 1.5.7-10 - https://github.com/luben/zstd-jni
    - Logback from 1.5.33 to 1.5.34 - 
https://github.com/qos-ch/logback/releases/tag/v_1.5.34
    - Netty from 4.2.14.Final to 4.2.15.Final - 
https://github.com/netty/netty/releases/tag/netty-4.2.15.Final
    - Jetty from 12.1.9 to 12.1.10 - 
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.10
    - Checkstyle from 13.4.2 to 13.5.0 - 
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.5.0
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-couchbase-standard-services/pom.xml                 |  2 +-
 .../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml         |  2 +-
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml    |  2 +-
 .../nifi-standard-shared-bom/pom.xml                         |  2 +-
 .../nifi-windows-event-log-processors/pom.xml                |  2 +-
 pom.xml                                                      | 12 ++++++------
 6 files changed, 11 insertions(+), 11 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 325ab144a94..463ac844e7d 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.11.3</couchbase.version>
+        <couchbase.version>3.12.0</couchbase.version>
     </properties>
 
     <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml 
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
index d7a371d1669..a3f2811b297 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>software.amazon.msk</groupId>
             <artifactId>aws-msk-iam-auth</artifactId>
-            <version>2.3.6</version>
+            <version>2.3.7</version>
         </dependency>
         <dependency>
             <groupId>software.amazon.awssdk</groupId>
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 98543ae5130..f4d1e6ff53e 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
@@ -128,7 +128,7 @@
         <dependency>
             <groupId>org.apache.mina</groupId>
             <artifactId>mina-core</artifactId>
-            <version>2.2.7</version>
+            <version>2.2.8</version>
         </dependency>
         <dependency>
             <groupId>org.opentest4j</groupId>
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 00e2e128ebe..c66a484007a 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
@@ -121,7 +121,7 @@
             <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
-                <version>4.1.0</version>
+                <version>4.2.0</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git 
a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
 
b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
index 8b90206f98c..b5436ba6daf 100644
--- 
a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
@@ -21,7 +21,7 @@ language governing permissions and limitations under the 
License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <jna.version>5.18.1</jna.version>
+        <jna.version>5.19.0</jna.version>
         <javassist.version>3.31.0-GA</javassist.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index bca612044ed..e01309d3b11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
 
         <!-- CSPs SDK -->
-        <software.amazon.awssdk.version>2.45.1</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.46.1</software.amazon.awssdk.version>
         
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
         <azure.sdk.bom.version>1.3.7</azure.sdk.bom.version> <!-- when 
changing this version, also update msal4j to the version that is required by 
azure-identity -->
 
@@ -153,7 +153,7 @@
         <kafka-clients.version>4.3.0</kafka-clients.version>
         <avro.version>1.12.1</avro.version>
         <calcite.version>1.42.0</calcite.version>
-        
<com.github.luben.zstd-jni.version>1.5.7-9</com.github.luben.zstd-jni.version>
+        
<com.github.luben.zstd-jni.version>1.5.7-10</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>
@@ -169,13 +169,13 @@
 
         <!-- Logging and observability -->
         <log4j2.version>2.26.0</log4j2.version>
-        <logback.version>1.5.33</logback.version>
+        <logback.version>1.5.34</logback.version>
         <org.slf4j.version>2.0.18</org.slf4j.version>
         <prometheus.version>0.16.0</prometheus.version>
         <simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
 
         <!-- Networking and transport -->
-        <netty.4.version>4.2.14.Final</netty.4.version>
+        <netty.4.version>4.2.15.Final</netty.4.version>
         <okhttp.version>5.3.2</okhttp.version>
         <okio.version>3.17.0</okio.version>
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
@@ -199,7 +199,7 @@
         <jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
         <jaxb.runtime.version>4.0.9</jaxb.runtime.version>
         <jersey.bom.version>4.0.2</jersey.bom.version>
-        <jetty.version>12.1.9</jetty.version>
+        <jetty.version>12.1.10</jetty.version>
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.security.version>7.0.5</spring.security.version>
         <spring.version>7.0.7</spring.version>
@@ -209,7 +209,7 @@
         <junit.version>6.1.0</junit.version>
         <mockito.version>5.23.0</mockito.version>
         <pmd.version>7.25.0</pmd.version>
-        <checkstyle.version>13.4.2</checkstyle.version>
+        <checkstyle.version>13.5.0</checkstyle.version>
         <testcontainers.version>2.0.5</testcontainers.version>
         <jacoco.version>0.8.14</jacoco.version>
     </properties>

Reply via email to