From 113f8522d39140dd6cc5cfc827204acbad1379aa Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Wed, 22 Jan 2025 21:26:17 +0100 Subject: [PATCH 1/3] NIFI-14187 - Dep Upgrades - Spring, Netty, Bouncycastle, Flyway, AWS, GCP, etc - AWS SDK v2 from 2.29.48 to 2.30.3 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - Spring Framework from 6.2.1 to 6.2.2 - https://github.com/spring-projects/spring-framework/releases - Spring Data Redis from 3.4.1 to 3.4.2 - https://github.com/spring-projects/spring-data-redis/releases - PostgreSQL from 42.7.4 to 42.7.5 - https://jdbc.postgresql.org/changelogs/2025-01-14-42.7.5-release/ - MIME4J from 0.8.11 to 0.8.12 - https://github.com/apache/james-mime4j/compare/apache-mime4j-project-0.8.11...apache-mime4j-project-0.8.12 - Reactor Netty HTTP from 1.2.1 to 1.2.2 - https://github.com/reactor/reactor-netty/releases - Reactor Core from 3.7.1 to 3.7.2 - https://github.com/reactor/reactor-core/releases - Dropwizard Metrics from 4.2.29 to 4.2.30 - https://github.com/dropwizard/metrics/releases/tag/v4.2.30 - Box SDK from 4.13.1 to 4.14.0 - https://developer.box.com/changelog/#2025-01-22-box-java-sdk-v4140-released - Commons CSV from 1.12.0 to 1.13.0 - https://commons.apache.org/proper/commons-csv/changes.html#a1.13.0 - GCP from 26.52.0 to 26.53.0 - https://github.com/googleapis/java-cloud-bom/releases/tag/v26.53.0 - ActiveMQ from 6.1.4 to 6.1.5 - https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12355276 - JSON Schema Validator from 1.5.4 to 1.5.5 - https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md - Camel Salesforce from 4.8.2 to 4.9.0 - https://github.com/apache/camel/compare/camel-4.8.2...camel-4.9.0 - Slack Bolt from 1.45.0 to 1.45.1 - https://github.com/slackapi/java-slack-sdk/releases/tag/v1.45.1 - PY4J from 0.10.9.8 to 0.10.9.9 - https://www.py4j.org/changelog.html#py4j-0-10-9-9 - MySQL from 9.1.0 to 9.2.0 - https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html - Flyway from 11.1.1 to 11.2.0 - https://documentation.red-gate.com/flyway/release-notes-and-older-versions/release-notes-for-flyway-engine - OpenCSV from 5.9 to 5.10 - https://sourceforge.net/p/opencsv/wiki/What%27s%20new/ - Bouncycastle from 1.79 to 1.80 - https://www.bouncycastle.org/download/bouncy-castle-java/?filter=java%3Drelease-1-80 - Netty from 4.1.116.Final to 4.1.117.Final - https://netty.io/news/2025/01/14/4-1-117-Final.html - Swagger annotations from 2.2.27 to 2.2.28 - https://github.com/swagger-api/swagger-core/releases/tag/v2.2.28 Signed-off-by: Pierre Villard --- nifi-code-coverage/pom.xml | 4 ++-- nifi-commons/nifi-metrics/pom.xml | 4 ++-- .../nifi-azure-bundle/nifi-azure-processors/pom.xml | 4 ++-- nifi-extension-bundles/nifi-box-bundle/pom.xml | 2 +- .../nifi-standard-record-utils/pom.xml | 2 +- nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +- .../nifi-jms-bundle/nifi-jms-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-media-bundle/pom.xml | 2 +- nifi-extension-bundles/nifi-redis-bundle/pom.xml | 2 +- .../nifi-registry-bundle/nifi-registry-service/pom.xml | 2 +- .../nifi-salesforce-processors/pom.xml | 2 +- .../nifi-slack-bundle/nifi-slack-processors/pom.xml | 2 +- .../nifi-standard-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +- .../nifi-lookup-services/pom.xml | 2 +- .../nifi-record-serialization-services/pom.xml | 2 +- .../nifi-python-framework/pom.xml | 6 +++--- nifi-framework-bundle/pom.xml | 2 +- .../nifi-registry-core/nifi-registry-test/pom.xml | 4 ++-- nifi-registry/pom.xml | 2 +- nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +- pom.xml | 10 +++++----- 22 files changed, 32 insertions(+), 32 deletions(-) diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml index 2f2cacbd6703..7127e80bb855 100644 --- a/nifi-code-coverage/pom.xml +++ b/nifi-code-coverage/pom.xml @@ -29,7 +29,7 @@ 1.10.15 2.14.0 - 0.8.11 + 0.8.12 @@ -89,7 +89,7 @@ io.projectreactor.netty reactor-netty-http - 1.2.1 + 1.2.2 diff --git a/nifi-commons/nifi-metrics/pom.xml b/nifi-commons/nifi-metrics/pom.xml index d7e2d1e1d220..b0e29dfe08d1 100644 --- a/nifi-commons/nifi-metrics/pom.xml +++ b/nifi-commons/nifi-metrics/pom.xml @@ -31,12 +31,12 @@ io.dropwizard.metrics metrics-jvm - 4.2.29 + 4.2.30 io.dropwizard.metrics metrics-core - 4.2.29 + 4.2.30 diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml index 34649255940a..4587d314acf5 100644 --- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml +++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml @@ -111,7 +111,7 @@ io.projectreactor reactor-core - 3.7.1 + 3.7.2 com.azure @@ -191,7 +191,7 @@ io.projectreactor reactor-test - 3.7.1 + 3.7.2 test diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml b/nifi-extension-bundles/nifi-box-bundle/pom.xml index 4ab214d64c2b..7d3b2020278c 100644 --- a/nifi-extension-bundles/nifi-box-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml @@ -39,7 +39,7 @@ com.box box-java-sdk - 4.13.1 + 4.14.0 diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml index ae6fba6ebc93..ac918e73557b 100644 --- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml +++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml @@ -48,7 +48,7 @@ org.apache.commons commons-csv - 1.12.0 + 1.13.0 org.apache.commons diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml index 17a63292fc26..2bff0cf55cfa 100644 --- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml @@ -25,7 +25,7 @@ pom - 26.52.0 + 26.53.0 diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml index 3008f7428eb7..9837e9331bda 100644 --- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml +++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml @@ -19,7 +19,7 @@ jar - 6.1.4 + 6.1.5 diff --git a/nifi-extension-bundles/nifi-media-bundle/pom.xml b/nifi-extension-bundles/nifi-media-bundle/pom.xml index a70fbaa90826..45ef256f3981 100644 --- a/nifi-extension-bundles/nifi-media-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-media-bundle/pom.xml @@ -25,7 +25,7 @@ 5.4.0 - 0.8.11 + 0.8.12 diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/pom.xml index 119acd59723a..d23ecbc03bcc 100644 --- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml @@ -25,7 +25,7 @@ pom - 3.4.1 + 3.4.2 5.2.0 diff --git a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml index 0a1bb1e2fc77..7128105db362 100644 --- a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml +++ b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml @@ -57,7 +57,7 @@ language governing permissions and limitations under the License. --> com.networknt json-schema-validator - 1.5.4 + 1.5.5 org.apache.nifi diff --git a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml index cb8ec53cde2c..43088c292718 100644 --- a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml +++ b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml @@ -42,7 +42,7 @@ org.apache.camel camel-salesforce - 4.8.2 + 4.9.0 * diff --git a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml index 63aca30c9e04..d7e0b05f0e36 100644 --- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml +++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml @@ -30,7 +30,7 @@ com.slack.api bolt-socket-mode - 1.45.0 + 1.45.1 diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index 77f2bac61dba..1d3f61630d7d 100644 --- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -589,7 +589,7 @@ org.postgresql postgresql - 42.7.4 + 42.7.5 test diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/pom.xml index 1321267dcd69..5399b8ff7254 100644 --- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml @@ -226,7 +226,7 @@ com.networknt json-schema-validator - 1.5.4 + 1.5.5 diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml index 932c696556a6..59a3e03749e5 100644 --- a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml +++ b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml @@ -59,7 +59,7 @@ org.apache.commons commons-csv - 1.12.0 + 1.13.0 commons-beanutils diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml index 7ddda1745893..2158298f27ef 100755 --- a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml +++ b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml @@ -72,7 +72,7 @@ org.apache.commons commons-csv - 1.12.0 + 1.13.0 com.fasterxml.jackson.dataformat diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml index c50e0e750606..e166690a5829 100644 --- a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml +++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml @@ -24,8 +24,8 @@ nifi-python-framework - 0.10.9.8 - https://files.pythonhosted.org/packages/53/75/15967ccc1a9bb2c85364a4eceb64116fbf8734528315338f16efd4191f35/py4j-${py4j.version}-py2.py3-none-any.whl + 0.10.9.9 + https://files.pythonhosted.org/packages/bd/db/ea0203e495be491c85af87b66e37acfd3bf756fd985f87e46fc5e3bf022c/py4j-${py4j.version}-py2.py3-none-any.whl @@ -46,7 +46,7 @@ py4j-${py4j.version}.zip true ${project.build.directory}/py4j-${py4j.version} - 84226a9d382448c36af1ca4bc2ab7ab9df49ec54fc83f033f620e00c8a6da0ca + c7c26e4158defb37b0bb124933163641a2ff6e3a3913f7811b0ddbe07ed61533 diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml index 337d9664fabc..fbaeb925dfe5 100644 --- a/nifi-framework-bundle/pom.xml +++ b/nifi-framework-bundle/pom.xml @@ -309,7 +309,7 @@ io.dropwizard.metrics metrics-core - 4.2.29 + 4.2.30 org.apache.curator diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml index b3a7a65f2d07..1b7f5c79ae17 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml @@ -62,7 +62,7 @@ com.mysql mysql-connector-j - 9.1.0 + 9.2.0 @@ -79,7 +79,7 @@ org.postgresql postgresql - 42.7.4 + 42.7.5 diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index 21971afb6db0..6faa80ccf8b8 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -36,7 +36,7 @@ 3.4.1 - 11.1.1 + 11.2.0 10.0.0 3.12.0 7.1.0.202411261347-r diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml index 5bef5b557ca2..8c641c44635a 100644 --- a/nifi-toolkit/nifi-toolkit-cli/pom.xml +++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml @@ -119,7 +119,7 @@ com.opencsv opencsv - 5.9 + 5.10 commons-logging diff --git a/pom.xml b/pom.xml index 792e45a69ca6..b5dced87e804 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ UTF-8 2014 1.12.780 - 2.29.48 + 2.30.3 2.11.0 7.0.1 2.1.0 @@ -127,7 +127,7 @@ 1.13.0 4.5.14 4.4.16 - 1.79 + 1.80 7.9.0 1.20.4 2.0.16 @@ -153,11 +153,11 @@ 5.15.2 3.10.6.Final 2.3 - 4.1.116.Final + 4.1.117.Final 6.1.0 - 6.2.1 + 6.2.2 6.4.2 - 2.2.27 + 2.2.28 2.3.232 3.9.3 3.1.8 From 4ecab7a71ceea2618e66be53dcedc1e3d92d251a Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Thu, 23 Jan 2025 10:59:11 +0100 Subject: [PATCH 2/3] Revert version bump for Bouncycastle --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5dced87e804..77cc9bc1fb28 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ 1.13.0 4.5.14 4.4.16 - 1.80 + 1.79 7.9.0 1.20.4 2.0.16 From 0a870bcb185d1980efebbecaefcc66651cc96999 Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Thu, 23 Jan 2025 12:02:59 +0100 Subject: [PATCH 3/3] Revert version bump for Spring Redis --- nifi-extension-bundles/nifi-redis-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/pom.xml index d23ecbc03bcc..119acd59723a 100644 --- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml @@ -25,7 +25,7 @@ pom - 3.4.2 + 3.4.1 5.2.0