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 b6bcce4fe1 NIFI-12106 Upgraded Spring Boot from 2.7.14 to 2.7.15
b6bcce4fe1 is described below
commit b6bcce4fe138b15a816f3f37940f5627abab812f
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]>
---
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 441e5e3afa..5d176243f1 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>