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 229e2fa736c NIFI-16083 Bump Netty for 4.2.16.Final, Log4J2 to 2.26.1, 
Groovy to 5.0.7, and others (#11401)
229e2fa736c is described below

commit 229e2fa736cfde3ba7e0d671abb2486b7ee2b62b
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Jul 7 17:56:45 2026 +0200

    NIFI-16083 Bump Netty for 4.2.16.Final, Log4J2 to 2.26.1, Groovy to 5.0.7, 
and others (#11401)
    
    - LZ4 Java from 1.11.0 to 1.11.1 - 
https://github.com/yawkat/lz4-java/releases/tag/v1.11.1
    - RabbitMQ Client from 5.33.0 to 5.33.1 - 
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.33.1
    - JanusGraph from 1.2.0-20260627-173607.cb8644d to 
1.2.0-20260703-225631.5361a02 - https://github.com/JanusGraph/janusgraph
    - HiveMQ MQTT Client from 1.3.15 to 1.3.16 - 
https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.16
    - Apache Camel Salesforce from 4.20.0 to 4.21.0 - 
https://github.com/apache/camel/releases/tag/camel-4.21.0
    - PostgreSQL from 42.7.12 to 42.7.13 - 
https://github.com/pgjdbc/pgjdbc/releases/tag/REL42.7.13
    - JSON Flattener from 0.18.1 to 0.18.2 - 
https://github.com/wnameless/json-flattener/releases/tag/json-flattener-0.18.2
    - Checker from 4.2.0 to 4.2.1 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-4.2.1
    - AWS SDK BOM from 2.46.19 to 2.47.0 - 
https://github.com/aws/aws-sdk-java-v2/releases/tag/2.47.0
    - Apache Groovy from 5.0.6 to 5.0.7 - 
https://github.com/apache/groovy/releases/tag/GROOVY_5_0_7
    - Apache Log4J2 from 2.26.0 to 2.26.1 - 
https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.26.1
    - Netty from 4.2.15.Final to 4.2.16.Final - 
https://github.com/netty/netty/releases/tag/netty-4.2.16.Final
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-kafka-to-s3-integration-tests/pom.xml                    | 2 +-
 .../nifi-amqp-bundle/nifi-amqp-processors/pom.xml                 | 2 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml                   | 2 +-
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml             | 4 ++--
 .../nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml               | 2 +-
 .../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml              | 2 +-
 .../nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml           | 2 +-
 .../nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml                 | 2 +-
 .../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml     | 2 +-
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml         | 2 +-
 nifi-extension-bundles/nifi-standard-bundle/pom.xml               | 2 +-
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml  | 2 +-
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml       | 2 +-
 pom.xml                                                           | 8 ++++----
 14 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
 
b/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
index cf11a4c2807..6bb1c9537d5 100644
--- 
a/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
+++ 
b/nifi-connectors/nifi-kafka-to-s3-bundle/nifi-kafka-to-s3-integration-tests/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
 
         <!-- Confluent Schema Registry and Avro dependencies for testing -->
diff --git 
a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml 
b/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
index 1d9e7483f0f..0e539be179d 100644
--- a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the 
License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <amqp-client.version>5.33.0</amqp-client.version>
+        <amqp-client.version>5.33.1</amqp-client.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index a2b14dc4315..7bc70b738c4 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -316,7 +316,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
     </dependencies>
     <build>
diff --git 
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index f4f4e51c737..c56b1a08ed4 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,9 +25,9 @@
     <artifactId>nifi-graph-test-clients</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <janusgraph.version>1.2.0-20260627-173607.cb8644d</janusgraph.version>
+        <janusgraph.version>1.2.0-20260703-225631.5361a02</janusgraph.version>
         <guava.version>33.6.0-jre</guava.version>
-        <amqp-client.version>5.33.0</amqp-client.version>
+        <amqp-client.version>5.33.1</amqp-client.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml 
b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
index cc8d2d18101..fe834dc6fec 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
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 5ce05f44375..cb21f78137f 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
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
         <dependency>
             <groupId>software.amazon.msk</groupId>
diff --git 
a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml 
b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
index e61b63b0f3b..2f74a2a55d3 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>at.yawk.lz4</groupId>
             <artifactId>lz4-java</artifactId>
-            <version>1.11.0</version>
+            <version>1.11.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git 
a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml 
b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
index ea7993be759..74efd1a7409 100644
--- a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>com.hivemq</groupId>
             <artifactId>hivemq-mqtt-client</artifactId>
-            <version>1.3.15</version>
+            <version>1.3.16</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index 7738623d5f7..c7b554de015 100644
--- 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-salesforce</artifactId>
-            <version>4.20.0</version>
+            <version>4.21.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</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 48a21845a86..6350480daeb 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
@@ -565,7 +565,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.12</version>
+            <version>42.7.13</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 46fdb7dea73..a411c24f514 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -147,7 +147,7 @@
             <dependency>
                 <groupId>com.github.wnameless.json</groupId>
                 <artifactId>json-flattener</artifactId>
-                <version>0.18.1</version>
+                <version>0.18.2</version>
             </dependency>
             <dependency>
                 <groupId>io.krakens</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 8870da35ee2..a72c8512880 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.2.0</version>
+                <version>4.2.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
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 d102cd08abd..3374e1dd948 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.7.12</version>
+            <version>42.7.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 0bbd6b431a0..f3f5ddd0131 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.46.19</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.47.0</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 -->
 
@@ -164,18 +164,18 @@
 
         <!-- JVM languages and bytecode -->
         <aspectj.version>1.9.25.1</aspectj.version>
-        <groovy.version>5.0.6</groovy.version>
+        <groovy.version>5.0.7</groovy.version>
         <kotlin.version>2.4.0</kotlin.version>
 
         <!-- Logging and observability -->
-        <log4j2.version>2.26.0</log4j2.version>
+        <log4j2.version>2.26.1</log4j2.version>
         <logback.version>1.5.37</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.15.Final</netty.4.version>
+        <netty.4.version>4.2.16.Final</netty.4.version>
         <okhttp.version>5.4.0</okhttp.version>
         <okio.version>3.17.0</okio.version>
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>

Reply via email to