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 e3a4d997613 NIFI-16171 Bump Netty to 4.2.17.Final, Jetty to 12.1.12,
and others (#11510)
e3a4d997613 is described below
commit e3a4d9976131cab25c6b5484d2fcc1ba4389ce51
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Aug 5 22:01:04 2026 +0200
NIFI-16171 Bump Netty to 4.2.17.Final, Jetty to 12.1.12, and others (#11510)
- Qpid Proton from 0.34.1 to 0.35.0 -
https://qpid.apache.org/releases/qpid-proton-j-0.35.0/release-notes.html
- Box Java SDK from 5.14.1 to 5.15.0 -
https://github.com/box/box-java-sdk/releases/tag/v5.15.0
- Elasticsearch client from 9.4.4 to 9.5.0 -
https://github.com/elastic/elasticsearch-java/releases/tag/v9.5.0
- GCP BOM from 26.85.0 to 26.86.0 -
https://github.com/googleapis/google-cloud-java/releases#release-libraries-bom/v26.86.0
- Neo4J Driver from 6.2.0 to 6.2.1 -
https://github.com/neo4j/neo4j-java-driver/releases/tag/6.2.1
- Woodstox from 7.2.1 to 7.2.2 -
https://github.com/FasterXML/woodstox/releases/tag/woodstox-core-7.2.2
- AWS BOM from 2.50.2 to 2.51.0 -
https://github.com/aws/aws-sdk-java-v2/releases/tag/2.51.0
- Netty from 4.2.16.Final to 4.2.17.Final -
https://github.com/netty/netty/releases/tag/netty-4.2.17.Final
- Jetty from 12.1.11 to 12.1.12 -
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.12
- PMD from 7.25.0 to 7.26.0 -
https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.26.0
- Checkstyle from 13.8.0 to 13.9.0 -
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-13.9.0
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-box-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml | 2 +-
.../nifi-iceberg-bundle/nifi-iceberg-parquet-writer/pom.xml | 2 +-
pom.xml | 10 +++++-----
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 0f1901ea122..a9d22124fc0 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -29,7 +29,7 @@
<properties>
<!-- when changing the Azure SDK version, also update msal4j to the
version that is required by azure-identity -->
<msal4j.version>1.23.1</msal4j.version>
- <qpid.proton.version>0.34.1</qpid.proton.version>
+ <qpid.proton.version>0.35.0</qpid.proton.version>
</properties>
<modules>
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml
b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index 55e452a3127..51dfc50b1b5 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>com.box</groupId>
<artifactId>box-java-sdk</artifactId>
- <version>5.14.1</version>
+ <version>5.15.0</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index ca57552b7bd..1effa415f7c 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.4</elasticsearch.client.version>
+ <elasticsearch.client.version>9.5.0</elasticsearch.client.version>
</properties>
<dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 3b14b77fbdf..3758e82c8d3 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.85.0</google.libraries.version>
+ <google.libraries.version>26.86.0</google.libraries.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 0a8d25a75c1..cbd1e2d154f 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<properties>
- <neo4j.driver.version>6.2.0</neo4j.driver.version>
+ <neo4j.driver.version>6.2.1</neo4j.driver.version>
<neo4j.docker.version>2026.03</neo4j.docker.version>
</properties>
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 0e418a1d8f9..446f11b47a0 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
@@ -78,7 +78,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>7.2.1</version>
+ <version>7.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 816ee6ae1c9..10a6ffa7a14 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.50.2</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.51.0</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.8</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -176,7 +176,7 @@
<simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
<!-- Networking and transport -->
- <netty.4.version>4.2.16.Final</netty.4.version>
+ <netty.4.version>4.2.17.Final</netty.4.version>
<okhttp.version>5.4.0</okhttp.version>
<okio.version>3.18.1</okio.version>
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
@@ -200,7 +200,7 @@
<jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
<jaxb.runtime.version>4.0.9</jaxb.runtime.version>
<jersey.bom.version>4.0.2</jersey.bom.version>
- <jetty.version>12.1.11</jetty.version>
+ <jetty.version>12.1.12</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.1.0</spring.security.version>
<spring.version>7.0.8</spring.version>
@@ -209,8 +209,8 @@
<!-- Testing and quality -->
<junit.version>6.1.2</junit.version>
<mockito.version>5.23.0</mockito.version>
- <pmd.version>7.25.0</pmd.version>
- <checkstyle.version>13.8.0</checkstyle.version>
+ <pmd.version>7.26.0</pmd.version>
+ <checkstyle.version>13.9.0</checkstyle.version>
<testcontainers.version>2.0.5</testcontainers.version>
<jacoco.version>0.8.15</jacoco.version>
</properties>