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 ee1e15398f NIFI-15298 Bump Jetty to 12.1.5, Groovy to 5.0.3, LZ4 to
1.10.1, and others (#10605)
ee1e15398f is described below
commit ee1e15398f51aff95b46cf3582e7c1e956f1c534
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Dec 5 21:22:40 2025 +0100
NIFI-15298 Bump Jetty to 12.1.5, Groovy to 5.0.3, LZ4 to 1.10.1, and others
(#10605)
- AMQP Client from 5.27.1 to 5.28.0 -
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.28.0
- LZ4 from 1.10.0 to 1.10.1 -
https://github.com/yawkat/lz4-java/releases/tag/v1.10.1
- unboundid-ldapsdk from 7.0.3 to 7.0.4 -
https://docs.ldap.com/ldap-sdk/docs/release-notes.html
- AWS SDK BOM from 2.40.0 to 2.40.2 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Groovy from 5.0.2 to 5.0.3 -
https://groovy-lang.org/changelogs/changelog-5.0.3.html
- Jetty from 12.1.4 to 12.1.5 -
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.5
Signed-off-by: David Handermann <[email protected]>
---
.../nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 2 +-
.../nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-aws/pom.xml | 2 +-
.../nifi-kafka-bundle/nifi-kafka-service-shared/pom.xml | 2 +-
.../nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml | 2 +-
nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml | 2 +-
nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml | 2 +-
pom.xml | 6 +++---
10 files changed, 12 insertions(+), 12 deletions(-)
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 3a9c3a6aa7..e00b7becd3 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. -->
<packaging>jar</packaging>
<properties>
- <amqp-client.version>5.27.1</amqp-client.version>
+ <amqp-client.version>5.28.0</amqp-client.version>
</properties>
<dependencies>
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 1ed04c84d3..b56ed4a683 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 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
</dependency>
</dependencies>
<build>
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 62cf148108..5aadbfafb5 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,7 +27,7 @@
<properties>
<janusgraph.version>1.2.0-20251114-142114.b424a8f</janusgraph.version>
<guava.version>33.5.0-jre</guava.version>
- <amqp-client.version>5.27.1</amqp-client.version>
+ <amqp-client.version>5.28.0</amqp-client.version>
</properties>
<dependencyManagement>
<dependencies>
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 d219d8f5d9..009bfbc6a6 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 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 bd401160f8..0fb0c38850 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 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
</dependency>
<dependency>
<groupId>software.amazon.msk</groupId>
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 01610dd4cc..d54da00c63 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 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.0</version>
+ <version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 920e8f3af2..10171d4edd 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
@@ -87,7 +87,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <version>7.0.3</version>
+ <version>7.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
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 27441a3ef8..24aa88635d 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -400,7 +400,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <version>7.0.3</version>
+ <version>7.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
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 361710a6fa..83a0fb8232 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
@@ -316,7 +316,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <version>7.0.3</version>
+ <version>7.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 81c99e36c1..64a199384d 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.40.0</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.40.2</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>3.5.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 -->
@@ -159,7 +159,7 @@
<!-- JVM languages and bytecode -->
<aspectj.version>1.9.25</aspectj.version>
- <groovy.version>5.0.2</groovy.version>
+ <groovy.version>5.0.3</groovy.version>
<kotlin.version>2.2.21</kotlin.version>
<!-- Logging and observability -->
@@ -194,7 +194,7 @@
<jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
<jaxb.runtime.version>4.0.6</jaxb.runtime.version>
<jersey.bom.version>4.0.0</jersey.bom.version>
- <jetty.version>12.1.4</jetty.version>
+ <jetty.version>12.1.5</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>6.5.7</spring.security.version>
<spring.version>6.2.14</spring.version>