This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 8cdc83ee85 NIFI-13836 Dependency upgrades
8cdc83ee85 is described below
commit 8cdc83ee8566ef1f8c9112ae21ee8e33d3436131
Author: Ferenc Kis <[email protected]>
AuthorDate: Thu Oct 3 11:06:33 2024 +0200
NIFI-13836 Dependency upgrades
Signed-off-by: Matt Burgess <[email protected]>
This closes #9340
---
.mvn/wrapper/maven-wrapper.properties | 4 +-
minifi/pom.xml | 2 +-
.../nifi-property-protection-azure/pom.xml | 2 +-
nifi-commons/nifi-property-protection-gcp/pom.xml | 2 +-
nifi-nar-bundles/nifi-accumulo-bundle/pom.xml | 6 +--
nifi-nar-bundles/nifi-atlas-bundle/pom.xml | 4 +-
nifi-nar-bundles/nifi-aws-bundle/pom.xml | 2 +-
.../nifi-azure-processors/pom.xml | 2 +-
nifi-nar-bundles/nifi-azure-bundle/pom.xml | 8 ++--
.../nifi-cdc-mysql-processors/pom.xml | 2 +-
.../nifi-elasticsearch-client-service/pom.xml | 2 +-
.../nifi-evtx-bundle/nifi-evtx-processors/pom.xml | 2 +-
nifi-nar-bundles/nifi-framework-bundle/pom.xml | 10 ++---
.../nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 6 +++
nifi-nar-bundles/nifi-gcp-bundle/pom.xml | 4 +-
.../nifi-graph-test-clients/pom.xml | 4 +-
.../nifi-neo4j-cypher-service/pom.xml | 6 +--
.../nifi-other-graph-services/pom.xml | 2 +-
.../nifi-hadoop-libraries-bundle/pom.xml | 4 +-
.../nifi-hive-bundle/nifi-hive-test-utils/pom.xml | 2 +-
.../nifi-hive-bundle/nifi-hive3-processors/pom.xml | 2 +-
nifi-nar-bundles/nifi-hive-bundle/pom.xml | 4 +-
nifi-nar-bundles/nifi-iceberg-bundle/pom.xml | 4 +-
nifi-nar-bundles/nifi-iotdb-bundle/pom.xml | 2 +-
.../nifi-jms-bundle/nifi-jms-processors/pom.xml | 2 +-
.../nifi-opentelemetry-processors/pom.xml | 2 +-
nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +-
.../nifi-protobuf-services/pom.xml | 2 +-
nifi-nar-bundles/nifi-protobuf-bundle/pom.xml | 2 +-
.../nifi-provenance-repository-bundle/pom.xml | 2 +-
.../nifi-ranger-resources/pom.xml | 2 +-
nifi-nar-bundles/nifi-ranger-bundle/pom.xml | 4 +-
.../nifi-registry-service/pom.xml | 2 +-
nifi-nar-bundles/nifi-riemann-bundle/pom.xml | 2 +-
.../nifi-scripting-processors/pom.xml | 2 +-
.../nifi-slack-processors/pom.xml | 2 +-
nifi-nar-bundles/nifi-snowflake-bundle/pom.xml | 4 +-
nifi-nar-bundles/nifi-spark-bundle/pom.xml | 2 +-
nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml | 2 +-
.../nifi-standard-processors/pom.xml | 2 +-
.../processors/standard/util/TestSFTPTransfer.java | 2 +-
nifi-nar-bundles/nifi-standard-bundle/pom.xml | 8 ++--
.../nifi-hbase_2-client-service-bundle/pom.xml | 4 +-
.../nifi-hwx-schema-registry-bundle/pom.xml | 2 +-
.../nifi-lookup-services/pom.xml | 2 +-
nifi-registry/nifi-registry-core/pom.xml | 4 +-
.../nifi-registry-ranger/pom.xml | 4 +-
nifi-registry/pom.xml | 4 +-
nifi-toolkit/nifi-toolkit-admin/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-cli/pom.xml | 4 +-
nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml | 2 +-
.../nifi-toolkit-zookeeper-migrator/pom.xml | 4 +-
nifi-toolkit/pom.xml | 4 +-
pom.xml | 46 +++++++++++-----------
54 files changed, 111 insertions(+), 105 deletions(-)
diff --git a/.mvn/wrapper/maven-wrapper.properties
b/.mvn/wrapper/maven-wrapper.properties
index 346d645fd0..d58ddb0c76 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
-wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
+wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
diff --git a/minifi/pom.xml b/minifi/pom.xml
index 1e52bd08d0..eaf755f041 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -459,7 +459,7 @@ limitations under the License.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<!-- Override Commons Compiler 3.1.9 from calcite-core -->
diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml
b/nifi-commons/nifi-property-protection-azure/pom.xml
index ef88b6be8b..026ccd1ac6 100644
--- a/nifi-commons/nifi-property-protection-azure/pom.xml
+++ b/nifi-commons/nifi-property-protection-azure/pom.xml
@@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
- <version>1.2.25</version>
+ <version>1.2.28</version>
<scope>import</scope>
<type>pom</type>
</dependency>
diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml
b/nifi-commons/nifi-property-protection-gcp/pom.xml
index fe9cdec70b..8379149ea0 100644
--- a/nifi-commons/nifi-property-protection-gcp/pom.xml
+++ b/nifi-commons/nifi-property-protection-gcp/pom.xml
@@ -23,7 +23,7 @@
<artifactId>nifi-property-protection-gcp</artifactId>
<properties>
<gcp.sdk.version>26.40.0</gcp.sdk.version>
- <guava.version>32.1.2-jre</guava.version>
+ <guava.version>33.3.1-jre</guava.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index e5baf0328a..75736c69b7 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -20,7 +20,7 @@
<properties>
<accumulo.version>2.0.1</accumulo.version>
- <guava.version>32.1.2-jre</guava.version>
+ <guava.version>33.3.1-jre</guava.version>
</properties>
<artifactId>nifi-accumulo-bundle</artifactId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<!-- Override Hadoop from accumulo-core -->
<dependency>
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.10.1</version>
+ <version>2.11.0</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
index 6e2d4e9662..a13755eaa1 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
@@ -27,7 +27,7 @@
<properties>
<atlas.version>2.3.0</atlas.version>
- <guava.version>32.1.2-jre</guava.version>
+ <guava.version>33.3.1-jre</guava.version>
</properties>
<modules>
@@ -85,7 +85,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<!-- Override hadoop-common -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
index 8b462279e2..d04ad9868a 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index e946deabdb..fb4e82d894 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -198,7 +198,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
- <version>3.6.9</version>
+ <version>3.6.10</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index bffc25f584..975f438e6d 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -28,8 +28,8 @@
<properties>
<microsoft.azure-storage.version>8.6.6</microsoft.azure-storage.version>
- <azure.sdk.bom.version>1.2.26</azure.sdk.bom.version>
- <msal4j.version>1.16.1</msal4j.version>
+ <azure.sdk.bom.version>1.2.28</azure.sdk.bom.version>
+ <msal4j.version>1.16.2</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>
@@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<!-- Override Apache Qpid Proton J for Azure EventHubs to resolve
PROTON-2347 -->
<dependency>
@@ -72,7 +72,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index 39ef8ce58e..7fd3c57289 100644
---
a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++
b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -41,7 +41,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.29.0</version>
+ <version>0.29.2</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index 7569653258..126b03141d 100644
---
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -163,7 +163,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>3.9.6</version>
+ <version>3.9.9</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index 332d58faca..852a59d49d 100644
--- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 82376024bf..4a249229ac 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -23,8 +23,8 @@
<packaging>pom</packaging>
<description>NiFi: Framework Bundle</description>
<properties>
- <curator.version>5.6.0</curator.version>
- <guava.version>32.1.2-jre</guava.version>
+ <curator.version>5.7.0</curator.version>
+ <guava.version>33.3.1-jre</guava.version>
<tika.version>2.9.2</tika.version>
<org.opensaml.version>4.3.0</org.opensaml.version>
</properties>
@@ -236,7 +236,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>74.2</version>
+ <version>75.1</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
@@ -272,7 +272,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
@@ -459,7 +459,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.25</version>
+ <version>4.2.27</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index dcf6b34a4e..1b2449b293 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -88,6 +88,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
index 93e0ab02ae..56c5238b62 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
@@ -27,7 +27,7 @@
<packaging>pom</packaging>
<properties>
- <google.libraries.version>26.43.0</google.libraries.version>
+ <google.libraries.version>26.47.0</google.libraries.version>
</properties>
<dependencyManagement>
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index bcb1a22449..bb8d6434bc 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,9 +25,9 @@
<artifactId>nifi-graph-test-clients</artifactId>
<packaging>jar</packaging>
<properties>
- <gremlin.version>3.7.1</gremlin.version>
+ <gremlin.version>3.7.2</gremlin.version>
<janusgraph.version>0.6.3</janusgraph.version>
- <guava.version>32.1.2-jre</guava.version>
+ <guava.version>33.3.1-jre</guava.version>
<amqp-client.version>5.20.0</amqp-client.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 684b776563..70778655c9 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<properties>
- <neo4j.driver.version>4.4.12</neo4j.driver.version>
+ <neo4j.driver.version>4.4.18</neo4j.driver.version>
<neo4j.docker.version>4.4</neo4j.docker.version>
</properties>
@@ -140,8 +140,8 @@
intend to do a full build of NiFi with Java 17! -->
<id>neo4j-5</id>
<properties>
- <neo4j.driver.version>5.23.0</neo4j.driver.version>
- <neo4j.docker.version>5.19</neo4j.docker.version>
+ <neo4j.driver.version>5.25.0</neo4j.driver.version>
+ <neo4j.docker.version>5.23</neo4j.docker.version>
</properties>
</profile>
</profiles>
diff --git
a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index c18319d1fe..6144f76845 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<properties>
- <gremlin.version>3.7.1</gremlin.version>
+ <gremlin.version>3.7.2</gremlin.version>
</properties>
<dependencies>
<dependency>
diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 43a13e856c..df84c2d6f0 100644
--- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -37,13 +37,13 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<!-- Override Guava 27 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml
b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml
index ad34cbd589..16dca26705 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml
@@ -94,7 +94,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
index b01bd79d60..ce2a24b65c 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
@@ -26,7 +26,7 @@
<packaging>jar</packaging>
<properties>
- <curator.version>5.6.0</curator.version>
+ <curator.version>5.7.0</curator.version>
</properties>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index bc2ee09c4d..895a118f81 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -106,13 +106,13 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop-bundle</artifactId>
- <version>1.13.0</version>
+ <version>1.13.1</version>
</dependency>
<!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<!-- Override Jettison from Hive -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index 64955bc17f..606e1ac384 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.40</version>
+ <version>9.41.2</version>
</dependency>
<!-- Override Hadoop 3.1.0 -->
<dependency>
@@ -107,7 +107,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.2.1-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<!-- Override Groovy from hive-exec -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml
b/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml
index eec78449c4..77373324aa 100644
--- a/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml
@@ -31,7 +31,7 @@
</modules>
<properties>
- <iotdb.sdk.version>1.3.0</iotdb.sdk.version>
+ <iotdb.sdk.version>1.3.2</iotdb.sdk.version>
</properties>
<dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index e24a862e82..31d4046fd2 100644
--- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git
a/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
b/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
index 33bdfc5ccd..f1965c9249 100644
---
a/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
+++
b/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>io.opentelemetry.proto</groupId>
<artifactId>opentelemetry-proto</artifactId>
- <version>1.1.0-alpha</version>
+ <version>1.3.2-alpha</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
index 9ffb0bedd2..acfac87419 100644
--- a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-nar-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
b/nifi-nar-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
index 551cbac04f..66ef3cf605 100644
--- a/nifi-nar-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
+++ b/nifi-nar-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
@@ -24,7 +24,7 @@
<artifactId>nifi-protobuf-services</artifactId>
<properties>
- <protobuf.version>3.25.1</protobuf.version>
+ <protobuf.version>3.25.5</protobuf.version>
<wire.version>5.0.0</wire.version>
</properties>
diff --git a/nifi-nar-bundles/nifi-protobuf-bundle/pom.xml
b/nifi-nar-bundles/nifi-protobuf-bundle/pom.xml
index 25c3167f6c..9321d24a25 100644
--- a/nifi-nar-bundles/nifi-protobuf-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-protobuf-bundle/pom.xml
@@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
index aa32a94bf4..7ceb106d5e 100644
--- a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
@@ -27,7 +27,7 @@
<module>nifi-provenance-repository-nar</module>
</modules>
<properties>
- <lucene.version>8.11.3</lucene.version>
+ <lucene.version>8.11.4</lucene.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
index 2ad6fb67cf..15f21b08e9 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.10.1</version>
+ <version>2.11.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
index 52a58e393a..9d0a6d20b3 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
@@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<!-- Override Jettison from Ranger -->
<dependency>
diff --git
a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
index f736b899ec..ca1ac0f898 100644
--- a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
+++ b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
@@ -55,7 +55,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-riemann-bundle/pom.xml
b/nifi-nar-bundles/nifi-riemann-bundle/pom.xml
index cd4653d0d0..5c7ab10fe5 100644
--- a/nifi-nar-bundles/nifi-riemann-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-riemann-bundle/pom.xml
@@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.23.0</version>
+ <version>3.25.5</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index 3b6b19b4c3..5bc8aef592 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
- <version>9.4.2.0</version>
+ <version>9.4.8.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 7837cb7690..f369bd0dd2 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -34,7 +34,7 @@
<dependency>
<groupId>com.slack.api</groupId>
<artifactId>bolt-socket-mode</artifactId>
- <version>1.42.0</version>
+ <version>1.43.1</version>
</dependency>
<!-- Required by bolt-socket-mode but the library itself doesn't have
the dependency. -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
index 907b864b73..a29de5ea69 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -36,13 +36,13 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
- <version>2.1.0</version>
+ <version>2.2.2</version>
</dependency>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<!-- please check snowflake-ingest-sdk compatibility before
upgrade -->
- <version>3.14.5</version>
+ <version>3.19.0</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-spark-bundle/pom.xml
b/nifi-nar-bundles/nifi-spark-bundle/pom.xml
index c932f0bb3e..cf3a2a08e5 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
index 36c61e46e2..53e088b9d0 100644
--- a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
@@ -22,7 +22,7 @@
<artifactId>nifi-sql-reporting-bundle</artifactId>
<packaging>pom</packaging>
<properties>
- <guava.version>32.1.2-jre</guava.version>
+ <guava.version>33.3.1-jre</guava.version>
</properties>
<modules>
<module>nifi-sql-reporting-tasks</module>
diff --git
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 120774504c..edaa754a7b 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -241,7 +241,7 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
diff --git
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestSFTPTransfer.java
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestSFTPTransfer.java
index 40f223714f..184ab51fd5 100644
---
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestSFTPTransfer.java
+++
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/util/TestSFTPTransfer.java
@@ -260,7 +260,7 @@ public class TestSFTPTransfer {
when(processContext.getProperty(eq(FileTransfer.REMOTE_PATH))).thenReturn(new
MockPropertyValue("."));
try (SFTPClient sftpClient = mock(SFTPClient.class)) {
- when(sftpClient.ls(any(), any())).then(invocation -> {
+ when(sftpClient.ls(any(),
any(RemoteResourceFilter.class))).then(invocation -> {
final Map<String, String> extended = new LinkedHashMap<>();
final List<RemoteResourceInfo> list = new ArrayList<>();
list.add(new RemoteResourceInfo(
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 97f2cf3340..35f1b3cc1e 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -106,7 +106,7 @@
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
- <version>0.38.0</version>
+ <version>0.39.0</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
@@ -136,7 +136,7 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
- <version>1.16.0</version>
+ <version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
@@ -277,12 +277,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2</version>
</dependency>
<!-- Override Commons Compiler 3.1.9 from calcite-core -->
<dependency>
diff --git
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
index f97df91ea2..4b9eec9fbd 100644
---
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
+++
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<!-- Override woodstox-core 5.3.0 from HBase -->
<dependency>
@@ -78,7 +78,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
index 20d96260b0..01c057c9f9 100644
---
a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
+++
b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.0.1-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index 6672ea8163..b43042f6a8 100644
---
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.10.1</version>
+ <version>2.11.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git a/nifi-registry/nifi-registry-core/pom.xml
b/nifi-registry/nifi-registry-core/pom.xml
index f675b72635..7548f809d5 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -110,12 +110,12 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
index f4dc4e1915..887f572c2f 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
@@ -58,13 +58,13 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<!-- Override Guava 27 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.1.2-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 6de3b03399..e9510d327f 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -213,12 +213,12 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.10.1</version>
+ <version>2.11.0</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-toolkit/nifi-toolkit-admin/pom.xml
b/nifi-toolkit/nifi-toolkit-admin/pom.xml
index 13dce652c2..d64dec7418 100644
--- a/nifi-toolkit/nifi-toolkit-admin/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-admin/pom.xml
@@ -44,7 +44,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.0.1-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 55e8aae87f..8e36257115 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,8 +24,8 @@
<description>Tooling to make tls configuration easier</description>
<properties>
- <guava.version>32.1.2-jre</guava.version>
- <jline.version>3.26.3</jline.version>
+ <guava.version>33.3.1-jre</guava.version>
+ <jline.version>3.27.0</jline.version>
</properties>
<build>
diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
index 4dfe113216..b0a146b61d 100644
--- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.10.1</version>
+ <version>2.11.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
index a98f52f8fb..6f88165f47 100644
--- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml
@@ -24,7 +24,7 @@
<version>1.28.0-SNAPSHOT</version>
</parent>
<properties>
- <curator.version>5.6.0</curator.version>
+ <curator.version>5.7.0</curator.version>
</properties>
<dependencies>
<dependency>
@@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>32.0.1-jre</version>
+ <version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/nifi-toolkit/pom.xml b/nifi-toolkit/pom.xml
index 7f65fd923d..38e4a10734 100644
--- a/nifi-toolkit/pom.xml
+++ b/nifi-toolkit/pom.xml
@@ -36,7 +36,7 @@
<module>nifi-toolkit-kafka-migrator</module>
</modules>
<properties>
- <toolkit.groovy.version>3.0.21</toolkit.groovy.version>
+ <toolkit.groovy.version>3.0.22</toolkit.groovy.version>
</properties>
<dependencyManagement>
<dependencies>
@@ -77,7 +77,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.37.3</version>
+ <version>9.41.2</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 7ed313598e..52e4bc60b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,51 +104,51 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
- <com.amazonaws.version>1.12.770</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.27.14</software.amazon.awssdk.version>
- <gson.version>2.10.1</gson.version>
+ <com.amazonaws.version>1.12.772</com.amazonaws.version>
+
<software.amazon.awssdk.version>2.27.24</software.amazon.awssdk.version>
+ <gson.version>2.11.0</gson.version>
<kotlin.version>1.9.25</kotlin.version>
<okhttp.version>4.12.0</okhttp.version>
- <okio.version>3.9.0</okio.version>
+ <okio.version>3.9.1</okio.version>
<org.apache.commons.cli.version>1.9.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.27.1</org.apache.commons.compress.version>
-
<com.github.luben.zstd-jni.version>1.5.6-4</com.github.luben.zstd-jni.version>
-
<org.apache.commons.lang3.version>3.16.0</org.apache.commons.lang3.version>
- <org.apache.commons.net.version>3.10.0</org.apache.commons.net.version>
- <org.apache.commons.io.version>2.16.1</org.apache.commons.io.version>
+
<com.github.luben.zstd-jni.version>1.5.6-6</com.github.luben.zstd-jni.version>
+
<org.apache.commons.lang3.version>3.17.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.17.0</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.1</testcontainers.version>
- <org.slf4j.version>2.0.15</org.slf4j.version>
+ <testcontainers.version>1.20.2</testcontainers.version>
+ <org.slf4j.version>2.0.16</org.slf4j.version>
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
<ranger.version>2.4.0</ranger.version>
<ranger.solr.version>8.11.3</ranger.solr.version>
- <jetty.version>9.4.54.v20240208</jetty.version>
- <jackson.bom.version>2.17.2</jackson.bom.version>
- <avro.version>1.11.3</avro.version>
+ <jetty.version>9.4.56.v20240826</jetty.version>
+ <jackson.bom.version>2.18.0</jackson.bom.version>
+ <avro.version>1.11.4</avro.version>
<jaxb.runtime.version>2.3.9</jaxb.runtime.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
<json.smart.version>2.5.1</json.smart.version>
- <nifi.groovy.version>3.0.21</nifi.groovy.version>
+ <nifi.groovy.version>3.0.22</nifi.groovy.version>
<groovy.eclipse.batch.version>3.0.8-01</groovy.eclipse.batch.version>
- <surefire.version>3.2.5</surefire.version>
+ <surefire.version>3.5.0</surefire.version>
<hadoop.version>3.4.0</hadoop.version>
<ozone.version>1.2.1</ozone.version>
- <gcs.version>2.1.5</gcs.version>
+ <gcs.version>2.1.9</gcs.version>
<aspectj.version>1.9.6</aspectj.version>
- <jersey.bom.version>2.43</jersey.bom.version>
- <log4j2.version>2.23.1</log4j2.version>
+ <jersey.bom.version>2.45</jersey.bom.version>
+ <log4j2.version>2.24.1</log4j2.version>
<mockito.version>4.11.0</mockito.version>
<logback.version>1.3.14</logback.version>
<netty.3.version>3.10.6.Final</netty.3.version>
- <snakeyaml.version>2.2</snakeyaml.version>
- <netty.4.version>4.1.112.Final</netty.4.version>
- <spring.version>5.3.37</spring.version>
- <spring.security.version>5.8.13</spring.security.version>
+ <snakeyaml.version>2.3</snakeyaml.version>
+ <netty.4.version>4.1.113.Final</netty.4.version>
+ <spring.version>5.3.39</spring.version>
+ <spring.security.version>5.8.14</spring.security.version>
<swagger.annotations.version>1.6.14</swagger.annotations.version>
<h2.version>2.2.224</h2.version>
<zookeeper.version>3.9.2</zookeeper.version>
@@ -328,7 +328,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.10.2</version>
+ <version>5.11.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>