Skip to content

Commit

Permalink
NIFI-13648 bumped aws, azure, commons and other dependencies
Browse files Browse the repository at this point in the history
com.amazonaws 1.12.762 1.12.767
com.github.luben zstd-jni 1.5.6-3 1.5.6-4
com.github.pjfanning excel-streaming-reader 4.4.0 5.0.2
azure-sdk-bom 1.2.25 1.2.26
com.networknt	json-schema-validator 1.5.0 1.5.1
com.nimbusds	oauth2-oidc-sdk	11.13	11.14
io.fabric8 6.13.1 6.13.2
org.apache.commons	commons-compress	1.26.2	 1.27.0
org.apache.commons	commons-lang3	3.15.0	3.16.0
org.apache.sshd 2.13.1 2.13.2
org.eclipse.jetty 12.0.11 12.0.12
org.elasticsearch.client 8.14.3 8.15.0
org.glassfish.jersey.* 3.1.7 3.1.8
org.slf4j 2.0.13 2.0.15
org.testcontainers 1.20.0 1.20.1
org.tukaani xz 1.9 1.10
org.xerial.snappy	snappy-java	1.1.10.5	1.1.10.6
software.amazon.awssdk 2.26.21	2.27.1	(or 2.26.31)
com.google.apis	google-api-services-drive	v3-rev20240628-2.0.0 v3-rev20240730-2.0.0
com.hazelcast	hazelcast	5.4.0 5.5.0
com.microsoft.azure.kusto	5.1.0 5.1.1
org.apache.activemq 6.1.2 6.1.3
org.clojure 1.11.3 1.11.4
org.flywaydb 10.16.0 10.17.0
org.mongodb 4.11.2 4.11.3
org.neo4j.driver 5.22.0 5.23.0
  • Loading branch information
joewitt committed Aug 9, 2024
1 parent 920edfc commit b2f3b60
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion nifi-code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-azure-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<packaging>jar</packaging>

<properties>
<activemq.version>6.1.2</activemq.version>
<activemq.version>6.1.3</activemq.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-poi-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions nifi-extension-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nifi-framework-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nifi-registry/nifi-registry-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b2f3b60

Please sign in to comment.