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 8bd2734bf6 NIFI-15357 Bump Log4j2 to 2.25.3, Kotlin to 2.3.0, LZ4 to
1.10.2, and others (#10657)
8bd2734bf6 is described below
commit 8bd2734bf6bc225ac28044f686bcd1ccd2e20b3f
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Dec 18 15:24:03 2025 +0100
NIFI-15357 Bump Log4j2 to 2.25.3, Kotlin to 2.3.0, LZ4 to 1.10.2, and
others (#10657)
- ASM from 9.9 to 9.9.1 - https://asm.ow2.io/versions.html
- LZ4 from 1.10.1 to 1.10.2 -
https://github.com/yawkat/lz4-java/releases/tag/v1.10.2
- Maven Artifact from 3.9.11 to 3.9.12 -
https://maven.apache.org/docs/3.9.12/release-notes.html
- Spring Integration from 6.5.4 to 6.5.5 -
https://github.com/spring-projects/spring-integration/releases/tag/v6.5.5
- HiveMQ MQTT Client from 1.3.11 to 1.3.12 -
https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.12
- MariaDB Java Client from 3.5.6 to 3.5.7 -
https://github.com/mariadb-corporation/mariadb-connector-j/releases/tag/3.5.7
- AWS SDK BOM from 2.40.8 to 2.40.10 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- AWS S3 Encryption Client from 3.5.0 to 3.6.0 -
https://github.com/aws/amazon-s3-encryption-client-java/releases/tag/v3.6.0
- Apache Commons DBCP2 from 2.13.0 to 2.14.0 -
https://github.com/apache/commons-dbcp/blob/master/RELEASE-NOTES.txt
- AspectJ from 1.9.25 to 1.9.25.1 -
https://github.com/eclipse-aspectj/aspectj/releases
- Kotlin from 2.2.21 to 2.3.0 -
https://github.com/JetBrains/kotlin/releases/tag/v2.3.0
- Test Containers from 2.0.2 to 2.0.3 -
https://github.com/testcontainers/testcontainers-java/releases/tag/2.0.3
- Log4J2 from 2.25.2 to 2.25.3 -
https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.25.3
- Checkstyle from 12.2.0 to 12.3.0 -
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-12.3.0
- GCP SDK BOM from 26.72.0 to 26.73.0 -
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.73.0
- Jedis from 7.1.0 to 7.2.0 -
https://github.com/redis/jedis/releases/tag/v7.2.0
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bom/pom.xml | 6 +++---
.../nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
.../nifi-elasticsearch-client-service/pom.xml | 2 +-
.../nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/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-mqtt-bundle/nifi-mqtt-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-redis-bundle/pom.xml | 2 +-
.../nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
pom.xml | 16 ++++++++--------
12 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index c1fbc49ad4..a3c66c6bd2 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -189,19 +189,19 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.9</version>
+ <version>9.9.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
- <version>9.9</version>
+ <version>9.9.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
- <version>9.9</version>
+ <version>9.9.1</version>
<scope>provided</scope>
</dependency>
<!-- Jetty EE11 Apache JSP and deps -->
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 748c145464..31c60f1d98 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.1</version>
+ <version>1.10.2</version>
</dependency>
</dependencies>
<build>
diff --git
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index 9740fae06d..ff573b4589 100644
---
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -151,7 +151,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>3.9.11</version>
+ <version>3.9.12</version>
<scope>test</scope>
</dependency>
</dependencies>
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 11864864ad..683f49c27f 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 @@
<artifactId>nifi-email-processors</artifactId>
<packaging>jar</packaging>
<properties>
- <spring.integration.version>6.5.4</spring.integration.version>
+ <spring.integration.version>6.5.5</spring.integration.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 18551d086f..ace6ce6c50 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
<packaging>pom</packaging>
<properties>
- <google.libraries.version>26.72.0</google.libraries.version>
+ <google.libraries.version>26.73.0</google.libraries.version>
</properties>
<dependencyManagement>
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 9a260a672a..e67c62cbc5 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.1</version>
+ <version>1.10.2</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 81bfc55d40..4508f098f4 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.1</version>
+ <version>1.10.2</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 0ecf4168c2..d3114c6440 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.1</version>
+ <version>1.10.2</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 0ae88fcf5f..da1f409092 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 @@
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
- <version>1.3.11</version>
+ <version>1.3.12</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
index 5720a5c6f9..846601ed22 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
@@ -26,7 +26,7 @@
<properties>
<spring.data.redis.version>4.0.1</spring.data.redis.version>
- <jedis.version>7.1.0</jedis.version>
+ <jedis.version>7.2.0</jedis.version>
</properties>
<modules>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index 76003eed9a..5e10f727d6 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>3.5.6</version>
+ <version>3.5.7</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
diff --git a/pom.xml b/pom.xml
index 2b9087e2fd..57a6b72ddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,8 +120,8 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.40.8</software.amazon.awssdk.version>
-
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
+
<software.amazon.awssdk.version>2.40.11</software.amazon.awssdk.version>
+
<software.amazon.encryption.s3.version>3.6.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 -->
<!-- Apache Commons -->
@@ -144,7 +144,7 @@
<io.fabric8.kubernetes.client.version>7.4.0</io.fabric8.kubernetes.client.version>
<!-- Data access -->
- <commons.dbcp2.version>2.13.0</commons.dbcp2.version>
+ <commons.dbcp2.version>2.14.0</commons.dbcp2.version>
<derby.version>10.17.1.0</derby.version>
<!-- Data formats and serialization -->
@@ -158,12 +158,12 @@
<snakeyaml.version>2.5</snakeyaml.version>
<!-- JVM languages and bytecode -->
- <aspectj.version>1.9.25</aspectj.version>
+ <aspectj.version>1.9.25.1</aspectj.version>
<groovy.version>5.0.3</groovy.version>
- <kotlin.version>2.2.21</kotlin.version>
+ <kotlin.version>2.3.0</kotlin.version>
<!-- Logging and observability -->
- <log4j2.version>2.25.2</log4j2.version>
+ <log4j2.version>2.25.3</log4j2.version>
<logback.version>1.5.22</logback.version>
<org.slf4j.version>2.0.17</org.slf4j.version>
<prometheus.version>0.16.0</prometheus.version>
@@ -204,8 +204,8 @@
<junit.version>6.0.1</junit.version>
<mockito.version>5.21.0</mockito.version>
<pmd.version>7.19.0</pmd.version>
- <checkstyle.version>12.2.0</checkstyle.version>
- <testcontainers.version>2.0.2</testcontainers.version>
+ <checkstyle.version>12.3.0</checkstyle.version>
+ <testcontainers.version>2.0.3</testcontainers.version>
</properties>
<dependencyManagement>
<dependencies>