From 40f6257b4dbd06f4228f9f716ee78eeb3c57b5b7 Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Thu, 2 Oct 2025 12:54:18 +0200 Subject: [PATCH] NIFI-15035 - Bump JUnit to 6.0.0, Logback to 1.5.19, GCP BOM to 26.69.0, and others - AWS Kinesis Client from 2.7.1 to 2.7.2 - https://github.com/awslabs/amazon-kinesis-client/releases/tag/v2.7.2 - Greenmail from 2.1.5 to 2.1.6 - https://github.com/greenmail-mail-test/greenmail/releases/tag/release-2.1.6 - Google Cloud SDK BOM from 26.68.0 to 26.69.0 - https://github.com/googleapis/java-cloud-bom/releases/tag/v26.69.0 - Neo4J Driver from 5.28.9 to 6.0.0 - https://github.com/neo4j/neo4j-java-driver/releases/tag/6.0.0 - Camel Salesforce from 4.14.0 to 4.14.1 - https://github.com/apache/camel/releases/tag/camel-4.14.1 - Clojure from 1.12.2 to 1.12.3 - https://clojure.org/news/2025/09/25/clojure-1-12-3 - checker-qual from 3.51.0 to 3.51.1 - https://github.com/typetools/checker-framework/releases/tag/checker-framework-3.51.1 - JNA from 5.18.0 to 5.18.1 - https://github.com/java-native-access/jna/releases/tag/5.18.1 - FlywayDB from 11.13.1 to 11.13.2 - https://github.com/flyway/flyway/releases/tag/flyway-11.13.2 - Frontend Maven Plugin from 1.15.1 to 1.15.4 - https://github.com/eirslett/frontend-maven-plugin/releases/tag/frontend-plugins-1.15.4 - AWS SDK v2 from 2.34.3 to 2.34.8 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - Logback from 1.5.18 to 1.5.19 - https://github.com/qos-ch/logback/releases/tag/v_1.5.19 - Nimbus OAuth2 OIDC from 11.29.1 to 11.29.2 - https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt - Swagger Annotations from 2.2.37 to 2.2.38 - https://github.com/swagger-api/swagger-core/releases/tag/v2.2.38 - JUnit from 5.13.4 to 6.0.0 - https://docs.junit.org/6.0.0/release-notes/#release-notes-6.0.0 - Checkstyle from 11.0.1 to 11.1.0 - https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.1.0 - Exec Maven Plugin from 3.5.1 to 3.6.0 - https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.0 Signed-off-by: Pierre Villard --- .../nifi-aws-bundle/pom.xml | 2 +- .../nifi-email-processors/pom.xml | 2 +- .../nifi-gcp-bundle/pom.xml | 2 +- .../nifi-neo4j-cypher-service/pom.xml | 4 ++-- .../nifi-salesforce-processors/pom.xml | 2 +- .../nifi-scripting-processors/pom.xml | 2 +- .../nifi-standard-shared-bom/pom.xml | 2 +- .../nifi-windows-event-log-processors/pom.xml | 2 +- nifi-registry/pom.xml | 2 +- pom.xml | 20 +++++++++---------- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/pom.xml index 368e2ab6f800..c89c58d907b2 100644 --- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml @@ -27,7 +27,7 @@ pom - 2.7.1 + 2.7.2 diff --git a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml index 0f432dcc4890..74ceba62c353 100644 --- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml +++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml @@ -99,7 +99,7 @@ com.icegreen greenmail - 2.1.5 + 2.1.6 test diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml index 9e666f9ac780..120824920d99 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.68.0 + 26.69.0 diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml index 85966707b098..873ada809e68 100644 --- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml +++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml @@ -19,8 +19,8 @@ jar - 5.28.9 - 5.19 + 6.0.0 + 2025.09 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 d03614d3f60c..c87e89ea5340 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.14.0 + 4.14.1 * diff --git a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml index f8f0b2faf0c8..569b9805559d 100644 --- a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml +++ b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml @@ -69,7 +69,7 @@ org.clojure clojure - 1.12.2 + 1.12.3 org.apache.commons 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 47f590468a67..757c5c61c052 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.51.0 + 3.51.1 provided diff --git a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml index a71cf70deb6a..b083697cd029 100644 --- a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml +++ b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml @@ -21,7 +21,7 @@ language governing permissions and limitations under the License. --> jar - 5.18.0 + 5.18.1 3.30.2-GA diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index 5e48e38bea36..6fa707356f19 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -36,7 +36,7 @@ 3.5.6 - 11.13.1 + 11.13.2 10.0.0 3.12.0 7.3.0.202506031305-r diff --git a/pom.xml b/pom.xml index 12631bb8f6bf..bb2a24dbd67e 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ bellsoft/liberica-openjre-debian - 1.15.1 + 1.15.4 v22.19.0 @@ -121,7 +121,7 @@ 1.12.791 - 2.34.3 + 2.34.8 1.10.0 @@ -163,7 +163,7 @@ 2.25.2 - 1.5.18 + 1.5.19 2.0.17 0.16.0 0.0.19 @@ -179,7 +179,7 @@ 10.5 - 11.29.1 + 11.29.2 1.82 @@ -197,13 +197,13 @@ 6.1.0 6.5.5 6.2.11 - 2.2.37 + 2.2.38 - 5.13.4 + 6.0.0 5.20.0 7.17.0 - 11.0.1 + 11.1.0 1.21.3 @@ -632,7 +632,7 @@ org.junit.platform junit-platform-commons - 1.13.4 + ${junit.version} test @@ -730,7 +730,7 @@ org.codehaus.mojo exec-maven-plugin - 3.5.1 + 3.6.0 org.apache.maven.plugins @@ -832,7 +832,7 @@ io.swagger.core.v3 swagger-maven-plugin-jakarta - 2.2.37 + 2.2.38 io.swagger.codegen.v3