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 753fa671d03 NIFI-15942 Bump SLF4J to 2.0.18, k8s client to 7.7.0,
Commons Config to 2.15.0, and others (#11253)
753fa671d03 is described below
commit 753fa671d033a0216bcf8293b86d5e2622c1e96f
Author: Pierre Villard <[email protected]>
AuthorDate: Thu May 14 16:48:38 2026 +0200
NIFI-15942 Bump SLF4J to 2.0.18, k8s client to 7.7.0, Commons Config to
2.15.0, and others (#11253)
- Elasticsearch from 9.4.0 to 9.4.1 -
https://github.com/elastic/elasticsearch-java/releases
- MaxmindDB from 4.0.2 to 4.1.0 -
https://github.com/maxmind/MaxMind-DB-Reader-java/releases/tag/v4.1.0
- GeoIP2 from 5.0.2 to 5.1.0 -
https://github.com/maxmind/GeoIP2-java/releases/tag/v5.1.0
- Hazelcast from 5.6.0 to 5.7.0 -
https://github.com/hazelcast/hazelcast/releases/tag/v5.7.0
- Parquet from 1.17.0 to 1.17.1 -
https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.17.1
- Jackson Datatype Protobuf from 0.9.18 to 0.10.0 -
https://github.com/HubSpot/jackson-datatype-protobuf/releases/tag/jackson-datatype-protobuf-0.10.0
- Wire from 6.2.0 to 6.3.0 - https://square.github.io/wire/changelog/
- Clojure from 1.12.4 to 1.12.5 -
https://clojure.org/news/2026/05/12/clojure-1-12-5
- FlywayDB from 12.6.0 to 12.6.1 -
https://github.com/flyway/flyway/releases/tag/flyway-12.6.1
- AWS SDK BOM from 2.44.4 to 2.44.5 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Apache Commons Configuration from 2.14.0 to 2.15.0 -
https://commons.apache.org/proper/commons-configuration/changes.html#a2.15.0
- Kubernetes Client from 7.6.1 to 7.7.0 -
https://github.com/fabric8io/kubernetes-client/releases/tag/v7.7.0
- SLF4J from 2.0.17 to 2.0.18 -
https://github.com/qos-ch/slf4j/releases/tag/v_2.0.18
- Swagger from 2.2.49 to 2.2.50 -
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.50
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +-
.../nifi-enrich-bundle/nifi-enrich-processors/pom.xml | 4 ++--
.../nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml | 2 +-
.../nifi-iceberg-parquet-writer/pom.xml | 2 +-
.../nifi-opentelemetry-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-parquet-bundle/pom.xml | 2 +-
.../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 2 +-
.../nifi-scripting-processors/pom.xml | 2 +-
.../nifi-lookup-services/pom.xml | 4 ++--
nifi-registry/pom.xml | 2 +-
pom.xml | 14 +++++++-------
11 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index f89b81f4b88..0324decc9b9 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. -->
</modules>
<properties>
- <elasticsearch.client.version>9.4.0</elasticsearch.client.version>
+ <elasticsearch.client.version>9.4.1</elasticsearch.client.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
index b2facd9aad4..e12b686d4be 100644
--- a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.maxmind.db</groupId>
<artifactId>maxmind-db</artifactId>
- <version>4.0.2</version>
+ <version>4.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
@@ -60,7 +60,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>5.0.2</version>
+ <version>5.1.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git
a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
index 08c38ad982e..b259577b652 100644
---
a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
+++
b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
- <version>5.6.0</version>
+ <version>5.7.0</version>
</dependency>
</dependencies>
</project>
diff --git
a/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
b/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
index 6e4cf244a74..85ad32b8865 100644
---
a/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
+++
b/nifi-extension-bundles/nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
- <version>1.17.0</version>
+ <version>1.17.1</version>
</dependency>
<!-- Avro provided in shared NAR -->
<dependency>
diff --git
a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
index 6cba2703be7..126031d8496 100644
---
a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.hubspot.jackson</groupId>
<artifactId>jackson-datatype-protobuf</artifactId>
- <version>0.9.18</version>
+ <version>0.10.0</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
index 65bed382ae4..2339c96d67d 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
@@ -31,7 +31,7 @@
<module>nifi-parquet-nar</module>
</modules>
<properties>
- <parquet.version>1.17.0</parquet.version>
+ <parquet.version>1.17.1</parquet.version>
</properties>
<dependencyManagement>
<dependencies>
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 ed88142f790..99bf3e39d60 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
@@ -27,7 +27,7 @@
<properties>
<protobuf.version>4.34.1</protobuf.version>
- <wire.version>6.2.0</wire.version>
+ <wire.version>6.3.0</wire.version>
</properties>
<dependencies>
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 f5327e1885c..50fa916b045 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 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
- <version>1.12.4</version>
+ <version>1.12.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index ee45a28ddd1..3bc356d20b7 100644
---
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>com.maxmind.db</groupId>
<artifactId>maxmind-db</artifactId>
- <version>4.0.2</version>
+ <version>4.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -73,7 +73,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>5.0.2</version>
+ <version>5.1.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index a64b23e938e..1f814492809 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>4.0.6</spring.boot.version>
- <flyway.version>12.6.0</flyway.version>
+ <flyway.version>12.6.1</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.6.0.202603022253-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 02a9455c782..11cdd63910a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.44.4</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.44.5</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.6</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -131,7 +131,7 @@
<org.apache.commons.codec.version>1.22.0</org.apache.commons.codec.version>
<org.apache.commons.collections4.version>4.5.0</org.apache.commons.collections4.version>
<org.apache.commons.compress.version>1.28.0</org.apache.commons.compress.version>
-
<org.apache.commons.configuration.version>2.14.0</org.apache.commons.configuration.version>
+
<org.apache.commons.configuration.version>2.15.0</org.apache.commons.configuration.version>
<org.apache.commons.csv.version>1.14.1</org.apache.commons.csv.version>
<org.apache.commons.io.version>2.22.0</org.apache.commons.io.version>
<org.apache.commons.lang3.version>3.20.0</org.apache.commons.lang3.version>
@@ -143,7 +143,7 @@
<ozone.version>1.4.1</ozone.version>
<!-- Kubernetes -->
-
<io.fabric8.kubernetes.client.version>7.6.1</io.fabric8.kubernetes.client.version>
+
<io.fabric8.kubernetes.client.version>7.7.0</io.fabric8.kubernetes.client.version>
<!-- Data access -->
<commons.dbcp2.version>2.14.0</commons.dbcp2.version>
@@ -169,7 +169,7 @@
<!-- Logging and observability -->
<log4j2.version>2.26.0</log4j2.version>
<logback.version>1.5.32</logback.version>
- <org.slf4j.version>2.0.17</org.slf4j.version>
+ <org.slf4j.version>2.0.18</org.slf4j.version>
<prometheus.version>0.16.0</prometheus.version>
<simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
@@ -202,7 +202,7 @@
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.0.5</spring.security.version>
<spring.version>7.0.7</spring.version>
- <swagger.annotations.version>2.2.49</swagger.annotations.version>
+ <swagger.annotations.version>2.2.50</swagger.annotations.version>
<!-- Testing and quality -->
<junit.version>6.0.3</junit.version>
@@ -838,12 +838,12 @@
<plugin>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-maven-plugin-jakarta</artifactId>
- <version>2.2.49</version>
+ <version>2.2.50</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.79</version>
+ <version>3.0.80</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>