This is an automated email from the ASF dual-hosted git repository.
pvillard 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 1c9f083682 NIFI-14056 bumped box, aws, com.fasterxml, and many other
dependencies
1c9f083682 is described below
commit 1c9f083682518fd948f68f4a7ae997f53276bda2
Author: Joseph Witt <[email protected]>
AuthorDate: Sun Dec 1 18:13:20 2024 -0700
NIFI-14056 bumped box, aws, com.fasterxml, and many other dependencies
- com.amazonaws 1.12.778 1.12.779
- box-java-sdk 4.12.0 4.13.1
- <changed com.fasterxml.jackson bom>
com.fasterxml.jackson.core 2.18.1 2.18.2
com.fasterxml.jackson.dataformat 2.18.1 2.18.2
com.fasterxml.jackson.datatype 2.18.1 2.18.2
com.fasterxml.jackson.jakarta.rs 2.18.1 2.18.2
com.fasterxml.jackson.jaxrs 2.18.1 2.18.2
com.fasterxml.jackson.jr 2.18.1 2.18.2
com.fasterxml.jackson.module 2.18.1 2.18.2
- com.networknt json-schema-validator 1.5.2 1.5.4
- com.nimbusds nimbus-jose-jwt 9.42 9.47
- io.dropwizard.metrics metrics-core 4.2.28 4.2.29
- io.projectreactor.netty reactor-netty-http 1.1.23 1.1.24
1.2.0
- software.amazon.awssdk 2.29.22 2.29.23
- com.google.apis google-api-services-drive
v3-rev20240914-2.0.0 v3-rev20241027-2.0.0
- com.icegreen 2.1.1 2.1.2
- com.rabbitmq amqp-client 5.22.0 5.23.0
- io.projectreactor 3.6.11 3.7.0
- org.apache.activemq 6.1.3 6.1.4
- org.apache.parquet 1.14.3 1.14.4
- org.flywaydb 10.20.1 11.0.0
- org.gitlab4j 6.0.0-rc.6 6.0.0-rc.7
- org.mariadb.jdbc 3.5.0 3.5.1
- org.neo4j.driver 5.26.3 5.27.0
- org.springframework.boot 3.3.5 3.3.6
Signed-off-by: Pierre Villard <[email protected]>
This closes #9559.
---
nifi-code-coverage/pom.xml | 2 +-
nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +-
.../nifi-azure-bundle/nifi-azure-processors/pom.xml | 4 ++--
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-box-bundle/pom.xml | 2 +-
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-gitlab-bundle/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml | 2 +-
.../nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml | 2 +-
.../nifi-parquet-bundle/nifi-parquet-processors/pom.xml | 4 ++--
.../nifi-registry-bundle/nifi-registry-service/pom.xml | 2 +-
.../nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 2 +-
nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
nifi-registry/nifi-registry-core/pom.xml | 2 +-
nifi-registry/pom.xml | 4 ++--
pom.xml | 4 ++--
21 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index bdc475033e..2c346556a6 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -89,7 +89,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.1.23</version>
+ <version>1.2.0</version>
</dependency>
<!-- SSHD from Registry and other modules -->
<dependency>
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 3023c09729..dffd9de2b8 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.22.0</amqp-client.version>
+ <amqp-client.version>5.23.0</amqp-client.version>
</properties>
<dependencies>
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 88db9bfda9..0894a74ab6 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
@@ -111,7 +111,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
- <version>3.6.11</version>
+ <version>3.7.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
@@ -191,7 +191,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
- <version>3.6.11</version>
+ <version>3.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 43a3cba2ab..94a76f42aa 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.42</version>
+ <version>9.47</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index 98adcc9092..17551ea7c1 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>com.box</groupId>
<artifactId>box-java-sdk</artifactId>
- <version>4.12.0</version>
+ <version>4.13.1</version>
</dependency>
</dependencies>
</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 33e043e1bf..4e1ae364fc 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.1</version>
+ <version>2.1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git
a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
index 0a6a381c54..0233044f6c 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.42</version>
+ <version>9.47</version>
</dependency>
</dependencies>
<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 da1b6cddc9..b8300190b6 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
@@ -127,7 +127,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
- <version>v3-rev20240914-2.0.0</version>
+ <version>v3-rev20241027-2.0.0</version>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>
diff --git a/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
b/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
index 3e4ac4feef..a8e05b3303 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.6</gitlab4j-api.version>
+ <gitlab4j-api.version>6.0.0-rc.7</gitlab4j-api.version>
</properties>
<modules>
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 2be5a15a3e..a9184f7d71 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.26.3</neo4j.driver.version>
+ <neo4j.driver.version>5.27.0</neo4j.driver.version>
<neo4j.docker.version>5.19</neo4j.docker.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
index abeda91341..3f5963cbe2 100644
--- a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
@@ -166,7 +166,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.42</version>
+ <version>9.47</version>
</dependency>
</dependencies>
diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 4f47cdd5e9..9597625c2e 100644
--- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.42</version>
+ <version>9.47</version>
</dependency>
<!-- Override Guava 27 -->
<dependency>
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 1b740e5a02..0ef015dfbc 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.3</activemq.version>
+ <activemq.version>6.1.4</activemq.version>
</properties>
<dependencies>
diff --git
a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
index 8de707d8bc..42d039d5c1 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
@@ -71,7 +71,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.42</version>
+ <version>9.47</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
- <version>1.14.3</version>
+ <version>1.14.4</version>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
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 f503dce998..0e1de305a8 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.2</version>
+ <version>1.5.4</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
index 20706f5679..9b235e2168 100644
---
a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
@@ -92,7 +92,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.42</version>
+ <version>9.47</version>
</dependency>
</dependencies>
<build>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index c622dbed5b..78acfb779d 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -309,7 +309,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.28</version>
+ <version>4.2.29</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
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 feb3704122..d1706de83b 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
diff --git a/nifi-registry/nifi-registry-core/pom.xml
b/nifi-registry/nifi-registry-core/pom.xml
index d5da1ca461..824b4c9abc 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>9.42</version>
+ <version>9.47</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index aa0fcc34ab..705302dade 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,8 +35,8 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
- <spring.boot.version>3.3.5</spring.boot.version>
- <flyway.version>10.20.1</flyway.version>
+ <spring.boot.version>3.3.6</spring.boot.version>
+ <flyway.version>11.0.0</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.0.0.202409031743-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 673d28461c..b00558a123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.779</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.29.22</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.29.23</software.amazon.awssdk.version>
<gson.version>2.11.0</gson.version>
<io.fabric8.kubernetes.client.version>6.13.4</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.0</kotlin.version>
@@ -133,7 +133,7 @@
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
<derby.version>10.17.1.0</derby.version>
<jetty.version>12.0.15</jetty.version>
- <jackson.bom.version>2.18.1</jackson.bom.version>
+ <jackson.bom.version>2.18.2</jackson.bom.version>
<avro.version>1.11.4</avro.version>
<jaxb.runtime.version>4.0.5</jaxb.runtime.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>