This is an automated email from the ASF dual-hosted git repository.
joewitt 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 82ea7a284c NIFI-12910 Upgraded Spring Framework from 6.0.17 to 6.0.18
This closes #8520.
82ea7a284c is described below
commit 82ea7a284c164ab1de4fecdc41209018a3c208c7
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Mar 15 15:54:11 2024 -0500
NIFI-12910 Upgraded Spring Framework from 6.0.17 to 6.0.18
This closes #8520.
- Upgraded Spring Boot from 3.2.2 to 3.2.3 for Registry
- Upgraded Spring Framework from 6.1.4 to 6.1.5 for Registry
Signed-off-by: Joseph Witt <[email protected]>
---
nifi-registry/pom.xml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 6dea181c9b..5bdeeb5d3a 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,8 +35,8 @@
<module>nifi-registry-docker-maven</module>
</modules>
<properties>
- <spring.version>6.1.4</spring.version>
- <spring.boot.version>3.2.2</spring.boot.version>
+ <spring.version>6.1.5</spring.version>
+ <spring.boot.version>3.2.3</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 df42bb2751..67f63cf42e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<netty.4.version>4.1.106.Final</netty.4.version>
<servlet-api.version>6.0.0</servlet-api.version>
- <spring.version>6.0.17</spring.version>
+ <spring.version>6.0.18</spring.version>
<spring.security.version>6.2.2</spring.security.version>
<swagger.annotations.version>2.2.20</swagger.annotations.version>
<h2.version>2.2.224</h2.version>