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 9371539493 NIFI-14642 Bump Jetty to 12.0.22, Netty to 4.2.2.Final, 
Bouncycastle to 1.81 and others (#9999)
9371539493 is described below

commit 93715394936d435cee9a594d8faaf48aad28312c
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Jun 10 17:36:25 2025 +0200

    NIFI-14642 Bump Jetty to 12.0.22, Netty to 4.2.2.Final, Bouncycastle to 
1.81 and others (#9999)
    
    - Maven Artifact from 3.9.9 to 3.9.10 - https://maven.apache.org/ref/3.9.10/
    - Elasticsearch Client from 8.18.1 to 8.18.2 - 
https://github.com/elastic/elasticsearch-java/releases/tag/v8.18.2
    - Gitlab4J from 6.0.0-rc.10 to 6.0.0 - 
https://github.com/gitlab4j/gitlab4j-api/releases/tag/6.0.0
    - Janusgraph from 1.2.0-20250509-104313.02c1bcb to 
1.2.0-20250608-090535.869f248 - 
https://github.com/JanusGraph/janusgraph/pkgs/container/janusgraph/433377497?tag=1.2.0-20250608-090535.869f248
    - HiveMQ MQTT Client from 1.3.5 to 1.3.6 - 
https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.6
    - Wire Java from 5.3.1 to 5.3.3 - 
https://github.com/square/wire/blob/master/CHANGELOG.md#version-533
    - FlywayDB fron 11.9.0 to 11.9.1 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.9.1
    - jGit from 7.2.1.202505142326-r to 7.3.0.202506031305-r - 
https://github.com/eclipse-jgit/jgit/releases/tag/v7.3.0.202506031305-r
    - AWS SDK v1 from 1.12.783 to 1.12.785 - 
https://github.com/aws/aws-sdk-java/releases/tag/1.12.785
    - AWS SDK v2 from 2.31.55 to 2.31.59 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Bouncycastle from 1.80 to 1.81 - 
https://www.bouncycastle.org/resources/bouncy-castle-releases-java-1-81-and-c-net-2-6-1/
    - Jetty from 12.0.21 to 12.0.22 - 
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.22
    - Netty from 4.2.1.Final to 4.2.2.Final - 
https://github.com/netty/netty/releases/tag/netty-4.2.2.Final
    - Caffeine from 3.2.0 to 3.2.1 - 
https://github.com/ben-manes/caffeine/releases/tag/v3.2.1
    - Exec Maven Plugin from 3.5.0 to 3.5.1 - 
https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.5.1
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-elasticsearch-client-service/pom.xml              |  2 +-
 nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml   |  2 +-
 nifi-extension-bundles/nifi-gitlab-bundle/pom.xml          |  2 +-
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml      |  2 +-
 .../nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml          |  2 +-
 .../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml    |  2 +-
 nifi-registry/pom.xml                                      |  4 ++--
 pom.xml                                                    | 14 +++++++-------
 8 files changed, 15 insertions(+), 15 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index af3e3d307c..65db599096 100644
--- 
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++ 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -151,7 +151,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.9.9</version>
+            <version>3.9.10</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 21c4bea102..0a48e38a2d 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>8.18.1</elasticsearch.client.version>
+        <elasticsearch.client.version>8.18.2</elasticsearch.client.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
index 9faa3e1980..1408c8a950 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.0.0-rc.10</gitlab4j-api.version>
+        <gitlab4j-api.version>6.0.0</gitlab4j-api.version>
     </properties>
 
     <modules>
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 f5b8a91250..7ea1b1a068 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
@@ -26,7 +26,7 @@
     <packaging>jar</packaging>
     <properties>
         <gremlin.version>3.7.3</gremlin.version>
-        <janusgraph.version>1.2.0-20250509-104313.02c1bcb</janusgraph.version>
+        <janusgraph.version>1.2.0-20250608-090535.869f248</janusgraph.version>
         <guava.version>33.4.8-jre</guava.version>
         <amqp-client.version>5.25.0</amqp-client.version>
     </properties>
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 84872a1e46..38e6157f5f 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.5</version>
+            <version>1.3.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
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 39fa1960e5..666a4c4ef4 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>3.25.8</protobuf.version>
-        <wire.version>5.3.1</wire.version>
+        <wire.version>5.3.3</wire.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 6d2de548de..8d172c0434 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,10 +36,10 @@
     </modules>
     <properties>
         <spring.boot.version>3.4.6</spring.boot.version>
-        <flyway.version>11.9.0</flyway.version>
+        <flyway.version>11.9.1</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
-        <jgit.version>7.2.1.202505142326-r</jgit.version>
+        <jgit.version>7.3.0.202506031305-r</jgit.version>
         <org.apache.sshd.version>2.15.0</org.apache.sshd.version>
     </properties>
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index f8a1a268d5..8c50117a77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,8 +109,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
-        <com.amazonaws.version>1.12.783</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.31.55</software.amazon.awssdk.version>
+        <com.amazonaws.version>1.12.785</com.amazonaws.version>
+        
<software.amazon.awssdk.version>2.31.59</software.amazon.awssdk.version>
         <gson.version>2.13.1</gson.version>
         
<io.fabric8.kubernetes.client.version>7.3.1</io.fabric8.kubernetes.client.version>
         <kotlin.version>2.1.21</kotlin.version>
@@ -128,13 +128,13 @@
         
<org.apache.commons.text.version>1.13.1</org.apache.commons.text.version>
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
-        <org.bouncycastle.version>1.80</org.bouncycastle.version>
+        <org.bouncycastle.version>1.81</org.bouncycastle.version>
         <pmd.version>7.10.0</pmd.version>
         <testcontainers.version>1.21.1</testcontainers.version>
         <org.slf4j.version>2.0.17</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <derby.version>10.17.1.0</derby.version>
-        <jetty.version>12.0.21</jetty.version>
+        <jetty.version>12.0.22</jetty.version>
         <jackson.bom.version>2.18.4</jackson.bom.version>
         <avro.version>1.11.4</avro.version>
         <jaxb.runtime.version>4.0.5</jaxb.runtime.version>
@@ -154,14 +154,14 @@
         <mockito.version>5.18.0</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.4</snakeyaml.version>
-        <netty.4.version>4.2.1.Final</netty.4.version>
+        <netty.4.version>4.2.2.Final</netty.4.version>
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.version>6.2.7</spring.version>
         <spring.security.version>6.4.6</spring.security.version>
         <swagger.annotations.version>2.2.32</swagger.annotations.version>
         <h2.version>2.3.232</h2.version>
         <zookeeper.version>3.9.3</zookeeper.version>
-        <caffeine.version>3.2.0</caffeine.version>
+        <caffeine.version>3.2.1</caffeine.version>
         <hapi.version>2.6.0</hapi.version>
         <commons.dbcp2.version>2.13.0</commons.dbcp2.version>
         <prometheus.version>0.16.0</prometheus.version>
@@ -681,7 +681,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <version>3.5.0</version>
+                    <version>3.5.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to