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 29fad49283 NIFI-15181 Bump Apache Calcite to 1.41.0, Jackson to
2.20.1, OkHTTP to 5.3.0, and others (#10496)
29fad49283 is described below
commit 29fad49283b9a2ad9d334955299a0d6d370cb9cc
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Nov 4 20:25:19 2025 +0100
NIFI-15181 Bump Apache Calcite to 1.41.0, Jackson to 2.20.1, OkHTTP to
5.3.0, and others (#10496)
- Apache Calcite from 1.40.0 to 1.41.0 -
https://calcite.apache.org/news/2025/11/01/release-1.41.0/
- Neo4J Driver from 6.0.1 to 6.0.2 -
https://github.com/neo4j/neo4j-java-driver/releases/tag/6.0.2
- Slack Bolt Socket Mode from 1.45.4 to 1.46.0 -
https://github.com/slackapi/java-slack-sdk/releases/tag/v1.46.0
- QuestDB from 9.1.0 to 9.1.1 -
https://github.com/questdb/questdb/releases/tag/9.1.1
- icu4j from 77.1 to 78.1 -
https://github.com/unicode-org/icu/releases/tag/release-78.1
- Mortbay Apache JSP/EL from 10.1.44.1 to 10.1.48 -
https://github.com/jetty-project/jasper-jsp/tree/jasper-jsp-10.1.48
- AWS SDK v2 from 2.37.1 to 2.37.4 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- JSON Path from 2.9.0 to 2.10.0 -
https://github.com/json-path/JsonPath/releases/tag/json-path-2.10.0
- Jackson from 2.20.0 to 2.20.1 -
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.20.1
- AspectJ from 1.9.24 to 1.9.25 -
https://github.com/eclipse-aspectj/aspectj/releases/tag/V1_9_25
- OkHTTP from 5.2.1 to 5.3.0 -
https://square.github.io/okhttp/changelogs/changelog/#version-530
- JUnit from 6.0.0 to 6.0.1 -
https://github.com/junit-team/junit-framework/releases/tag/r6.0.1
- PMD from 7.17.0 to 7.18.0 -
https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.18.0
- Docker Maven Plugin from 0.46.0 to 0.47.0 -
https://github.com/fabric8io/docker-maven-plugin/releases/tag/v0.47.0
- Jersey from 4.0.0-M4 to 4.0.0 -
https://github.com/eclipse-ee4j/jersey/releases/tag/4.0.0
Signed-off-by: David Handermann <[email protected]>
---
nifi-commons/nifi-calcite-utils/pom.xml | 4 ++--
.../nifi-neo4j-cypher-service/pom.xml | 2 +-
.../nifi-slack-bundle/nifi-slack-processors/pom.xml | 2 +-
.../nifi-sql-reporting-tasks/pom.xml | 2 +-
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
.../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 2 +-
nifi-registry/pom.xml | 4 ++--
pom.xml | 18 +++++++++---------
9 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml
b/nifi-commons/nifi-calcite-utils/pom.xml
index d443659cda..83201b8154 100644
--- a/nifi-commons/nifi-calcite-utils/pom.xml
+++ b/nifi-commons/nifi-calcite-utils/pom.xml
@@ -52,12 +52,12 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-linq4j</artifactId>
- <version>1.40.0</version>
+ <version>1.41.0</version>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.40.0</version>
+ <version>1.41.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
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 a88e4b9786..e520be0435 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.0.1</neo4j.driver.version>
+ <neo4j.driver.version>6.0.2</neo4j.driver.version>
<neo4j.docker.version>2025.09</neo4j.docker.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 07977880a2..6c4eb394a2 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -30,7 +30,7 @@
<dependency>
<groupId>com.slack.api</groupId>
<artifactId>bolt-socket-mode</artifactId>
- <version>1.45.4</version>
+ <version>1.46.0</version>
</dependency>
<!-- Required by bolt-socket-mode but the library itself doesn't have
the dependency. -->
<dependency>
diff --git
a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
index d6d146bfdb..b92c282109 100644
---
a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
+++
b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.40.0</version>
+ <version>1.41.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index ac02ad8895..f31be96a10 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -173,7 +173,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.40.0</version>
+ <version>1.41.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
diff --git
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
index af08ff0b68..7400cb875f 100644
---
a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
+++
b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
- <version>9.1.0</version>
+ <version>9.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 24f037c94f..9e313411b7 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
- <version>77.1</version>
+ <version>78.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 2a16ec40dc..11268e2bae 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -141,13 +141,13 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-jsp</artifactId>
- <version>10.1.44.1</version>
+ <version>10.1.48</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-el</artifactId>
- <version>10.1.44.1</version>
+ <version>10.1.48</version>
<scope>compile</scope>
<exclusions>
<exclusion>
diff --git a/pom.xml b/pom.xml
index 2ee02ff6bd..fd481fb4a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- AWS SDK -->
- <software.amazon.awssdk.version>2.37.1</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.37.4</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
<!-- Apache Commons -->
@@ -149,15 +149,15 @@
<!-- Data formats and serialization -->
<avro.version>1.12.1</avro.version>
<com.github.luben.zstd-jni.version>1.5.7-6</com.github.luben.zstd-jni.version>
- <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
+ <com.jayway.jsonpath.version>2.10.0</com.jayway.jsonpath.version>
<gson.version>2.13.2</gson.version>
<jackson.annotations.version>2.20</jackson.annotations.version>
- <jackson.bom.version>2.20.0</jackson.bom.version>
+ <jackson.bom.version>2.20.1</jackson.bom.version>
<json.smart.version>2.6.0</json.smart.version>
<snakeyaml.version>2.5</snakeyaml.version>
<!-- JVM languages and bytecode -->
- <aspectj.version>1.9.24</aspectj.version>
+ <aspectj.version>1.9.25</aspectj.version>
<groovy.version>5.0.2</groovy.version>
<kotlin.version>2.2.21</kotlin.version>
@@ -170,7 +170,7 @@
<!-- Networking and transport -->
<netty.4.version>4.2.7.Final</netty.4.version>
- <okhttp.version>5.2.1</okhttp.version>
+ <okhttp.version>5.3.0</okhttp.version>
<okio.version>3.16.2</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>
@@ -192,7 +192,7 @@
<jakarta.xml.bind-api.version>4.0.4</jakarta.xml.bind-api.version>
<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-M4</jersey.bom.version>
+ <jersey.bom.version>4.0.0</jersey.bom.version>
<jetty.version>12.1.3</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>6.5.6</spring.security.version>
@@ -200,9 +200,9 @@
<swagger.annotations.version>2.2.40</swagger.annotations.version>
<!-- Testing and quality -->
- <junit.version>6.0.0</junit.version>
+ <junit.version>6.0.1</junit.version>
<mockito.version>5.20.0</mockito.version>
- <pmd.version>7.17.0</pmd.version>
+ <pmd.version>7.18.0</pmd.version>
<checkstyle.version>12.1.1</checkstyle.version>
<testcontainers.version>2.0.1</testcontainers.version>
</properties>
@@ -754,7 +754,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.46.0</version>
+ <version>0.47.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>