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 ba6233c0da NIFI-10607 Upgraded Spring Boot from 2.7.2 to 2.7.4
ba6233c0da is described below
commit ba6233c0da69e8ac98049a5a386271bce2566545
Author: mr1716 <[email protected]>
AuthorDate: Fri Oct 7 07:30:54 2022 -0400
NIFI-10607 Upgraded Spring Boot from 2.7.2 to 2.7.4
This closes #6493
Signed-off-by: David Handermann <[email protected]>
---
nifi-registry/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index c1688a783f..753d4647d4 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.2</spring.boot.version>
+ <spring.boot.version>2.7.4</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>