This is an automated email from the ASF dual-hosted git repository.
pvillard 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 e1eb30a9ce NIFI-13032 Upgraded Spring Framework from 6.1.5 to 6.1.6
e1eb30a9ce is described below
commit e1eb30a9ceef646492ab5fc5edd526e2963027d7
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Apr 12 11:20:23 2024 -0500
NIFI-13032 Upgraded Spring Framework from 6.1.5 to 6.1.6
- Upgraded Spring Boot from 3.2.3 to 3.2.4 for Registry
Signed-off-by: Pierre Villard <[email protected]>
This closes #8635.
---
nifi-registry/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 70ffa926b2..802ddadab3 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,7 +35,7 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
- <spring.boot.version>3.2.3</spring.boot.version>
+ <spring.boot.version>3.2.4</spring.boot.version>
<flyway.version>9.22.3</flyway.version>
<flyway.tests.version>9.5.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index 9772516bc6..6a3c03b036 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<netty.4.version>4.1.108.Final</netty.4.version>
<servlet-api.version>6.0.0</servlet-api.version>
- <spring.version>6.1.5</spring.version>
+ <spring.version>6.1.6</spring.version>
<spring.security.version>6.2.3</spring.security.version>
<swagger.annotations.version>2.2.20</swagger.annotations.version>
<h2.version>2.2.224</h2.version>