Skip to content

Commit 46fbf06

Browse files
authored
NIFI-14327 Upgraded versions for Spring, Netty, SLF4J, Jackson, Logback and others (#9770)
Signed-off-by: David Handermann <[email protected]>
1 parent 98c3a27 commit 46fbf06

File tree

34 files changed

+57
-60
lines changed
  • nifi-code-coverage
  • nifi-commons/nifi-calcite-utils
  • nifi-extension-bundles
    • nifi-aws-bundle
    • nifi-azure-bundle/nifi-azure-processors
    • nifi-box-bundle
    • nifi-cipher-bundle/nifi-cipher-processors
    • nifi-elasticsearch-bundle
    • nifi-email-bundle/nifi-email-processors
    • nifi-gcp-bundle
    • nifi-github-bundle
    • nifi-graph-bundle
    • nifi-hl7-bundle/nifi-hl7-processors
    • nifi-mqtt-bundle/nifi-mqtt-processors
    • nifi-opentelemetry-bundle
    • nifi-parquet-bundle
    • nifi-poi-bundle
    • nifi-protobuf-bundle/nifi-protobuf-services
    • nifi-registry-bundle/nifi-registry-service
    • nifi-salesforce-bundle/nifi-salesforce-processors
    • nifi-slack-bundle/nifi-slack-processors
    • nifi-snowflake-bundle
    • nifi-standard-bundle
    • nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services
    • nifi-standard-shared-bundle/nifi-standard-shared-bom
  • nifi-framework-bundle
  • nifi-registry

34 files changed

+57
-60
lines changed

nifi-code-coverage/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<properties>
3030
<ant.version>1.10.15</ant.version>
31-
<org.apache.sshd.version>2.14.0</org.apache.sshd.version>
31+
<org.apache.sshd.version>2.15.0</org.apache.sshd.version>
3232
<mime4j.version>0.8.12</mime4j.version>
3333
</properties>
3434

@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>io.projectreactor.netty</groupId>
9191
<artifactId>reactor-netty-http</artifactId>
92-
<version>1.2.2</version>
92+
<version>1.2.3</version>
9393
</dependency>
9494
<!-- SSHD from Registry and other modules -->
9595
<dependency>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.google.protobuf</groupId>
119119
<artifactId>protobuf-java</artifactId>
120-
<version>3.25.5</version>
120+
<version>3.25.6</version>
121121
</dependency>
122122
</dependencies>
123123
</dependencyManagement>

nifi-commons/nifi-calcite-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.protobuf</groupId>
7171
<artifactId>protobuf-java</artifactId>
72-
<version>3.25.5</version>
72+
<version>3.25.6</version>
7373
</dependency>
7474
</dependencies>
7575

nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>commons-beanutils</groupId>
129129
<artifactId>commons-beanutils</artifactId>
130-
<version>1.10.0</version>
130+
<version>1.10.1</version>
131131
<exclusions>
132132
<exclusion>
133133
<groupId>commons-logging</groupId>

nifi-extension-bundles/nifi-aws-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.protobuf</groupId>
7272
<artifactId>protobuf-java</artifactId>
73-
<version>3.25.5</version>
73+
<version>3.25.6</version>
7474
</dependency>
7575
<!-- Override kotlin-stdlib-common from amazon-kinesis-client -->
7676
<!-- can be removed when not relying on kotlin-stdlib-common:jar anymore -->

nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>io.projectreactor</groupId>
113113
<artifactId>reactor-core</artifactId>
114-
<version>3.7.2</version>
114+
<version>3.7.3</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>com.azure</groupId>
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>io.projectreactor</groupId>
193193
<artifactId>reactor-test</artifactId>
194-
<version>3.7.2</version>
194+
<version>3.7.3</version>
195195
<scope>test</scope>
196196
</dependency>
197197
</dependencies>

nifi-extension-bundles/nifi-box-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.box</groupId>
4141
<artifactId>box-java-sdk</artifactId>
42-
<version>4.14.0</version>
42+
<version>4.15.2</version>
4343
</dependency>
4444
</dependencies>
4545
</dependencyManagement>

nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<artifactId>nifi-cipher-processors</artifactId>
2626

2727
<dependencies>
28-
2928
<dependency>
3029
<groupId>org.apache.nifi</groupId>
3130
<artifactId>nifi-utils</artifactId>

nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ language governing permissions and limitations under the License. -->
3333
</modules>
3434

3535
<properties>
36-
<elasticsearch.client.version>8.17.2</elasticsearch.client.version>
36+
<elasticsearch.client.version>8.17.3</elasticsearch.client.version>
3737
</properties>
3838

3939
<dependencyManagement>

nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>nifi-email-processors</artifactId>
2626
<packaging>jar</packaging>
2727
<properties>
28-
<spring.integration.version>6.4.1</spring.integration.version>
28+
<spring.integration.version>6.4.2</spring.integration.version>
2929
</properties>
3030

3131
<dependencies>

nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>com.google.apis</groupId>
129129
<artifactId>google-api-services-drive</artifactId>
130-
<version>v3-rev20250122-2.0.0</version>
130+
<version>v3-rev20250216-2.0.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.tdunning</groupId>

nifi-extension-bundles/nifi-gcp-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<packaging>pom</packaging>
2626

2727
<properties>
28-
<google.libraries.version>26.54.0</google.libraries.version>
28+
<google.libraries.version>26.56.0</google.libraries.version>
2929
</properties>
3030

3131
<dependencyManagement>

nifi-extension-bundles/nifi-github-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<packaging>pom</packaging>
2727

2828
<properties>
29-
<github-api.version>1.326</github-api.version>
29+
<github-api.version>1.327</github-api.version>
3030
</properties>
3131

3232
<modules>

nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<packaging>jar</packaging>
2727
<properties>
2828
<gremlin.version>3.7.3</gremlin.version>
29-
<janusgraph.version>1.2.0-20250206-164517.a71898b</janusgraph.version>
29+
<janusgraph.version>1.2.0-20250219-143145.6c030f7</janusgraph.version>
3030
<guava.version>33.4.0-jre</guava.version>
3131
<amqp-client.version>5.25.0</amqp-client.version>
3232
</properties>

nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<packaging>jar</packaging>
2020

2121
<properties>
22-
<neo4j.driver.version>5.28.1</neo4j.driver.version>
22+
<neo4j.driver.version>5.28.2</neo4j.driver.version>
2323
<neo4j.docker.version>5.19</neo4j.docker.version>
2424
</properties>
2525

nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>commons-beanutils</groupId>
6060
<artifactId>commons-beanutils</artifactId>
61-
<version>1.10.0</version>
61+
<version>1.10.1</version>
6262
<exclusions>
6363
<exclusion>
6464
<groupId>commons-logging</groupId>

nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.hivemq</groupId>
6161
<artifactId>hivemq-mqtt-client</artifactId>
62-
<version>1.3.4</version>
62+
<version>1.3.5</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.apache.commons</groupId>

nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.google.protobuf</groupId>
3434
<artifactId>protobuf-bom</artifactId>
35-
<version>3.25.5</version>
35+
<version>3.25.6</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

nifi-extension-bundles/nifi-parquet-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>commons-beanutils</groupId>
4141
<artifactId>commons-beanutils</artifactId>
42-
<version>1.10.0</version>
42+
<version>1.10.1</version>
4343
</dependency>
4444
</dependencies>
4545
</dependencyManagement>

nifi-extension-bundles/nifi-poi-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.pjfanning</groupId>
4747
<artifactId>excel-streaming-reader</artifactId>
48-
<version>5.0.2</version>
48+
<version>5.0.3</version>
4949
</dependency>
5050
</dependencies>
5151
</dependencyManagement>

nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<artifactId>nifi-protobuf-services</artifactId>
2727

2828
<properties>
29-
<protobuf.version>3.25.5</protobuf.version>
30-
<wire.version>5.2.1</wire.version>
29+
<protobuf.version>3.25.6</protobuf.version>
30+
<wire.version>5.3.0</wire.version>
3131
</properties>
3232

3333
<dependencies>

nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ language governing permissions and limitations under the License. -->
5757
<dependency>
5858
<groupId>com.networknt</groupId>
5959
<artifactId>json-schema-validator</artifactId>
60-
<version>1.5.5</version>
60+
<version>1.5.6</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.nifi</groupId>

nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.apache.camel</groupId>
4444
<artifactId>camel-salesforce</artifactId>
45-
<version>4.9.0</version>
45+
<version>4.10.1</version>
4646
<exclusions>
4747
<exclusion>
4848
<groupId>*</groupId>

nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.slack.api</groupId>
3232
<artifactId>bolt-socket-mode</artifactId>
33-
<version>1.45.2</version>
33+
<version>1.45.3</version>
3434
</dependency>
3535
<!-- Required by bolt-socket-mode but the library itself doesn't have the dependency. -->
3636
<dependency>

nifi-extension-bundles/nifi-snowflake-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<groupId>net.snowflake</groupId>
4141
<artifactId>snowflake-jdbc</artifactId>
4242
<!-- please check snowflake-ingest-sdk compatibility before upgrade -->
43-
<version>3.22.0</version>
43+
<version>3.23.0</version>
4444
</dependency>
4545
</dependencies>
4646
</dependencyManagement>

nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<artifactId>nifi-standard-content-viewer</artifactId>
2727
<packaging>war</packaging>
2828
<properties>
29-
<spring.boot.version>3.4.2</spring.boot.version>
29+
<spring.boot.version>3.4.3</spring.boot.version>
3030
<standard-content-viewer.ui.working.dir>${project.build.directory}/standard-content-viewer-ui-working-directory</standard-content-viewer.ui.working.dir>
3131
</properties>
3232
<dependencies>

nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.apache.sshd</groupId>
7777
<artifactId>sshd-common</artifactId>
78-
<version>2.14.0</version>
78+
<version>${org.apache.sshd.version}</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

nifi-extension-bundles/nifi-standard-bundle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<module>nifi-standard-content-viewer-nar</module>
3535
</modules>
3636
<properties>
37-
<org.apache.sshd.version>2.14.0</org.apache.sshd.version>
37+
<org.apache.sshd.version>2.15.0</org.apache.sshd.version>
3838
<tika.version>3.1.0</tika.version>
3939
</properties>
4040
<dependencyManagement>
@@ -226,7 +226,7 @@
226226
<dependency>
227227
<groupId>com.networknt</groupId>
228228
<artifactId>json-schema-validator</artifactId>
229-
<version>1.5.5</version>
229+
<version>1.5.6</version>
230230
</dependency>
231231
</dependencies>
232232
</dependencyManagement>

nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<dependency>
5050
<groupId>com.github.ben-manes.caffeine</groupId>
5151
<artifactId>caffeine</artifactId>
52-
<version>${caffeine.version}</version>
5352
</dependency>
5453
<dependency>
5554
<groupId>com.maxmind.db</groupId>
@@ -64,7 +63,7 @@
6463
<dependency>
6564
<groupId>commons-beanutils</groupId>
6665
<artifactId>commons-beanutils</artifactId>
67-
<version>1.10.0</version>
66+
<version>1.10.1</version>
6867
<exclusions>
6968
<exclusion>
7069
<groupId>commons-logging</groupId>
@@ -94,7 +93,6 @@
9493
<dependency>
9594
<groupId>com.squareup.okio</groupId>
9695
<artifactId>okio-jvm</artifactId>
97-
<version>${okio.version}</version>
9896
</dependency>
9997
<dependency>
10098
<groupId>org.apache.nifi</groupId>

nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>org.checkerframework</groupId>
123123
<artifactId>checker-qual</artifactId>
124-
<version>3.48.4</version>
124+
<version>3.49.1</version>
125125
<scope>provided</scope>
126126
</dependency>
127127
<dependency>

nifi-framework-bundle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.nimbusds</groupId>
108108
<artifactId>oauth2-oidc-sdk</artifactId>
109-
<version>11.20.1</version>
109+
<version>11.23.1</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>com.nimbusds</groupId>
@@ -358,7 +358,7 @@
358358
<dependency>
359359
<groupId>commons-beanutils</groupId>
360360
<artifactId>commons-beanutils</artifactId>
361-
<version>1.10.0</version>
361+
<version>1.10.1</version>
362362
<exclusions>
363363
<exclusion>
364364
<groupId>commons-logging</groupId>

nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.mariadb.jdbc</groupId>
7676
<artifactId>mariadb-java-client</artifactId>
77-
<version>3.5.1</version>
77+
<version>3.5.2</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.postgresql</groupId>

nifi-registry/nifi-registry-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>com.nimbusds</groupId>
106106
<artifactId>oauth2-oidc-sdk</artifactId>
107-
<version>11.20.1</version>
107+
<version>11.23.1</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.nimbusds</groupId>

nifi-registry/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<module>nifi-registry-docker-maven</module>
3636
</modules>
3737
<properties>
38-
<spring.boot.version>3.4.2</spring.boot.version>
39-
<flyway.version>11.3.1</flyway.version>
38+
<spring.boot.version>3.4.3</spring.boot.version>
39+
<flyway.version>11.3.4</flyway.version>
4040
<flyway.tests.version>10.0.0</flyway.tests.version>
4141
<swagger.ui.version>3.12.0</swagger.ui.version>
4242
<jgit.version>7.1.0.202411261347-r</jgit.version>
43-
<org.apache.sshd.version>2.14.0</org.apache.sshd.version>
43+
<org.apache.sshd.version>2.15.0</org.apache.sshd.version>
4444
</properties>
4545
<dependencyManagement>
4646
<dependencies>

0 commit comments

Comments
 (0)