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 3af800a017 NIFI-13826 Upgraded Jetty to 12.0.14 and Jackson to 2.18.0
along with others (#9331)
3af800a017 is described below
commit 3af800a0170ac6ef4eafd07d783836868efabf06
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Oct 3 01:13:08 2024 +0200
NIFI-13826 Upgraded Jetty to 12.0.14 and Jackson to 2.18.0 along with
others (#9331)
- Jackson from 2.17.2 to 2.18.0
- zstd-jni from 1.5.6-5 to 1.5.6-6
- gson from 2.10.1 to 2.11.0
- okio from 3.9.0 to 3.9.1
- Fabric8 Kubernetes from 6.13.1 to 6.13.4
- Netty from 4.1.113.Final to 4.1.114.Final
- swagger-annotations from 2.2.23 to 2.2.24
- avro from 1.11.3 to 1.11.4
- commons-lang3 from 3.16.0 to 3.17.0
- log4j from 2.24.0 to 2.24.1
- Jetty from 12.0.13 to 12.0.14
- junit-bom from 5.10.3 to 5.10.4
- junit-platform-commons from 1.10.3 to 1.10.4
- mockito from 5.13.0 to 5.14.1
- testcontainers from 1.20.1 to 1.20.2
- snakeyaml from 2.2 to 2.3
- AWS SDK v2 from 2.28.4 to 2.28.13
- flyway from 10.18.0 to 10.18.2
- jline from 3.26.3 to 3.27.0
- neo4j driver from 5.24.0 to 5.25.0
- maxmind from 3.1.0 to 3.1.1
- geoip2 from 4.2.0 to 4.2.1
- amqp-client from 5.21.0 to 5.22.0
- commons-csv from 1.11.0 to 1.12.0
- splunk from 1.9.4 to 1.9.5
- lucene from 9.11.1 to 9.12.0
- Google BOM from 26.46.0 to 26.47.0
- Azure BOM from 1.2.26 to 1.2.28
- msal4j from 1.16.1 to 1.17.1
- json-schema-validator from 1.5.1 to 1.5.2
- checker-qual from 3.45.0 to 3.47.0
- checkstyle from 10.16.0 to 10.18.2
Signed-off-by: David Handermann <[email protected]>
---
.../nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 4 +--
.../nifi-enrich-processors/pom.xml | 4 +--
.../nifi-standard-record-utils/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +-
.../nifi-graph-test-clients/pom.xml | 2 +-
.../nifi-neo4j-cypher-service/pom.xml | 2 +-
.../nifi-registry-service/pom.xml | 2 +-
nifi-extension-bundles/nifi-splunk-bundle/pom.xml | 2 +-
.../nifi-standard-processors/pom.xml | 2 +-
.../nifi-standard-bundle/pom.xml | 2 +-
.../nifi-lookup-services/pom.xml | 8 ++---
.../nifi-oauth2-provider-service/pom.xml | 2 +-
.../nifi-record-serialization-services/pom.xml | 2 +-
.../nifi-standard-shared-bom/pom.xml | 2 +-
.../nifi-provenance-repository-bundle/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +-
pom.xml | 36 +++++++++++-----------
19 files changed, 41 insertions(+), 41 deletions(-)
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 e914ceefbf..27dfa57d6a 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.21.0</amqp-client.version>
+ <amqp-client.version>5.22.0</amqp-client.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 10379202dd..3252f03f8c 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -28,8 +28,8 @@
<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.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.17.1</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
index 422acda23e..d0d7c4d111 100644
--- a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.maxmind.db</groupId>
<artifactId>maxmind-db</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
@@ -60,7 +60,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>4.2.0</version>
+ <version>4.2.1</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git
a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
index b4da7082d8..aeb66ebce9 100644
---
a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
+++
b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.11.0</version>
+ <version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 5bf726ff11..a440df8f52 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
<packaging>pom</packaging>
<properties>
- <google.libraries.version>26.46.0</google.libraries.version>
+ <google.libraries.version>26.47.0</google.libraries.version>
</properties>
<dependencyManagement>
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 59c92cb552..5b139472f5 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
@@ -28,7 +28,7 @@
<gremlin.version>3.7.2</gremlin.version>
<janusgraph.version>1.0.0</janusgraph.version>
<guava.version>33.2.1-jre</guava.version>
- <amqp-client.version>5.21.0</amqp-client.version>
+ <amqp-client.version>5.22.0</amqp-client.version>
</properties>
<dependencyManagement>
<dependencies>
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 80a7398a7f..38ead00e00 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.24.0</neo4j.driver.version>
+ <neo4j.driver.version>5.25.0</neo4j.driver.version>
<neo4j.docker.version>5.19</neo4j.docker.version>
</properties>
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 ab42aeb6a0..23ad2739ba 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.1</version>
+ <version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-splunk-bundle/pom.xml
b/nifi-extension-bundles/nifi-splunk-bundle/pom.xml
index 935e6546d8..d83846cc00 100644
--- a/nifi-extension-bundles/nifi-splunk-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-splunk-bundle/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.splunk</groupId>
<artifactId>splunk</artifactId>
- <version>1.9.4</version>
+ <version>1.9.5</version>
</dependency>
</dependencies>
</dependencyManagement>
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 57e4353f3f..2b4a7889e6 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
@@ -164,7 +164,7 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
- <version>3.9.0</version>
+ <version>3.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index d51fab1231..dba48b0d6e 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -226,7 +226,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index e0d7004285..2a6ffa0adc 100644
---
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -54,12 +54,12 @@
<dependency>
<groupId>com.maxmind.db</groupId>
<artifactId>maxmind-db</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.11.0</version>
+ <version>1.12.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
@@ -75,7 +75,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>4.2.0</version>
+ <version>4.2.1</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
@@ -94,7 +94,7 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
- <version>3.9.0</version>
+ <version>3.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
index fde9b06541..9e2cd696d9 100644
---
a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
- <version>3.9.0</version>
+ <version>3.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
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 7e1b368012..78e32fe45a 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
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.11.0</version>
+ <version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 6334722371..ceba5e5af5 100644
---
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -121,7 +121,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
- <version>3.45.0</version>
+ <version>3.47.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
index 08e1f17a0c..883c8641a9 100644
---
a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
+++
b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
@@ -27,7 +27,7 @@
<module>nifi-provenance-repository-nar</module>
</modules>
<properties>
- <lucene.version>9.11.1</lucene.version>
+ <lucene.version>9.12.0</lucene.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index b29512bf0d..5a07a3f67b 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>3.3.4</spring.boot.version>
- <flyway.version>10.18.0</flyway.version>
+ <flyway.version>10.18.2</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/nifi-toolkit/nifi-toolkit-cli/pom.xml
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index cd95cebd6a..313abc1fbc 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -25,7 +25,7 @@
<properties>
<guava.version>33.2.1-jre</guava.version>
- <jline.version>3.26.3</jline.version>
+ <jline.version>3.27.0</jline.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index b61dd97a08..8be2f533e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,31 +110,31 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.772</com.amazonaws.version>
- <software.amazon.awssdk.version>2.28.4</software.amazon.awssdk.version>
- <gson.version>2.10.1</gson.version>
-
<io.fabric8.kubernetes.client.version>6.13.3</io.fabric8.kubernetes.client.version>
+
<software.amazon.awssdk.version>2.28.13</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>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-5</com.github.luben.zstd-jni.version>
+
<com.github.luben.zstd-jni.version>1.5.6-6</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.16.0</org.apache.commons.lang3.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>
+ <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>
<derby.version>10.17.1.0</derby.version>
- <jetty.version>12.0.13</jetty.version>
- <jackson.bom.version>2.17.2</jackson.bom.version>
- <avro.version>1.11.3</avro.version>
+ <jetty.version>12.0.14</jetty.version>
+ <jackson.bom.version>2.18.0</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>
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
@@ -147,16 +147,16 @@
<gcs.version>2.1.5</gcs.version>
<aspectj.version>1.9.22.1</aspectj.version>
<jersey.bom.version>3.1.8</jersey.bom.version>
- <log4j2.version>2.24.0</log4j2.version>
+ <log4j2.version>2.24.1</log4j2.version>
<logback.version>1.5.8</logback.version>
- <mockito.version>5.13.0</mockito.version>
+ <mockito.version>5.14.1</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
- <snakeyaml.version>2.2</snakeyaml.version>
- <netty.4.version>4.1.113.Final</netty.4.version>
+ <snakeyaml.version>2.3</snakeyaml.version>
+ <netty.4.version>4.1.114.Final</netty.4.version>
<servlet-api.version>6.0.0</servlet-api.version>
<spring.version>6.1.13</spring.version>
<spring.security.version>6.3.3</spring.security.version>
- <swagger.annotations.version>2.2.23</swagger.annotations.version>
+ <swagger.annotations.version>2.2.24</swagger.annotations.version>
<h2.version>2.3.232</h2.version>
<zookeeper.version>3.9.2</zookeeper.version>
<caffeine.version>3.1.8</caffeine.version>
@@ -306,7 +306,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.10.3</version>
+ <version>5.10.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -568,7 +568,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
- <version>1.10.3</version>
+ <version>1.10.4</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -770,7 +770,7 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
- <version>2.2.21</version>
+ <version>2.2.23</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>