mirror of https://github.com/apache/nifi.git
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 <exceptionfactory@apache.org>
This commit is contained in:
parent
7635a62b4d
commit
3af800a017
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
36
pom.xml
36
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>
|
||||
|
|
Loading…
Reference in New Issue