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 73adccb42f NIFI-14617 Bump Tika to 3.2.0, beanutils to 1.11.0, GCP BOM
to 26.61.0 and others (#9978)
73adccb42f is described below
commit 73adccb42fd1e9ccb95203923d119804d820dd64
Author: Pierre Villard <[email protected]>
AuthorDate: Thu May 29 18:05:42 2025 +0200
NIFI-14617 Bump Tika to 3.2.0, beanutils to 1.11.0, GCP BOM to 26.61.0 and
others (#9978)
- Protobuf from 3.25.7 to 3.25.8 -
https://github.com/protocolbuffers/protobuf/releases/tag/v25.8
- Calcite from 1.39.0 to 1.40.0 -
https://calcite.apache.org/docs/history.html#v1-40-0
- io.dropwizard.metrics metrics-jvm & metrics-core from 4.2.30 to 4.2.32 -
https://github.com/dropwizard/metrics/releases/tag/v4.2.32
- apache-jsp & apache-el from 10.1.31 to 10.1.41 -
https://github.com/jetty-project/jasper-jsp/tree/jasper-jsp-10.1.41
- commons-beanutils from 1.10.1 to 1.11.0 -
https://commons.apache.org/proper/commons-beanutils/changes.html#a1.11.0
- maxmind-db from 3.1.1 to 3.2.0 -
https://github.com/maxmind/MaxMind-DB-Reader-java/releases/tag/v3.2.0
- geoip2 from 4.3.0 to 4.3.1 -
https://github.com/maxmind/GeoIP2-java/releases/tag/v4.3.1
- GCP BOM from 26.60.0 to 26.61.0 -
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.61.0
- Tika from 3.1.0 to 3.2.0 - https://github.com/apache/tika
- jackson-datatype-protobuf from 0.9.17 to 0.9.18 -
https://github.com/HubSpot/jackson-datatype-protobuf/releases/tag/jackson-datatype-protobuf-0.9.18
- excel-streaming-reader from 5.0.4 to 5.1.0 -
https://github.com/pjfanning/excel-streaming-reader/releases/tag/v5.1.0
- json-schema-validator from 1.5.6 to 1.5.7 -
https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md#157--2025-05-23
- postgresql from 42.7.5 to 42.7.6 -
https://jdbc.postgresql.org/changelogs/2025-05-28-42/
- xmlunit from 2.10.1 to 2.10.2 -
https://github.com/xmlunit/xmlunit/releases/tag/v2.10.2
- questdb from 8.3.1 to 8.3.2 -
https://github.com/questdb/questdb/releases/tag/8.3.2
- jline from 3.30.3 to 3.30.4 -
https://github.com/jline/jline3/releases/tag/jline-3.30.4
- AWS SDK v2 from 2.31.48 to 2.31.52 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- okio from 3.11.0 to 3.12.0 -
https://github.com/square/okio/blob/master/CHANGELOG.md#version-3120
- groovy from 4.0.26 to 4.0.27 -
https://groovy-lang.org/changelogs/changelog-4.0.27.html
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
nifi-commons/nifi-calcite-utils/pom.xml | 6 +++---
nifi-commons/nifi-metrics/pom.xml | 4 ++--
nifi-extension-bom/pom.xml | 4 ++--
.../nifi-aws-bundle/nifi-aws-processors/pom.xml | 2 +-
.../nifi-enrich-bundle/nifi-enrich-processors/pom.xml | 4 ++--
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +-
.../nifi-hl7-bundle/nifi-hl7-processors/pom.xml | 2 +-
.../nifi-media-bundle/nifi-media-processors/pom.xml | 2 +-
.../nifi-opentelemetry-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-parquet-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-poi-bundle/pom.xml | 2 +-
.../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 2 +-
.../nifi-registry-bundle/nifi-registry-service/pom.xml | 2 +-
.../nifi-sql-reporting-tasks/pom.xml | 2 +-
.../nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +-
.../nifi/processors/standard/TestIdentifyMimeType.java | 14 +++++++-------
.../resources/TestIdentifyMimeType/{1.mdb => 1.accdb} | Bin
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 6 +++---
.../nifi-lookup-services/pom.xml | 6 +++---
.../nifi-record-serialization-services/pom.xml | 4 ++--
.../nifi-questdb-bundle/nifi-questdb/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 4 ++--
.../nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +-
pom.xml | 6 +++---
27 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index bdeb202dbe..4ffb23e414 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -117,7 +117,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.25.7</version>
+ <version>3.25.8</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml
b/nifi-commons/nifi-calcite-utils/pom.xml
index a5534faf94..18fba22360 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.39.0</version>
+ <version>1.40.0</version>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.39.0</version>
+ <version>1.40.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.25.7</version>
+ <version>3.25.8</version>
</dependency>
<!-- Override httpclient5 5.4.1 from calcite-core -->
<dependency>
diff --git a/nifi-commons/nifi-metrics/pom.xml
b/nifi-commons/nifi-metrics/pom.xml
index 33ab0d22d3..7910fb69cc 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -31,12 +31,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
- <version>4.2.30</version>
+ <version>4.2.32</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.30</version>
+ <version>4.2.32</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index 5a77312fd3..d4d3646a5a 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -214,13 +214,13 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
- <version>10.1.31</version>
+ <version>10.1.41</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-el</artifactId>
- <version>10.1.31</version>
+ <version>10.1.41</version>
<scope>provided</scope>
</dependency>
<dependency>
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 a8f785d396..17086900f9 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
@@ -127,7 +127,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.1</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
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 ba516c5834..c021752682 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>3.1.1</version>
+ <version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
@@ -60,7 +60,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>4.3.0</version>
+ <version>4.3.1</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index c09db8f0fa..3ae07bba67 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.60.0</google.libraries.version>
+ <google.libraries.version>26.61.0</google.libraries.version>
</properties>
<dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
index a3e70dbca9..d48725c10f 100644
--- a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.1</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git
a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index aa64b94ee4..81c54983e4 100644
--- a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -26,7 +26,7 @@
<packaging>jar</packaging>
<properties>
- <tika.version>3.1.0</tika.version>
+ <tika.version>3.2.0</tika.version>
</properties>
<dependencies>
<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 580784f2b7..3eced54e6a 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.17</version>
+ <version>0.9.18</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index 2701d9dce7..c696e8d6ba 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
- <version>3.25.7</version>
+ <version>3.25.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
index b44bd0d7aa..87a711d0ef 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.1</version>
+ <version>1.11.0</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index e6e38768c1..c5f6d52fa5 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>excel-streaming-reader</artifactId>
- <version>5.0.4</version>
+ <version>5.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
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 d9bda1e058..39fa1960e5 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
@@ -26,7 +26,7 @@
<artifactId>nifi-protobuf-services</artifactId>
<properties>
- <protobuf.version>3.25.7</protobuf.version>
+ <protobuf.version>3.25.8</protobuf.version>
<wire.version>5.3.1</wire.version>
</properties>
diff --git
a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
index c5473946d9..bc7989ab71 100644
--- a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
+++ b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
@@ -57,7 +57,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.5.6</version>
+ <version>1.5.7</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 c52ad30a47..7889f25a57 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.39.0</version>
+ <version>1.40.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 732c667ab7..9e21b0b31e 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -588,7 +588,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.5</version>
+ <version>42.7.6</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestIdentifyMimeType.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestIdentifyMimeType.java
index ffcc5a996a..ac2a074e02 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestIdentifyMimeType.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestIdentifyMimeType.java
@@ -160,7 +160,7 @@ class TestIdentifyMimeType {
private static Stream<Arguments> replaceWithConfigBodyData() {
final Map<String, String> expectedMimeTypes = new HashMap<>();
expectedMimeTypes.put("1.7z", "application/octet-stream");
- expectedMimeTypes.put("1.mdb", "application/octet-stream");
+ expectedMimeTypes.put("1.accdb", "application/octet-stream");
expectedMimeTypes.put("1.txt", "text/plain");
expectedMimeTypes.put("1.csv", "text/plain");
expectedMimeTypes.put("1.txt.bz2", "application/octet-stream");
@@ -184,7 +184,7 @@ class TestIdentifyMimeType {
final Map<String, String> expectedExtensions = new HashMap<>();
expectedExtensions.put("1.7z", "");
- expectedExtensions.put("1.mdb", "");
+ expectedExtensions.put("1.accdb", "");
expectedExtensions.put("1.txt", "");
expectedExtensions.put("1.csv", "");
expectedExtensions.put("1.txt.bz2", "");
@@ -234,7 +234,7 @@ class TestIdentifyMimeType {
private static Stream<Arguments> replaceWithConfigFileData() {
final Map<String, String> expectedMimeTypes = new HashMap<>();
expectedMimeTypes.put("1.7z", "application/octet-stream");
- expectedMimeTypes.put("1.mdb", "application/octet-stream");
+ expectedMimeTypes.put("1.accdb", "application/octet-stream");
expectedMimeTypes.put("1.txt", "text/plain");
expectedMimeTypes.put("1.csv", "text/plain");
expectedMimeTypes.put("1.txt.bz2", "application/octet-stream");
@@ -258,7 +258,7 @@ class TestIdentifyMimeType {
final Map<String, String> expectedExtensions = new HashMap<>();
expectedExtensions.put("1.7z", "");
- expectedExtensions.put("1.mdb", "");
+ expectedExtensions.put("1.accdb", "");
expectedExtensions.put("1.txt", "");
expectedExtensions.put("1.csv", "");
expectedExtensions.put("1.txt.bz2", "");
@@ -388,7 +388,7 @@ class TestIdentifyMimeType {
Map<String, String> expectedMimeTypes = new HashMap<>();
expectedMimeTypes.put("1.7z", "application/x-7z-compressed");
- expectedMimeTypes.put("1.mdb", "application/x-msaccess");
+ expectedMimeTypes.put("1.accdb", "application/x-msaccess");
expectedMimeTypes.put("1.txt", "text/plain");
expectedMimeTypes.put("1.csv", "text/csv");
expectedMimeTypes.put("1.txt.bz2", "application/x-bzip2");
@@ -413,7 +413,7 @@ class TestIdentifyMimeType {
Map<String, String> expectedExtensions = new HashMap<>();
expectedExtensions.put("1.7z", ".7z");
- expectedExtensions.put("1.mdb", ".mdb");
+ expectedExtensions.put("1.accdb", ".accdb");
expectedExtensions.put("1.txt", ".txt");
expectedExtensions.put("1.csv", ".csv");
expectedExtensions.put("1.txt.bz2", ".bz2");
@@ -437,7 +437,7 @@ class TestIdentifyMimeType {
private static Map<String, String> getCommonExpectedCharsets() {
final Map<String, String> expectedCharsets = new HashMap<>();
expectedCharsets.put("1.7z", null);
- expectedCharsets.put("1.mdb", null);
+ expectedCharsets.put("1.accdb", null);
expectedCharsets.put("1.txt", "ISO-8859-1");
expectedCharsets.put("1.csv", "ISO-8859-1");
expectedCharsets.put("1.txt.bz2", null);
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestIdentifyMimeType/1.mdb
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestIdentifyMimeType/1.accdb
similarity index 100%
rename from
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestIdentifyMimeType/1.mdb
rename to
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestIdentifyMimeType/1.accdb
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 79ebd45a95..274c9f39c2 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -35,7 +35,7 @@
</modules>
<properties>
<org.apache.sshd.version>2.15.0</org.apache.sshd.version>
- <tika.version>3.1.0</tika.version>
+ <tika.version>3.2.0</tika.version>
</properties>
<dependencyManagement>
<dependencies>
@@ -185,7 +185,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
- <version>1.39.0</version>
+ <version>1.40.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
@@ -232,7 +232,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.5.6</version>
+ <version>1.5.7</version>
</dependency>
</dependencies>
</dependencyManagement>
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 dafa593ad8..605215cfc0 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>3.1.1</version>
+ <version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -63,7 +63,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.1</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -74,7 +74,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
- <version>4.3.0</version>
+ <version>4.3.1</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
index 3d06a20fe1..6611ade09f 100755
---
a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
@@ -132,13 +132,13 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
- <version>2.10.1</version>
+ <version>2.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
- <version>2.10.1</version>
+ <version>2.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
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 f4d82bfd24..9a3d987f62 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>8.3.1</version>
+ <version>8.3.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 4268742ce3..ed40bed460 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -309,7 +309,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.30</version>
+ <version>4.2.32</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
@@ -358,7 +358,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.10.1</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
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 9ab031ca1d..f1d6c2d143 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.5</version>
+ <version>42.7.6</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml
b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 933c75105e..1d69bc031f 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -24,7 +24,7 @@
<description>Tooling to make tls configuration easier</description>
<properties>
- <jline.version>3.30.3</jline.version>
+ <jline.version>3.30.4</jline.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 61f8fa1610..7009445626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,12 +110,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.783</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.31.48</software.amazon.awssdk.version>
+
<software.amazon.awssdk.version>2.31.52</software.amazon.awssdk.version>
<gson.version>2.13.1</gson.version>
<io.fabric8.kubernetes.client.version>7.3.1</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.21</kotlin.version>
<okhttp.version>4.12.0</okhttp.version>
- <okio.version>3.11.0</okio.version>
+ <okio.version>3.12.0</okio.version>
<org.apache.commons.cli.version>1.9.0</org.apache.commons.cli.version>
<org.apache.commons.codec.version>1.18.0</org.apache.commons.codec.version>
<org.apache.commons.collections4.version>4.5.0</org.apache.commons.collections4.version>
@@ -142,7 +142,7 @@
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<json.smart.version>2.5.2</json.smart.version>
- <groovy.version>4.0.26</groovy.version>
+ <groovy.version>4.0.27</groovy.version>
<surefire.version>3.5.1</surefire.version>
<hadoop.version>3.4.1</hadoop.version>
<ozone.version>1.4.1</ozone.version>