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 3096c983f5 NIFI-13648 Upgraded Jetty to 12.0.12 along with other 
common dependencies
3096c983f5 is described below

commit 3096c983f51662e76551f91cda5dcbbc981bb1c0
Author: Joseph Witt <[email protected]>
AuthorDate: Fri Aug 9 11:14:01 2024 -0700

    NIFI-13648 Upgraded Jetty to 12.0.12 along with other common dependencies
    
    - Upgraded AWS SDK from 1.12.762 to 1.12.767
    - Upgraded AWSK SDK from 2.26.21 to 2.27.1
    - Upgraded zstd-jni from 1.5.6-3 to 1.5.6-4
    - Upgraded excel-streaming-reader from 4.4.0 to 5.0.2
    - Upgraded azure-sdk-bom from 1.2.25 to 1.2.26
    - Upgraded json-schema-validator from 1.5.0 to 1.5.1
    - Upgraded oauth2-oidc-sdk from 11.13 to 11.14
    - Upgraded Fabric8 Kubernetes Client from 6.13.1 to 6.13.2
    - Upgraded commons-compress from 1.26.2 to 1.27.0
    - Upgraded commons-lang3 from 3.15.0 to 3.16.0
    - Upgraded Apache SSHD from 2.13.1 to 2.13.2
    - Upgraded Jetty from 12.0.11 to 12.0.12
    - Upgraded Elasticsearch Client from 8.14.3 to 8.15.0
    - Upgraded Jersey from 3.1.7 to 3.1.8
    - Upgraded SLF4J from 2.0.13 to 2.0.15
    - Upgraded Testcontainers from 1.20.0 to 1.20.1
    - Upgraded org.tukaani xz from 1.9 to 1.10
    - Upgraded snappy-java from 1.1.10.5 to 1.1.10.6
    - Upgraded google-api-services-drive from v3-rev20240628-2.0.0 to 
v3-rev20240730-2.0.0
    - Upgraded Hazelcast from 5.4.0 to 5.5.0
    - Upgraded Azure Kusto from 5.1.0 to 5.1.1
    - Upgraded ActiveMQ from 6.1.2 to 6.1.3
    - Upgraded Clojure from 1.11.3 to 1.11.4
    - Upgraded FlywayDB from 10.16.0 to 10.17.0
    - Upgraded MongoDB from 4.11.2 to 4.11.3
    - Upgraded Neo4j from 5.22.0 to 5.23.0
    
    This closes #9167
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-code-coverage/pom.xml                         |  2 +-
 .../nifi-azure-processors/pom.xml                  |  4 ++--
 nifi-extension-bundles/nifi-azure-bundle/pom.xml   |  2 +-
 .../nifi-compress-processors/pom.xml               |  2 +-
 .../nifi-elasticsearch-bundle/pom.xml              |  4 ++--
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml    |  2 +-
 .../nifi-neo4j-cypher-service/pom.xml              |  2 +-
 .../nifi-hazelcast-services/pom.xml                |  2 +-
 .../nifi-jms-bundle/nifi-jms-processors/pom.xml    |  2 +-
 nifi-extension-bundles/nifi-mongodb-bundle/pom.xml |  2 +-
 nifi-extension-bundles/nifi-poi-bundle/pom.xml     |  2 +-
 .../nifi-registry-service/pom.xml                  |  2 +-
 .../nifi-scripting-processors/pom.xml              |  2 +-
 .../nifi-standard-processors/pom.xml               |  2 +-
 .../nifi-standard-bundle/pom.xml                   |  6 +++---
 .../nifi-record-serialization-services/pom.xml     |  2 +-
 nifi-framework-bundle/pom.xml                      |  2 +-
 nifi-registry/nifi-registry-core/pom.xml           |  2 +-
 nifi-registry/pom.xml                              |  4 ++--
 pom.xml                                            | 22 +++++++++++-----------
 20 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 6f6ac3307a..a8cfbd925f 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -28,7 +28,7 @@
 
     <properties>
         <ant.version>1.10.14</ant.version>
-        <org.apache.sshd.version>2.13.1</org.apache.sshd.version>
+        <org.apache.sshd.version>2.13.2</org.apache.sshd.version>
         <mime4j.version>0.8.11</mime4j.version>
     </properties>
 
diff --git 
a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index 83c08e9146..b69b63e7a3 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -128,12 +128,12 @@
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-data</artifactId>
-            <version>5.1.0</version>
+            <version>5.1.1</version>
         </dependency>
         <dependency>
             <groupId>com.microsoft.azure.kusto</groupId>
             <artifactId>kusto-ingest</artifactId>
