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 72df9f80bf5 NIFI-16372 Bump RabbitMQ to 5.36.0, Protobuf to 4.36.2,
Elastic to 9.5.4, and others (#11700)
72df9f80bf5 is described below
commit 72df9f80bf573bf9ea9b8469788fc8a96b765eec
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Sep 21 15:35:38 2026 +0200
NIFI-16372 Bump RabbitMQ to 5.36.0, Protobuf to 4.36.2, Elastic to 9.5.4,
and others (#11700)
- Protobuf from 4.36.1 to 4.36.2 -
https://github.com/protocolbuffers/protobuf/releases/tag/v36.2
- RabbitMQ client from 5.35.0 to 5.36.0 -
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.36.0
- Elasticsearch client from 9.5.3 to 9.5.4 -
https://github.com/elastic/elasticsearch-java/releases/tag/v9.5.4
- Greenmail from 2.1.13 to 2.1.14 -
https://github.com/greenmail-mail-test/greenmail/releases/tag/release-2.1.14
- JanusGraph from 1.2.0-20260818-222253.cbd6fc2 to
1.2.0-20260918-114752.9c2c304 - https://github.com/JanusGraph/janusgraph
- MongoDB driver from 5.11.1 to 5.12.0 -
https://github.com/mongodb/mongo-java-driver/releases/tag/r5.12.0
- Wire from 7.0.1 to 7.0.3 - https://square.github.io/wire/changelog/
- Apache Camel from 4.22.0 to 4.22.1 -
https://github.com/apache/camel/releases/tag/camel-4.22.1
- XMLUnit from 2.13.0 to 2.14.0 -
https://github.com/xmlunit/xmlunit/releases/tag/v2.14.0
- Apache Zookeeper from 3.9.5 to 3.9.6 -
https://github.com/apache/zookeeper/releases/tag/release-3.9.6
- FlywayDB from 13.6.0 to 13.7.0 -
https://github.com/flyway/flyway/releases/tag/flyway-13.7.0
- JLine from 4.4.3 to 4.4.5 -
https://github.com/jline/jline3/releases/tag/4.4.5
- AWS SDK from 2.54.17 to 2.55.1 -
https://github.com/aws/aws-sdk-java-v2/releases/tag/2.55.1
- zstd from 1.5.7-16 to 1.5.7-18 - https://github.com/luben/zstd-jni/tags
- Nimbus JOSE JWT from 10.9.1 to 10.10 -
https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt
- Maven Artifact Plugin from 3.6.1 to 3.7.0 -
https://github.com/apache/maven-artifact-plugin/releases/tag/maven-artifact-plugin-3.7.0
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
nifi-commons/nifi-calcite-utils/pom.xml | 2 +-
.../nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-aws-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +-
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 4 ++--
nifi-extension-bundles/nifi-mongodb-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +-
.../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 4 ++--
.../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-snowflake-bundle/pom.xml | 2 +-
.../nifi-record-serialization-services/pom.xml | 4 ++--
.../nifi-framework-zookeeper-bundle/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +-
pom.xml | 8 ++++----
17 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index c579f4a1be9..afcf272bab1 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -122,7 +122,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>4.36.1</version>
+ <version>4.36.2</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml
b/nifi-commons/nifi-calcite-utils/pom.xml
index c6557de9032..af38782a377 100644
--- a/nifi-commons/nifi-calcite-utils/pom.xml
+++ b/nifi-commons/nifi-calcite-utils/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>4.36.1</version>
+ <version>4.36.2</version>
</dependency>
</dependencies>
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 d672efb8341..65dee17eeb1 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.35.0</amqp-client.version>
+ <amqp-client.version>5.36.0</amqp-client.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 2efadee6402..1051b693ec3 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -28,7 +28,7 @@
<properties>
<guava.version>33.7.1-jre</guava.version>
- <protobuf.version>4.36.1</protobuf.version>
+ <protobuf.version>4.36.2</protobuf.version>
</properties>
<modules>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 3be7b83c528..f79a4489e1c 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -33,7 +33,7 @@ language governing permissions and limitations under the
License. -->
</modules>
<properties>
- <elasticsearch.client.version>9.5.3</elasticsearch.client.version>
+ <elasticsearch.client.version>9.5.4</elasticsearch.client.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 9e762eeb0ec..fdb5223878f 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -99,7 +99,7 @@
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
- <version>2.1.13</version>
+ <version>2.1.14</version>
<scope>test</scope>
<exclusions>
<exclusion>
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 a0543ebcd04..a78325b21ea 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-20260818-222253.cbd6fc2</janusgraph.version>
+ <janusgraph.version>1.2.0-20260918-114752.9c2c304</janusgraph.version>
<guava.version>33.7.1-jre</guava.version>
- <amqp-client.version>5.35.0</amqp-client.version>
+ <amqp-client.version>5.36.0</amqp-client.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
index 91a78970e36..84a70862324 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.11.1</mongo.driver.version>
+ <mongo.driver.version>5.12.0</mongo.driver.version>
</properties>
</project>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index 87520153251..e33af06f005 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
- <version>4.36.1</version>
+ <version>4.36.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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 460afee2793..bcd070fca60 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
@@ -26,8 +26,8 @@
<artifactId>nifi-protobuf-services</artifactId>
<properties>
- <protobuf.version>4.36.1</protobuf.version>
- <wire.version>7.0.1</wire.version>
+ <protobuf.version>4.36.2</protobuf.version>
+ <wire.version>7.0.3</wire.version>
</properties>
<dependencies>
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 62d03278ec4..7bf729910cc 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.22.0</version>
+ <version>4.22.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index 345c78320a7..7621af1fd90 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -22,7 +22,7 @@
<properties>
<guava.version>33.7.1-jre</guava.version>
- <protobuf.version>4.36.1</protobuf.version>
+ <protobuf.version>4.36.2</protobuf.version>
<grpc.version>1.84.0</grpc.version>
<snowflake-jdbc-thin.version>4.3.4</snowflake-jdbc-thin.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
index 227612682fc..a41c372dc9d 100755
---
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
@@ -130,13 +130,13 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
- <version>2.13.0</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
- <version>2.13.0</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git
a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-zookeeper-bundle/pom.xml
b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-zookeeper-bundle/pom.xml
index ffae166ccc5..b54d18915b6 100644
---
a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-zookeeper-bundle/pom.xml
+++
b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-zookeeper-bundle/pom.xml
@@ -24,7 +24,7 @@
<packaging>pom</packaging>
<properties>
- <zookeeper.version>3.9.5</zookeeper.version>
+ <zookeeper.version>3.9.6</zookeeper.version>
<curator.version>5.9.0</curator.version>
</properties>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 95331310bde..6356ae8f2f6 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.6.0</flyway.version>
+ <flyway.version>13.7.0</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.8.0.202609011348-r</jgit.version>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index addf5271dd7..49caabd4061 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.4.3</jline.version>
+ <jline.version>4.4.5</jline.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 84379ce49a3..e2494c177b4 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.17</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.55.1</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,7 +154,7 @@
<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-16</com.github.luben.zstd-jni.version>
+
<com.github.luben.zstd-jni.version>1.5.7-18</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>
@@ -186,7 +186,7 @@
<org.apache.sshd.version>2.19.0</org.apache.sshd.version>
<!-- Security -->
- <nimbus-jose-jwt.version>10.9.1</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>10.10</nimbus-jose-jwt.version>
<nimbus-oauth2-oidc.version>11.38.2</nimbus-oauth2-oidc.version>
<org.bouncycastle.version>1.86</org.bouncycastle.version>
<org.bouncycastle.provider.version>1.86</org.bouncycastle.provider.version>
@@ -1191,7 +1191,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.7.0</version>
</plugin>
</plugins>
</pluginManagement>