This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new a1e4f62a04 NIFI-15515 Bump Apache MINA SSH to 2.17.1, Logback to
1.5.26, Kinesis to 3.3.0, and others (#10819)
a1e4f62a04 is described below
commit a1e4f62a04bb36afba2af236a138d0c28b427c33
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Jan 28 05:46:27 2026 +0100
NIFI-15515 Bump Apache MINA SSH to 2.17.1, Logback to 1.5.26, Kinesis to
3.3.0, and others (#10819)
- Dropwizard Metrics from 4.2.37 to 4.2.38 -
https://github.com/dropwizard/metrics/releases/tag/v4.2.38
- AWS Kinesis Client from 3.2.1 to 3.3.0 -
https://github.com/awslabs/amazon-kinesis-client/releases/tag/v3.3.0
- FlywayDB from 11.20.2 to 11.20.3 -
https://github.com/flyway/flyway/releases/tag/flyway-11.20.3
- AWS SDK BOM from 2.41.13 to 2.41.15 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Logback from 1.5.25 to 1.5.26 -
https://github.com/qos-ch/logback/releases/tag/v_1.5.26
- Apache MINA SSH from 2.16.0 to 2.17.1 -
https://github.com/apache/mina-sshd/releases/tag/sshd-2.17.1
Signed-off-by: David Handermann <[email protected]>
---
nifi-commons/nifi-metrics/pom.xml | 4 ++--
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
pom.xml | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/nifi-commons/nifi-metrics/pom.xml
b/nifi-commons/nifi-metrics/pom.xml
index 219ce40ffd..c751cbd7d2 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -31,12 +31,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
- <version>4.2.37</version>
+ <version>4.2.38</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.37</version>
+ <version>4.2.38</version>
</dependency>
</dependencies>
</project>
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 0bd6b55b72..34cc10ca09 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 @@
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index e24e980901..7ef070f046 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>4.0.2</spring.boot.version>
- <flyway.version>11.20.2</flyway.version>
+ <flyway.version>11.20.3</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.5.0.202512021534-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 8e5299c8c2..d6233142b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
-
<software.amazon.awssdk.version>2.41.13</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.41.15</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.0</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.3</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -164,7 +164,7 @@
<!-- Logging and observability -->
<log4j2.version>2.25.3</log4j2.version>
- <logback.version>1.5.25</logback.version>
+ <logback.version>1.5.26</logback.version>
<org.slf4j.version>2.0.17</org.slf4j.version>
<prometheus.version>0.16.0</prometheus.version>
<simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
@@ -175,7 +175,7 @@
<okio.version>3.16.4</okio.version>
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
- <org.apache.sshd.version>2.16.0</org.apache.sshd.version>
+ <org.apache.sshd.version>2.17.1</org.apache.sshd.version>
<!-- Security -->
<nimbus-jose-jwt.version>10.7</nimbus-jose-jwt.version>