-            <version>5.1.0</version>
+            <version>5.1.1</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 2a9d4a84a7..10379202dd 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -28,7 +28,7 @@
 
     <properties>
         <!-- when changing the Azure SDK version, also update msal4j to the 
version that is required by azure-identity -->
-        <azure.sdk.bom.version>1.2.25</azure.sdk.bom.version>
+        <azure.sdk.bom.version>1.2.26</azure.sdk.bom.version>
         <msal4j.version>1.16.1</msal4j.version>
         <qpid.proton.version>0.34.1</qpid.proton.version>
     </properties>
diff --git 
a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml 
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 2f5e9a26f7..e789f57512 100644
--- 
a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -48,7 +48,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>org.tukaani</groupId>
             <artifactId>xz</artifactId>
-            <version>1.9</version>
+            <version>1.10</version>
         </dependency>
         <dependency>
             <groupId>org.xerial.snappy</groupId>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index b369b2d5a0..b4f5c6eb85 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.14.3</elasticsearch.client.version>
+        <elasticsearch.client.version>8.15.0</elasticsearch.client.version>
     </properties>
 
     <dependencyManagement>
@@ -88,7 +88,7 @@ language governing permissions and limitations under the 
License. -->
             </activation>
             <properties>
                 <!-- also update the default Elasticsearch version in 
nifi-elasticsearch-test-utils#src/main/java/org/apache/nifi/elasticsearch/integration/AbstractElasticsearchITBase.java-->
-                <elasticsearch_docker_image>8.14.3</elasticsearch_docker_image>
+                <elasticsearch_docker_image>8.15.0</elasticsearch_docker_image>
                 
<elasticsearch.elastic.password>s3cret</elasticsearch.elastic.password>
             </properties>
             <build>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index d0185d2a96..c1685fc203 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -125,7 +125,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20240628-2.0.0</version>
+            <version>v3-rev20240730-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
diff --git 
a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index dbbcfc42d3..fc7c31b389 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <neo4j.driver.version>5.22.0</neo4j.driver.version>
+        <neo4j.driver.version>5.23.0</neo4j.driver.version>
         <neo4j.docker.version>5.19</neo4j.docker.version>
     </properties>
 
diff --git 
a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml 
b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
index 611439a28e..44e3d8897b 100644
--- 
a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
+++ 
b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>com.hazelcast</groupId>
             <artifactId>hazelcast</artifactId>
-            <version>5.4.0</version>
+            <version>5.5.0</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml 
b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index 9eefb8e082..15b36f7e7c 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -19,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <activemq.version>6.1.2</activemq.version>
+        <activemq.version>6.1.3</activemq.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml 
b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
index e2a071fdbd..16f2ffb6fd 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>4.11.2</mongo.driver.version>
+        <mongo.driver.version>4.11.3</mongo.driver.version>
     </properties>
 </project>
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml 
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index d6046725ba..8561a28974 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -45,7 +45,7 @@
             <dependency>
                 <groupId>com.github.pjfanning</groupId>
                 <artifactId>excel-streaming-reader</artifactId>
-                <version>4.4.0</version>
+                <version>5.0.2</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git 
a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml 
b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
index 482ffb1b77..ab42aeb6a0 100644
--- a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
+++ b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
@@ -57,7 +57,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.networknt</groupId>
             <artifactId>json-schema-validator</artifactId>
-            <version>1.5.0</version>
+            <version>1.5.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git 
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
 
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index 33fb24c6fe..6be996bf1e 100644
--- 
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.clojure</groupId>
             <artifactId>clojure</artifactId>
-            <version>1.11.3</version>
+            <version>1.11.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</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 ce2c8bd71f..1a006285d4 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
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-common</artifactId>
-            <version>2.13.1</version>
+            <version>2.13.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 8383f0bf34..c2d94d5350 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -33,7 +33,7 @@
         <module>nifi-standard-nar</module>
     </modules>
     <properties>
-        <org.apache.sshd.version>2.13.1</org.apache.sshd.version>
+        <org.apache.sshd.version>2.13.2</org.apache.sshd.version>
         <tika.version>2.9.2</tika.version>
     </properties>
     <dependencyManagement>
@@ -112,7 +112,7 @@
             <dependency>
                 <groupId>org.tukaani</groupId>
                 <artifactId>xz</artifactId>
-                <version>1.9</version>
+                <version>1.10</version>
             </dependency>
             <dependency>
                 <groupId>net.sf.saxon</groupId>
