mirror of https://github.com/apache/nifi.git
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 <exceptionfactory@apache.org>
This commit is contained in:
parent
920edfc022
commit
3096c983f5
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<activemq.version>6.1.2</activemq.version>
|
||||
<activemq.version>6.1.3</activemq.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
22
pom.xml
22
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>
|
||||
|
|
Loading…
Reference in New Issue