This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new fcedd5a9fe NIFI-12106 Upgraded Spring Boot from 2.7.14 to 2.7.15
fcedd5a9fe is described below
commit fcedd5a9febc33b719a4f870e9c884009a69b6e5
Author: mr1716 <[email protected]>
AuthorDate: Thu Sep 21 14:17:17 2023 -0400
NIFI-12106 Upgraded Spring Boot from 2.7.14 to 2.7.15
This closes #7772
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit b6bcce4fe138b15a816f3f37940f5627abab812f)
---
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 ccf5d5948f..49db50ef04 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
</modules>
<properties>
<jax.rs.api.version>2.1.1</jax.rs.api.version>
- <spring.boot.version>2.7.14</spring.boot.version>
+ <spring.boot.version>2.7.15</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>