This is an automated email from the ASF dual-hosted git repository.
mattyb149 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 681e46010d NIFI-11839 Upgraded Spring Boot from 2.7.13 to 2.7.14
681e46010d is described below
commit 681e46010d79b929f39c6ee63751a2dbd395e9f1
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jul 20 12:17:20 2023 -0500
NIFI-11839 Upgraded Spring Boot from 2.7.13 to 2.7.14
Signed-off-by: Matt Burgess <[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 b12a7ff676..f42703e28c 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.13</spring.boot.version>
+ <spring.boot.version>2.7.14</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>