From 2f73167aae8123990e3dac479bc367a91aacef24 Mon Sep 17 00:00:00 2001 From: Joseph Witt Date: Thu, 26 Dec 2024 13:48:26 -0700 Subject: [PATCH] NIFI-14112 bumped aws, gcp, azure and many other libraries for hygiene or reported vulns such as Mina - ch.qos.logback 1.5.14 1.5.15 - com.aayushatharva.brotli4j 1.17.0 1.18.0 - com.hierynomus smbj 0.13.0. 0.14.0 - com.networknt json-schema-validator. 1.5.2 1.5.4 - com.nimbusds nimbus-jose-jwt 9.47 9.48 - com.rabbitmq amqp-client 5.23.0 5.24.0 - io.projectreactor.netty 1.2.0 1.2.1 - org.apache.lucene 10.0.0 10.1.0 - org.elasticsearch.client 8.16.1 8.17.0 - software.amazon.awssdk 2.29.35 2.29.40 - com.github.docker-java 3.4.0 3.4.1 - com.google.apis google-api-services-drive v3-rev20241027-2.0.0 v3-rev20241206-2.0.0 - com.hivemq 1.3.3 1.3.4 - com.unboundid 7.0.1 7.0.2 - io.projectreactor reactor-core/test 3.7.0 3.7.1 - net.java.dev.jna 5.15.0 5.16.0 - net.sf.py4j py4j 0.10.9.7 0.10.9.8 - org.apache.camel 4.8.1 4.8.2 - org.apache.mina 2.2.3 2.2.4 - org.eclipse.jgit 7.0.0.202409031743-r 7.1.0.202411261347-r - org.flywaydb 11.0.0 11.1.0 - org.jline 3.27.1 3.28.0 - org.springframework.boot 3.3.6 3.4.1 - org.springframework.integration 6.4.0 6.4.1 - org.springframework.retry 2.0.10 2.0.11 - com.google.cloud libraries-bom 26.50.0 26.52.0 - com.azure azure-sdk-bom 1.2.29 1.2.30 - spring-data-redis 3.4.0 3.4.1 - com.google.guava 33.3.1-jre 33.4.0-jre Signed-off-by: Pierre Villard This closes #9597. --- nifi-code-coverage/pom.xml | 2 +- nifi-commons/pom.xml | 2 +- .../nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-aws-bundle/pom.xml | 2 +- .../nifi-azure-bundle/nifi-azure-processors/pom.xml | 4 ++-- nifi-extension-bundles/nifi-azure-bundle/pom.xml | 6 +++--- .../nifi-compress-bundle/nifi-compress-processors/pom.xml | 2 +- .../nifi-elasticsearch-test-utils/pom.xml | 2 +- nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +- .../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +- .../nifi-evtx-bundle/nifi-evtx-processors/pom.xml | 2 +- .../nifi-extension-utils/nifi-hadoop-utils/pom.xml | 2 +- .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 4 ++-- .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 4 ++-- .../nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml | 4 ++-- nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml | 4 ++-- .../nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +- .../nifi-parquet-bundle/nifi-parquet-processors/pom.xml | 2 +- .../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 2 +- nifi-extension-bundles/nifi-protobuf-bundle/pom.xml | 2 +- .../nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml | 2 +- nifi-extension-bundles/nifi-redis-bundle/pom.xml | 2 +- .../nifi-salesforce-processors/pom.xml | 2 +- nifi-extension-bundles/nifi-smb-bundle/pom.xml | 2 +- nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml | 2 +- .../nifi-standard-content-viewer/pom.xml | 2 +- .../nifi-standard-bundle/nifi-standard-processors/pom.xml | 6 +++--- nifi-extension-bundles/nifi-standard-bundle/pom.xml | 6 +++--- .../nifi-hadoop-dbcp-service/pom.xml | 2 +- .../nifi-windows-event-log-processors/pom.xml | 2 +- .../nifi-ldap-iaa-providers/pom.xml | 2 +- .../nifi-provenance-repository-bundle/pom.xml | 2 +- .../nifi-python-framework/pom.xml | 6 +++--- .../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +- nifi-framework-bundle/pom.xml | 4 ++-- .../nifi-registry-core/nifi-registry-framework/pom.xml | 2 +- .../nifi-registry-core/nifi-registry-web-api/pom.xml | 2 +- nifi-registry/nifi-registry-core/pom.xml | 4 ++-- nifi-registry/pom.xml | 6 +++--- nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +- pom.xml | 4 ++-- 43 files changed, 61 insertions(+), 61 deletions(-) diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml index 4a147e6f2b60..2f2cacbd6703 100644 --- a/nifi-code-coverage/pom.xml +++ b/nifi-code-coverage/pom.xml @@ -89,7 +89,7 @@ io.projectreactor.netty reactor-netty-http - 1.2.0 + 1.2.1 diff --git a/nifi-commons/pom.xml b/nifi-commons/pom.xml index 9a7d263d8c7a..7a56424d0d3c 100644 --- a/nifi-commons/pom.xml +++ b/nifi-commons/pom.xml @@ -72,7 +72,7 @@ 26.38.0 - 33.3.1-jre + 33.4.0-jre diff --git a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml b/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml index de5b5ae420c4..8d2d60c882f6 100644 --- a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml +++ b/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml @@ -20,7 +20,7 @@ language governing permissions and limitations under the License. --> jar - 5.23.0 + 5.24.0 diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/pom.xml index 388394345d40..f00fef85beea 100644 --- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml @@ -47,7 +47,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre org.apache.nifi 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 ddc9b677b067..34649255940a 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.0 + 3.7.1 com.azure @@ -191,7 +191,7 @@ io.projectreactor reactor-test - 3.7.0 + 3.7.1 test diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/pom.xml index fe4eb7ff749f..d281091a8549 100644 --- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml @@ -28,7 +28,7 @@ - 1.2.29 + 1.2.30 1.17.2 0.34.1 @@ -55,7 +55,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre @@ -73,7 +73,7 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 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 567d876f0c25..0a4ec9610f06 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 @@ -43,7 +43,7 @@ language governing permissions and limitations under the License. --> com.aayushatharva.brotli4j brotli4j - 1.17.0 + 1.18.0 org.tukaani diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml index 36768cca0960..12255e5de472 100644 --- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml +++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml @@ -34,7 +34,7 @@ language governing permissions and limitations under the License. --> com.github.docker-java docker-java-api - 3.4.0 + 3.4.1 org.apache.httpcomponents diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml index 873e7dc2d31b..2d9499d6e57c 100644 --- a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml @@ -33,7 +33,7 @@ language governing permissions and limitations under the License. --> - 8.16.1 + 8.17.0 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 9037ffadfc8f..5ade70072cb5 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 @@ -25,7 +25,7 @@ nifi-email-processors jar - 6.4.0 + 6.4.1 diff --git a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml index 137c2f1c556f..32ce629900d1 100644 --- a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml +++ b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml @@ -31,7 +31,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre org.apache.nifi diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml index bb6335913b27..7466d0130e06 100644 --- a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml +++ b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml @@ -114,7 +114,7 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml index 2bf4d4e1658e..7b5478705af6 100644 --- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml +++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml @@ -127,7 +127,7 @@ com.google.apis google-api-services-drive - v3-rev20241027-2.0.0 + v3-rev20241206-2.0.0 com.tdunning diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml index d1c953d635c1..17a63292fc26 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.50.0 + 26.52.0 @@ -41,7 +41,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml index 8c0a35fa3e9a..5e56f3b609d5 100644 --- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml +++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml @@ -27,8 +27,8 @@ 3.7.3 1.2.0-20241120-125614.80ef1d9 - 33.3.1-jre - 5.23.0 + 33.4.0-jre + 5.24.0 diff --git a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml index 141d6baca4ee..483babf080b4 100644 --- a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml +++ b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml @@ -47,7 +47,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre org.apache.nifi @@ -166,7 +166,7 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml index 9c569e89bb49..d294542dc416 100644 --- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml @@ -37,13 +37,13 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 com.google.guava guava - 33.3.1-jre + 33.4.0-jre diff --git a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml index 89113d2a6837..6435fb6edc0a 100644 --- a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml +++ b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml @@ -59,7 +59,7 @@ com.hivemq hivemq-mqtt-client - 1.3.3 + 1.3.4 org.apache.commons diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml index 4e972c547714..43ff05743369 100644 --- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml @@ -40,7 +40,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre diff --git a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml index 0fe3ab96c040..e90209b9b86f 100644 --- a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml +++ b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml @@ -71,7 +71,7 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 org.bouncycastle diff --git a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml index 2ac2f210852f..77701ae518ca 100644 --- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml +++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml @@ -56,7 +56,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre com.google.protobuf diff --git a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml index fe5d289911f9..238be7d1451e 100644 --- a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml +++ b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml @@ -37,7 +37,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre diff --git a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml index ddc00a37afc8..c42407f64d4d 100644 --- a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml +++ b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml @@ -36,7 +36,7 @@ net.sf.py4j py4j - 0.10.9.7 + 0.10.9.8 jar - 5.15.0 + 5.16.0 3.30.2-GA diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml index bc060baeb9e9..7eccce4c5150 100644 --- a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml +++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml @@ -88,7 +88,7 @@ com.unboundid unboundid-ldapsdk - 7.0.1 + 7.0.2 test diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml index 11316a9444cd..808e0b3d205d 100644 --- a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml +++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml @@ -27,7 +27,7 @@ nifi-provenance-repository-nar - 10.0.0 + 10.1.0 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 4e4bbd7ab48b..c50e0e750606 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.7 - https://files.pythonhosted.org/packages/10/30/a58b32568f1623aaad7db22aa9eafc4c6c194b429ff35bdc55ca2726da47/py4j-${py4j.version}-py2.py3-none-any.whl + 0.10.9.8 + https://files.pythonhosted.org/packages/53/75/15967ccc1a9bb2c85364a4eceb64116fbf8734528315338f16efd4191f35/py4j-${py4j.version}-py2.py3-none-any.whl @@ -46,7 +46,7 @@ py4j-${py4j.version}.zip true ${project.build.directory}/py4j-${py4j.version} - 85defdfd2b2376eb3abf5ca6474b51ab7e0de341c75a02f46dc9b5976f5a5c1b + 84226a9d382448c36af1ca4bc2ab7ab9df49ec54fc83f033f620e00c8a6da0ca diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml index b18fcbc3d9d2..0f60c47c4eaf 100644 --- a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml +++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml @@ -44,7 +44,7 @@ org.springframework.retry spring-retry - 2.0.10 + 2.0.11 diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml index fafe0e12ad5c..791da381bedf 100644 --- a/nifi-framework-bundle/pom.xml +++ b/nifi-framework-bundle/pom.xml @@ -25,7 +25,7 @@ NiFi: Framework Bundle 5.7.1 - 33.3.1-jre + 33.4.0-jre 5.1.3 @@ -111,7 +111,7 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 org.codehaus.jettison diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml index 97beec5403f7..1bc678952123 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml @@ -406,7 +406,7 @@ com.unboundid unboundid-ldapsdk - 7.0.1 + 7.0.2 test diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml index 0e1cad28fe7f..e4a59c02189b 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml @@ -325,7 +325,7 @@ com.unboundid unboundid-ldapsdk - 7.0.1 + 7.0.2 test diff --git a/nifi-registry/nifi-registry-core/pom.xml b/nifi-registry/nifi-registry-core/pom.xml index 41598a349d4f..b72a40ce2394 100644 --- a/nifi-registry/nifi-registry-core/pom.xml +++ b/nifi-registry/nifi-registry-core/pom.xml @@ -109,12 +109,12 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 com.google.guava guava - 33.3.1-jre + 33.4.0-jre diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index e8e9a64c6550..2b973594f4c1 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -35,11 +35,11 @@ nifi-registry-docker-maven - 3.3.6 - 11.0.0 + 3.4.1 + 11.1.0 10.0.0 3.12.0 - 7.0.0.202409031743-r + 7.1.0.202411261347-r 2.14.0 diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml index d75b4e95de10..5bef5b557ca2 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.27.1 + 3.28.0 diff --git a/pom.xml b/pom.xml index 74d32dbfb400..b9b53ed1d02b 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ UTF-8 2014 1.12.780 - 2.29.35 + 2.29.40 2.11.0 6.13.4 2.1.0 @@ -149,7 +149,7 @@ 1.9.22.1 3.1.9 2.24.3 - 1.5.14 + 1.5.15 5.14.2 3.10.6.Final 2.3