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 5bb9beeacc NIFI-14487 Upgraded Spring to 6.2.6, Spring Security to
6.4.5, GSON to 2.13.0, and others (#9887)
5bb9beeacc is described below
commit 5bb9beeacc4a87b35abf4d45281822cb5112f0f7
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Apr 21 22:24:08 2025 +0200
NIFI-14487 Upgraded Spring to 6.2.6, Spring Security to 6.4.5, GSON to
2.13.0, and others (#9887)
- Guava from 33.4.6-jre to 33.4.8-jre -
https://github.com/google/guava/releases/tag/v33.4.8
- Elasticsearch client from 8.17.4 to 8.18.0 -
https://github.com/elastic/elasticsearch-java/releases/tag/v8.18.0
- simple-syslog-5424 from 0.0.16 to 0.0.18 -
https://github.com/palindromicity/simple-syslog-5424/compare/simple-syslog-5424-0.0.16...simple-syslog-5424-0.0.18
- FlywayDB from 11.7.1 to 11.7.2 -
https://github.com/flyway/flyway/releases/tag/flyway-11.7.2
- AWS SDK from 2.31.22 to 2.31.25 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- GSON from 2.12.1 to 2.13.0 -
https://github.com/google/gson/releases/tag/gson-parent-2.13.0
- Spring from 6.2.5 to 6.2.6 -
https://github.com/spring-projects/spring-framework/releases/tag/v6.2.6
- Spring Security from 6.4.4 to 6.4.5 -
https://github.com/spring-projects/spring-security/releases/tag/6.4.5
Signed-off-by: David Handermann <[email protected]>
---
nifi-commons/pom.xml | 2 +-
nifi-extension-bundles/nifi-aws-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml | 2 +-
.../nifi-evtx-bundle/nifi-evtx-processors/pom.xml | 2 +-
.../nifi-extension-utils/nifi-syslog-utils/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +-
.../nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 2 +-
nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-protobuf-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml | 2 +-
.../nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
.../nifi-record-serialization-services/pom.xml | 2 +-
nifi-framework-bundle/pom.xml | 2 +-
nifi-registry/nifi-registry-core/pom.xml | 2 +-
nifi-registry/pom.xml | 2 +-
pom.xml | 8 ++++----
19 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/nifi-commons/pom.xml b/nifi-commons/pom.xml
index efbaee7ff6..37eb3229b7 100644
--- a/nifi-commons/pom.xml
+++ b/nifi-commons/pom.xml
@@ -72,7 +72,7 @@
</modules>
<properties>
<gcp.sdk.version>26.38.0</gcp.sdk.version>
- <guava.version>33.4.6-jre</guava.version>
+ <guava.version>33.4.8-jre</guava.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index b4a2181c42..f046274160 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 7e0270ac5f..9328075ae4 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
<!-- Override Apache Qpid Proton J for Azure EventHubs to resolve
PROTON-2347 -->
<dependency>
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 2bb546c2db..d36b51077a 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>8.17.4</elasticsearch.client.version>
+ <elasticsearch.client.version>8.18.0</elasticsearch.client.version>
</properties>
<dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index 037573893e..aa5e7da4da 100644
--- a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git
a/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
b/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
index a2798bac75..b30888c893 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
@@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.palindromicity</groupId>
<artifactId>simple-syslog-5424</artifactId>
- <version>0.0.16</version>
+ <version>0.0.18</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 6412672abd..6e17688102 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 5402c93fb8..fc611e36c8 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -27,7 +27,7 @@
<properties>
<gremlin.version>3.7.3</gremlin.version>
<janusgraph.version>1.2.0-20250219-143145.6c030f7</janusgraph.version>
- <guava.version>33.4.6-jre</guava.version>
+ <guava.version>33.4.8-jre</guava.version>
<amqp-client.version>5.25.0</amqp-client.version>
</properties>
<dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
index f55881d4a6..6a425f2106 100644
--- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index 565e6e7a83..287b4f4216 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
index 7f3ccd819f..06f50ab5a6 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
b/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
index 463653012a..9887eb9343 100644
--- a/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
@@ -23,7 +23,7 @@
<artifactId>nifi-sql-reporting-bundle</artifactId>
<packaging>pom</packaging>
<properties>
- <guava.version>33.4.6-jre</guava.version>
+ <guava.version>33.4.8-jre</guava.version>
</properties>
<modules>
<module>nifi-sql-reporting-tasks</module>
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 9298a09490..461c0d7ab9 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
@@ -56,7 +56,7 @@
<dependency>
<groupId>com.github.palindromicity</groupId>
<artifactId>simple-syslog-5424</artifactId>
- <version>0.0.16</version>
+ <version>0.0.18</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 808ca00e60..accf63dbca 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -221,7 +221,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
<dependency>
<groupId>com.networknt</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 95d605710b..bf04afb7f0 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
@@ -94,7 +94,7 @@
<dependency>
<groupId>com.github.palindromicity</groupId>
<artifactId>simple-syslog-5424</artifactId>
- <version>0.0.16</version>
+ <version>0.0.18</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index d64a210d5f..2bd0ab184b 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -25,7 +25,7 @@
<description>NiFi: Framework Bundle</description>
<properties>
<curator.version>5.8.0</curator.version>
- <guava.version>33.4.6-jre</guava.version>
+ <guava.version>33.4.8-jre</guava.version>
<org.opensaml.version>5.1.3</org.opensaml.version>
</properties>
<modules>
diff --git a/nifi-registry/nifi-registry-core/pom.xml
b/nifi-registry/nifi-registry-core/pom.xml
index 2984ce2bd3..ce6a29124b 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.4.6-jre</version>
+ <version>33.4.8-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index c38fae0a48..65d0b7f56f 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<spring.boot.version>3.4.4</spring.boot.version>
- <flyway.version>11.7.1</flyway.version>
+ <flyway.version>11.7.2</flyway.version>
<flyway.tests.version>10.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
<jgit.version>7.2.0.202503040940-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index f60d015c94..0101f7fc53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,8 +110,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
<com.amazonaws.version>1.12.782</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.31.22</software.amazon.awssdk.version>
- <gson.version>2.12.1</gson.version>
+
<software.amazon.awssdk.version>2.31.25</software.amazon.awssdk.version>
+ <gson.version>2.13.0</gson.version>
<io.fabric8.kubernetes.client.version>7.1.0</io.fabric8.kubernetes.client.version>
<kotlin.version>2.1.20</kotlin.version>
<okhttp.version>4.12.0</okhttp.version>
@@ -155,8 +155,8 @@
<snakeyaml.version>2.4</snakeyaml.version>
<netty.4.version>4.2.0.Final</netty.4.version>
<servlet-api.version>6.1.0</servlet-api.version>
- <spring.version>6.2.5</spring.version>
- <spring.security.version>6.4.4</spring.security.version>
+ <spring.version>6.2.6</spring.version>
+ <spring.security.version>6.4.5</spring.security.version>
<swagger.annotations.version>2.2.30</swagger.annotations.version>
<h2.version>2.3.232</h2.version>
<zookeeper.version>3.9.3</zookeeper.version>