Skip to content

Commit

Permalink
NIFI-14139 Upgraded dependencies Jersey, POI, AWS, Flyway, Logback (#…
Browse files Browse the repository at this point in the history
…9616)

- Checkstyle from 10.21.0 to 10.21.1 - https://checkstyle.sourceforge.io/releasenotes.html
- PMD from 7.8.0 to 7.9.0 - https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.9.0
- Mockito from 5.14.2 to 5.15.2 - https://github.com/mockito/mockito/releases
- commons-beanutils from 1.9.4 to 1.10.0 - https://commons.apache.org/proper/commons-beanutils/changes-report.html#a1.10.0
- Apache Ivy from 2.5.2 to 2.5.3 - https://ant.apache.org/ivy/history/2.5.3/release-notes.html
- Apache POI from 5.3.0 to 5.4.0 - https://poi.apache.org/changes.html
- Slack Bolt from 1.44.2 to 1.45.0
- checker-qual from 3.48.1 to 3.48.4 - https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md
- Flyway from 11.1.0 to 11.1.1 - https://documentation.red-gate.com/flyway/release-notes-and-older-versions/release-notes-for-flyway-engine
- AWS SDK v2 from 2.29.40 to 2.29.48
- Okio from 3.9.1 to 3.10.2 - https://github.com/square/okio/blob/master/CHANGELOG.md
- Commons Codec from 1.17.1 to 1.17.2 - https://commons.apache.org/proper/commons-codec/changes-report.html#a1.17.2
- zstd from 1.5.6-8 to 1.5.6-9 - luben/zstd-jni@v1.5.6-8...v1.5.6-9
- Jersey BOM from 3.1.9 to 3.1.10 - https://github.com/eclipse-ee4j/jersey/releases
- Logback from 1.5.15 to 1.5.16 - qos-ch/logback@v_1.5.15...v_1.5.16

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
pvillard31 authored Jan 10, 2025
1 parent 1d85f43 commit 58cce33
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion nifi-extension-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.10.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.10.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-media-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<packaging>pom</packaging>

<properties>
<poi.version>5.3.0</poi.version>
<poi.version>5.4.0</poi.version>
<mime4j.version>0.8.11</mime4j.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion nifi-extension-bundles/nifi-parquet-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.10.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
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 @@ -24,7 +24,7 @@
<artifactId>nifi-poi-bundle</artifactId>
<packaging>pom</packaging>
<properties>
<poi.version>5.3.0</poi.version>
<poi.version>5.4.0</poi.version>
</properties>
<modules>
<module>nifi-poi-nar</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.slack.api</groupId>
<artifactId>bolt-socket-mode</artifactId>
<version>1.44.2</version>
<version>1.45.0</version>
</dependency>
<!-- Required by bolt-socket-mode but the library itself doesn't have the dependency. -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.10.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.48.1</version>
<version>3.48.4</version>
<scope>provided</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 @@ -358,7 +358,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.10.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>3.4.1</spring.boot.version>
<flyway.version>11.1.0</flyway.version>
<flyway.version>11.1.1</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.1.0.202411261347-r</jgit.version>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.780</com.amazonaws.version>
<software.amazon.awssdk.version>2.29.40</software.amazon.awssdk.version>
<software.amazon.awssdk.version>2.29.48</software.amazon.awssdk.version>
<gson.version>2.11.0</gson.version>
<io.fabric8.kubernetes.client.version>7.0.1</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.0</kotlin.version>
<okhttp.version>4.12.0</okhttp.version>
<okio.version>3.9.1</okio.version>
<okio.version>3.10.2</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.codec.version>1.17.2</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-8</com.github.luben.zstd-jni.version>
<com.github.luben.zstd-jni.version>1.5.6-9</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.17.0</org.apache.commons.lang3.version>
<org.apache.commons.net.version>3.11.1</org.apache.commons.net.version>
Expand All @@ -128,7 +128,7 @@
<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.79</org.bouncycastle.version>
<pmd.version>7.8.0</pmd.version>
<pmd.version>7.9.0</pmd.version>
<testcontainers.version>1.20.4</testcontainers.version>
<org.slf4j.version>2.0.16</org.slf4j.version>
<com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
Expand All @@ -147,10 +147,10 @@
<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.9</jersey.bom.version>
<jersey.bom.version>3.1.10</jersey.bom.version>
<log4j2.version>2.24.3</log4j2.version>
<logback.version>1.5.15</logback.version>
<mockito.version>5.14.2</mockito.version>
<logback.version>1.5.16</logback.version>
<mockito.version>5.15.2</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.3</snakeyaml.version>
<netty.4.version>4.1.116.Final</netty.4.version>
Expand Down Expand Up @@ -738,7 +738,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.21.0</version>
<version>10.21.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 58cce33

Please sign in to comment.