From 1e2278f0320d10c720a827ab3d57b1d91089d4b6 Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Thu, 5 Mar 2026 00:20:50 +0100 Subject: [PATCH 1/2] NIFI-15672 - Bump AWS SDK to 2.42.6, GCP SDK to 26.77, Fabric8 k8s to 7.6.0, and others MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AWS SDK BOM from 2.42.4 to 2.42.6 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - Fabric8 Kubernetes Client from 7.5.2 to 7.6.0 - https://github.com/fabric8io/kubernetes-client/releases/tag/v7.6.0 - Swagger Annotations from 2.2.43 to 2.2.44 - https://github.com/swagger-api/swagger-core/releases/tag/v2.2.44  - Swagger Maven Plugin Jakarta from 2.2.43 to 2.2.44 - https://github.com/swagger-api/swagger-core/releases/tag/v2.2.44  - Google Cloud Libraries BOM from 26.76.0 to 26.77.0 - https://github.com/googleapis/java-cloud-bom/releases/tag/v26.77.0  - Checker Framework from 3.53.1 to 3.54.0 - https://github.com/typetools/checker-framework/releases/tag/checker-framework-3.54.0  - Tukaani XZ from 1.11 to 1.12 - https://github.com/tukaani-project/xz-java/releases/tag/v1.12  - LZ4 Java (at.yawk) from 1.10.3 to 1.10.4 - https://github.com/yawkat/lz4-java/releases/tag/v1.10.4  - IoTDB Session from 2.0.6 to 2.0.7 - https://github.com/apache/iotdb/releases/tag/v2.0.7  - JLine from 3.30.6 to 3.30.7 - https://github.com/jline/jline3/releases/tag/jline-3.30.7  - Amazon Kinesis Client from 3.4.0 to 3.4.1 - https://github.com/awslabs/amazon-kinesis-client/releases/tag/v3.4.1  Signed-off-by: Pierre Villard --- .../nifi-aws-bundle/nifi-aws-kinesis/pom.xml | 2 +- .../nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +- .../nifi-compress-bundle/nifi-compress-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +- .../nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-iotdb-bundle/pom.xml | 2 +- .../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml | 2 +- .../nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml | 2 +- nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +- .../nifi-record-serialization-services/pom.xml | 2 +- .../nifi-standard-shared-bom/pom.xml | 2 +- nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +- pom.xml | 8 ++++---- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml index ae9ced74f2a4..97e4918a0b80 100644 --- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml +++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml @@ -54,7 +54,7 @@ software.amazon.kinesis amazon-kinesis-client - 3.4.0 + 3.4.1 com.google.code.findbugs diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml index be5906bbe893..b01b0142c9d5 100644 --- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml +++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml @@ -316,7 +316,7 @@ at.yawk.lz4 lz4-java - 1.10.3 + 1.10.4 diff --git a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml index 6ae73a75619d..f918dbe7843d 100644 --- a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml +++ b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml @@ -47,7 +47,7 @@ language governing permissions and limitations under the License. --> org.tukaani xz - 1.11 + 1.12 org.xerial.snappy diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml index 95bbe2458bf8..a7a716f942f8 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.76.0 + 26.77.0 diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml index 0d072c79e0b5..7a57d4e5e1a4 100644 --- a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml +++ b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml @@ -48,7 +48,7 @@ at.yawk.lz4 lz4-java - 1.10.3 + 1.10.4 org.apache.nifi diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml index 17dbe3f8124d..d98136f93520 100644 --- a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml @@ -30,7 +30,7 @@ - 2.0.6 + 2.0.7 diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml index 6ec08c523d3f..dd828d0e2237 100644 --- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml +++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml @@ -66,7 +66,7 @@ at.yawk.lz4 lz4-java - 1.10.3 + 1.10.4 software.amazon.msk diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml index 34e1db0a6d35..8da761351188 100644 --- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml +++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml @@ -77,7 +77,7 @@ at.yawk.lz4 lz4-java - 1.10.3 + 1.10.4 org.apache.nifi diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/pom.xml index 1d2367558c91..58cf6c057dd5 100644 --- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml @@ -101,7 +101,7 @@ org.tukaani xz - 1.11 + 1.12 net.sf.saxon 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 56f592fe0d2f..5ee32432d0d8 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 @@ -169,7 +169,7 @@ org.tukaani xz - 1.11 + 1.12 compile diff --git a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml index ce559278386a..59aa579bc2db 100644 --- a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml +++ b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml @@ -121,7 +121,7 @@ org.checkerframework checker-qual - 3.53.1 + 3.54.0 provided diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml index f25364c42759..59de8732781d 100644 --- a/nifi-toolkit/nifi-toolkit-cli/pom.xml +++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml @@ -24,7 +24,7 @@ Tooling to make tls configuration easier - 3.30.6 + 3.30.7 diff --git a/pom.xml b/pom.xml index 8ec5ae7c48d9..5cb9febca682 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ 2.3.0 - 2.42.4 + 2.42.6 4.0.1 1.3.4 @@ -141,7 +141,7 @@ 1.4.1 - 7.5.2 + 7.6.0 2.14.0 @@ -198,7 +198,7 @@ 6.1.0 7.0.3 7.0.5 - 2.2.43 + 2.2.44 6.0.3 @@ -827,7 +827,7 @@ io.swagger.core.v3 swagger-maven-plugin-jakarta - 2.2.43 + 2.2.44 io.swagger.codegen.v3 From d67f71929d7e5cff5b6241642ec1631fa2aefec8 Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Thu, 5 Mar 2026 09:05:34 +0100 Subject: [PATCH 2/2] Pin Jackson 3 to 3.1.0 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 5cb9febca682..5a3028eccf92 100644 --- a/pom.xml +++ b/pom.xml @@ -154,6 +154,7 @@ 2.13.2 2.21 2.21.1 + 3.1.0 2.6.0 2.6 @@ -484,6 +485,13 @@ pom import + + tools.jackson + jackson-bom + ${jackson3.bom.version} + pom + import + org.xerial.snappy