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 b67ee507fe NIFI-11478 Upgraded Spring Framework from 5.3.26 to 5.3.27
b67ee507fe is described below
commit b67ee507fe27b18af990635f01c0e0a7e1838c9e
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Apr 21 11:38:17 2023 -0500
NIFI-11478 Upgraded Spring Framework from 5.3.26 to 5.3.27
- Upgraded Spring Security from 5.8.2 to 5.8.3
- Upgraded Spring Boot from 2.7.10 to 2.7.11 for Registry
Signed-off-by: Pierre Villard <[email protected]>
This closes #7190.
---
nifi-registry/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 8b950238ee..2e9757967d 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<jax.rs.api.version>2.1</jax.rs.api.version>
- <spring.boot.version>2.7.10</spring.boot.version>
+ <spring.boot.version>2.7.11</spring.boot.version>
<flyway.version>8.5.13</flyway.version>
<flyway.tests.version>7.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index 282e2c9446..8fceedbb21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,8 +141,8 @@
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>2.0</snakeyaml.version>
<netty.4.version>4.1.91.Final</netty.4.version>
- <spring.version>5.3.26</spring.version>
- <spring.security.version>5.8.2</spring.security.version>
+ <spring.version>5.3.27</spring.version>
+ <spring.security.version>5.8.3</spring.security.version>
<swagger.annotations.version>1.6.10</swagger.annotations.version>
<h2.version>2.1.214</h2.version>
<zookeeper.version>3.8.1</zookeeper.version>