@@ -231,7 +231,7 @@
             <dependency>
                 <groupId>com.networknt</groupId>
                 <artifactId>json-schema-validator</artifactId>
-                <version>1.5.0</version>
+                <version>1.5.1</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
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 954d0b9d80..7e1b368012 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
@@ -172,7 +172,7 @@
         <dependency>
             <groupId>org.tukaani</groupId>
             <artifactId>xz</artifactId>
-            <version>1.9</version>
+            <version>1.10</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 861462dd2c..3878c8dba1 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -113,7 +113,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>oauth2-oidc-sdk</artifactId>
-                <version>11.13</version>
+                <version>11.14</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/nifi-registry-core/pom.xml 
b/nifi-registry/nifi-registry-core/pom.xml
index 3b55b30a16..134ce1ceff 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -104,7 +104,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>oauth2-oidc-sdk</artifactId>
-                <version>11.13</version>
+                <version>11.14</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index f083761840..1d4a709c8b 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,11 +36,11 @@
     </modules>
     <properties>
         <spring.boot.version>3.3.2</spring.boot.version>
-        <flyway.version>10.16.0</flyway.version>
+        <flyway.version>10.17.0</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>6.10.0.202406032230-r</jgit.version>
-        <org.apache.sshd.version>2.13.1</org.apache.sshd.version>
+        <org.apache.sshd.version>2.13.2</org.apache.sshd.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git a/pom.xml b/pom.xml
index dd18e7a957..f248106962 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,30 +109,30 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
-        <com.amazonaws.version>1.12.762</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.26.21</software.amazon.awssdk.version>
+        <com.amazonaws.version>1.12.767</com.amazonaws.version>
+        <software.amazon.awssdk.version>2.27.1</software.amazon.awssdk.version>
         <gson.version>2.10.1</gson.version>
-        
<io.fabric8.kubernetes.client.version>6.13.1</io.fabric8.kubernetes.client.version>
+        
<io.fabric8.kubernetes.client.version>6.13.2</io.fabric8.kubernetes.client.version>
         <kotlin.version>1.9.25</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
         <okio.version>3.9.0</okio.version>
         <org.apache.commons.cli.version>1.8.0</org.apache.commons.cli.version>
         
<org.apache.commons.codec.version>1.17.1</org.apache.commons.codec.version>
-        
<org.apache.commons.compress.version>1.26.2</org.apache.commons.compress.version>
-        
<com.github.luben.zstd-jni.version>1.5.6-3</com.github.luben.zstd-jni.version>
+        
<org.apache.commons.compress.version>1.27.0</org.apache.commons.compress.version>
+        
<com.github.luben.zstd-jni.version>1.5.6-4</com.github.luben.zstd-jni.version>
         
<org.apache.commons.configuration.version>2.11.0</org.apache.commons.configuration.version>
-        
<org.apache.commons.lang3.version>3.15.0</org.apache.commons.lang3.version>
+        
<org.apache.commons.lang3.version>3.16.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.11.1</org.apache.commons.net.version>
         <org.apache.commons.io.version>2.16.1</org.apache.commons.io.version>
         
<org.apache.commons.text.version>1.12.0</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.78.1</org.bouncycastle.version>
-        <testcontainers.version>1.20.0</testcontainers.version>
-        <org.slf4j.version>2.0.13</org.slf4j.version>
+        <testcontainers.version>1.20.1</testcontainers.version>
+        <org.slf4j.version>2.0.15</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.11</jetty.version>
+        <jetty.version>12.0.12</jetty.version>
         <jackson.bom.version>2.17.2</jackson.bom.version>
         <avro.version>1.11.3</avro.version>
         <jaxb.runtime.version>4.0.5</jaxb.runtime.version>
@@ -146,7 +146,7 @@
         <ozone.version>1.2.1</ozone.version>
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.22.1</aspectj.version>
-        <jersey.bom.version>3.1.7</jersey.bom.version>
+        <jersey.bom.version>3.1.8</jersey.bom.version>
         <log4j2.version>2.23.1</log4j2.version>
         <logback.version>1.5.6</logback.version>
         <mockito.version>5.12.0</mockito.version>
@@ -441,7 +441,7 @@
             <dependency>
                 <groupId>org.xerial.snappy</groupId>
                 <artifactId>snappy-java</artifactId>
-                <version>1.1.10.5</version>
+                <version>1.1.10.6</version>
             </dependency>
             <!-- Override Log4j 2 libraries for transitive dependencies -->
             <dependency>

Reply via email to